@types/office-js-preview 1.0.355 → 1.0.356

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,7 +8,7 @@ This package contains type definitions for Office.js (https://github.com/OfficeD
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Thu, 17 Nov 2022 00:03:04 GMT
11
+ * Last updated: Thu, 01 Dec 2022 20:32:58 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
14
14
 
@@ -35559,7 +35559,8 @@ declare namespace Excel {
35559
35559
  */
35560
35560
  readonly type: Excel.NamedItemType | "String" | "Integer" | "Double" | "Boolean" | "Range" | "Error" | "Array";
35561
35561
  /**
35562
- * Represents the value computed by the name's formula. For a named range, will return the range address.
35562
+ * Represents the value computed by the name's formula. For a named range it will return the range address.
35563
+ * Note: This API returns the #VALUE! error in the Excel UI if it refers to a custom function.
35563
35564
  *
35564
35565
  * @remarks
35565
35566
  * [Api set: ExcelApi 1.1]
@@ -69446,7 +69447,8 @@ declare namespace Excel {
69446
69447
  */
69447
69448
  type?: Excel.NamedItemType | "String" | "Integer" | "Double" | "Boolean" | "Range" | "Error" | "Array";
69448
69449
  /**
69449
- * Represents the value computed by the name's formula. For a named range, will return the range address.
69450
+ * Represents the value computed by the name's formula. For a named range it will return the range address.
69451
+ * Note: This API returns the #VALUE! error in the Excel UI if it refers to a custom function.
69450
69452
  *
69451
69453
  * @remarks
69452
69454
  * [Api set: ExcelApi 1.1]
@@ -76978,7 +76980,8 @@ declare namespace Excel {
76978
76980
  */
76979
76981
  type?: boolean;
76980
76982
  /**
76981
- * For EACH ITEM in the collection: Represents the value computed by the name's formula. For a named range, will return the range address.
76983
+ * For EACH ITEM in the collection: Represents the value computed by the name's formula. For a named range it will return the range address.
76984
+ * Note: This API returns the #VALUE! error in the Excel UI if it refers to a custom function.
76982
76985
  *
76983
76986
  * @remarks
76984
76987
  * [Api set: ExcelApi 1.1]
@@ -77080,6 +77083,7 @@ declare namespace Excel {
77080
77083
  type?: boolean;
77081
77084
  /**
77082
77085
  * Represents the value computed by the name's formula. For a named range, will return the range address.
77086
+ * Note: This API returns the #VALUE! error in the Excel UI if it refers to a custom function.
77083
77087
  *
77084
77088
  * @remarks
77085
77089
  * [Api set: ExcelApi 1.1]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.355",
3
+ "version": "1.0.356",
4
4
  "description": "TypeScript definitions for Office.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
6
6
  "license": "MIT",
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "8694a0305ae64b82c2884086cdd9105a0304e7c1124d0ddccd90803f962a0d52",
48
+ "typesPublisherContentHash": "80fe86d9731200ebbb31974f365ffeee3a5c1a0dc582bbd058c4a8a146877f94",
49
49
  "typeScriptVersion": "4.2"
50
50
  }