@types/office-js 1.0.423 → 1.0.425

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.
Files changed (3) hide show
  1. office-js/README.md +1 -1
  2. office-js/index.d.ts +503 -502
  3. office-js/package.json +2 -2
office-js/index.d.ts CHANGED
@@ -28696,7 +28696,7 @@ declare namespace Excel {
28696
28696
  }): Excel.AllowEditRange;
28697
28697
  /**
28698
28698
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
28699
- * Whereas the original Excel.AllowEditRange object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.AllowEditRangeData`) that contains shallow copies of any loaded child properties from the original object.
28699
+ * Whereas the original `Excel.AllowEditRange` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.AllowEditRangeData`) that contains shallow copies of any loaded child properties from the original object.
28700
28700
  */
28701
28701
  toJSON(): Excel.Interfaces.AllowEditRangeData;
28702
28702
  }
@@ -29057,7 +29057,7 @@ declare namespace Excel {
29057
29057
  }): Excel.Query;
29058
29058
  /**
29059
29059
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
29060
- * Whereas the original Excel.Query object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.QueryData`) that contains shallow copies of any loaded child properties from the original object.
29060
+ * Whereas the original `Excel.Query` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.QueryData`) that contains shallow copies of any loaded child properties from the original object.
29061
29061
  */
29062
29062
  toJSON(): Excel.Interfaces.QueryData;
29063
29063
  }
@@ -31429,7 +31429,7 @@ declare namespace Excel {
31429
31429
  }): Excel.Runtime;
31430
31430
  /**
31431
31431
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
31432
- * Whereas the original Excel.Runtime object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.RuntimeData`) that contains shallow copies of any loaded child properties from the original object.
31432
+ * Whereas the original `Excel.Runtime` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.RuntimeData`) that contains shallow copies of any loaded child properties from the original object.
31433
31433
  */
31434
31434
  toJSON(): Excel.Interfaces.RuntimeData;
31435
31435
  }
@@ -31566,7 +31566,7 @@ declare namespace Excel {
31566
31566
  }): Excel.Application;
31567
31567
  /**
31568
31568
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
31569
- * Whereas the original Excel.Application object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ApplicationData`) that contains shallow copies of any loaded child properties from the original object.
31569
+ * Whereas the original `Excel.Application` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ApplicationData`) that contains shallow copies of any loaded child properties from the original object.
31570
31570
  */
31571
31571
  toJSON(): Excel.Interfaces.ApplicationData;
31572
31572
  }
@@ -31631,7 +31631,7 @@ declare namespace Excel {
31631
31631
  }): Excel.IterativeCalculation;
31632
31632
  /**
31633
31633
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
31634
- * Whereas the original Excel.IterativeCalculation object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.IterativeCalculationData`) that contains shallow copies of any loaded child properties from the original object.
31634
+ * Whereas the original `Excel.IterativeCalculation` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.IterativeCalculationData`) that contains shallow copies of any loaded child properties from the original object.
31635
31635
  */
31636
31636
  toJSON(): Excel.Interfaces.IterativeCalculationData;
31637
31637
  }
@@ -32026,7 +32026,7 @@ declare namespace Excel {
32026
32026
  readonly onSelectionChanged: OfficeExtension.EventHandlers<Excel.SelectionChangedEventArgs>;
32027
32027
  /**
32028
32028
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
32029
- * Whereas the original Excel.Workbook object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.WorkbookData`) that contains shallow copies of any loaded child properties from the original object.
32029
+ * Whereas the original `Excel.Workbook` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.WorkbookData`) that contains shallow copies of any loaded child properties from the original object.
32030
32030
  */
32031
32031
  toJSON(): Excel.Interfaces.WorkbookData;
32032
32032
  }
@@ -32087,7 +32087,7 @@ declare namespace Excel {
32087
32087
  }): Excel.WorkbookProtection;
32088
32088
  /**
32089
32089
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
32090
- * Whereas the original Excel.WorkbookProtection object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.WorkbookProtectionData`) that contains shallow copies of any loaded child properties from the original object.
32090
+ * Whereas the original `Excel.WorkbookProtection` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.WorkbookProtectionData`) that contains shallow copies of any loaded child properties from the original object.
32091
32091
  */
32092
32092
  toJSON(): Excel.Interfaces.WorkbookProtectionData;
32093
32093
  }
@@ -32117,7 +32117,7 @@ declare namespace Excel {
32117
32117
  }): Excel.WorkbookCreated;
32118
32118
  /**
32119
32119
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
32120
- * Whereas the original Excel.WorkbookCreated object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.WorkbookCreatedData`) that contains shallow copies of any loaded child properties from the original object.
32120
+ * Whereas the original `Excel.WorkbookCreated` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.WorkbookCreatedData`) that contains shallow copies of any loaded child properties from the original object.
32121
32121
  */
32122
32122
  toJSON(): Excel.Interfaces.WorkbookCreatedData;
32123
32123
  }
@@ -32668,7 +32668,7 @@ declare namespace Excel {
32668
32668
  readonly onVisibilityChanged: OfficeExtension.EventHandlers<Excel.WorksheetVisibilityChangedEventArgs>;
32669
32669
  /**
32670
32670
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
32671
- * Whereas the original Excel.Worksheet object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.WorksheetData`) that contains shallow copies of any loaded child properties from the original object.
32671
+ * Whereas the original `Excel.Worksheet` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.WorksheetData`) that contains shallow copies of any loaded child properties from the original object.
32672
32672
  */
32673
32673
  toJSON(): Excel.Interfaces.WorksheetData;
32674
32674
  }
@@ -33082,7 +33082,7 @@ declare namespace Excel {
33082
33082
  }): Excel.WorksheetProtection;
33083
33083
  /**
33084
33084
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
33085
- * Whereas the original Excel.WorksheetProtection object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.WorksheetProtectionData`) that contains shallow copies of any loaded child properties from the original object.
33085
+ * Whereas the original `Excel.WorksheetProtection` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.WorksheetProtectionData`) that contains shallow copies of any loaded child properties from the original object.
33086
33086
  */
33087
33087
  toJSON(): Excel.Interfaces.WorksheetProtectionData;
33088
33088
  }
@@ -33254,7 +33254,7 @@ declare namespace Excel {
33254
33254
  unfreeze(): void;
33255
33255
  /**
33256
33256
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
33257
- * Whereas the original Excel.WorksheetFreezePanes object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.WorksheetFreezePanesData`) that contains shallow copies of any loaded child properties from the original object.
33257
+ * Whereas the original `Excel.WorksheetFreezePanes` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.WorksheetFreezePanesData`) that contains shallow copies of any loaded child properties from the original object.
33258
33258
  */
33259
33259
  toJSON(): {
33260
33260
  [key: string]: string;
@@ -33456,7 +33456,7 @@ declare namespace Excel {
33456
33456
  */
33457
33457
  readonly linkedDataTypeState: Excel.LinkedDataTypeState[][];
33458
33458
  /**
33459
- * Represents Excel's number format code for the given range. For more information about Excel number formatting, see {@link https://support.microsoft.com/office/number-format-codes-5026bbd6-04bc-48cd-bf33-80f18b4eae68 | Number format codes}.
33459
+ * Represents Excel's number format code for the given range. For more information about Excel number formatting, see {@link https://support.microsoft.com/office/5026bbd6-04bc-48cd-bf33-80f18b4eae68 | Number format codes}.
33460
33460
  *
33461
33461
  * @remarks
33462
33462
  * [Api set: ExcelApi 1.1]
@@ -33615,7 +33615,7 @@ declare namespace Excel {
33615
33615
  */
33616
33616
  calculate(): void;
33617
33617
  /**
33618
- * Clear range values, format, fill, border, etc.
33618
+ * Clear range values and formatting, such as fill and border.
33619
33619
  *
33620
33620
  * @remarks
33621
33621
  * [Api set: ExcelApi 1.1]
@@ -33624,7 +33624,7 @@ declare namespace Excel {
33624
33624
  */
33625
33625
  clear(applyTo?: Excel.ClearApplyTo): void;
33626
33626
  /**
33627
- * Clear range values, format, fill, border, etc.
33627
+ * Clear range values and formatting, such as fill and border.
33628
33628
  *
33629
33629
  * @remarks
33630
33630
  * [Api set: ExcelApi 1.1]
@@ -34346,16 +34346,16 @@ declare namespace Excel {
34346
34346
  expand?: string;
34347
34347
  }): Excel.Range;
34348
34348
  /**
34349
- * Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://docs.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you are using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created.
34349
+ * Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created.
34350
34350
  */
34351
34351
  track(): Excel.Range;
34352
34352
  /**
34353
- * Release the memory associated with this object, if it has previously been tracked. This call is shorthand for {@link https://docs.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.remove(thisObject)}. Having many tracked objects slows down the host application, so please remember to free any objects you add, once you're done using them. You will need to call `context.sync()` before the memory release takes effect.
34353
+ * Release the memory associated with this object, if it has previously been tracked. This call is shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.remove(thisObject)}. Having many tracked objects slows down the host application, so please remember to free any objects you add, once you're done using them. You will need to call `context.sync()` before the memory release takes effect.
34354
34354
  */
34355
34355
  untrack(): Excel.Range;
34356
34356
  /**
34357
34357
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
34358
- * Whereas the original Excel.Range object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.RangeData`) that contains shallow copies of any loaded child properties from the original object.
34358
+ * Whereas the original `Excel.Range` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.RangeData`) that contains shallow copies of any loaded child properties from the original object.
34359
34359
  */
34360
34360
  toJSON(): Excel.Interfaces.RangeData;
34361
34361
  }
@@ -34726,16 +34726,16 @@ declare namespace Excel {
34726
34726
  expand?: string;
34727
34727
  }): Excel.RangeAreas;
34728
34728
  /**
34729
- * Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://docs.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you are using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created.
34729
+ * Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created.
34730
34730
  */
34731
34731
  track(): Excel.RangeAreas;
34732
34732
  /**
34733
- * Release the memory associated with this object, if it has previously been tracked. This call is shorthand for {@link https://docs.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.remove(thisObject)}. Having many tracked objects slows down the host application, so please remember to free any objects you add, once you're done using them. You will need to call `context.sync()` before the memory release takes effect.
34733
+ * Release the memory associated with this object, if it has previously been tracked. This call is shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.remove(thisObject)}. Having many tracked objects slows down the host application, so please remember to free any objects you add, once you're done using them. You will need to call `context.sync()` before the memory release takes effect.
34734
34734
  */
34735
34735
  untrack(): Excel.RangeAreas;
34736
34736
  /**
34737
34737
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
34738
- * Whereas the original Excel.RangeAreas object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.RangeAreasData`) that contains shallow copies of any loaded child properties from the original object.
34738
+ * Whereas the original `Excel.RangeAreas` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.RangeAreasData`) that contains shallow copies of any loaded child properties from the original object.
34739
34739
  */
34740
34740
  toJSON(): Excel.Interfaces.RangeAreasData;
34741
34741
  }
@@ -34810,16 +34810,16 @@ declare namespace Excel {
34810
34810
  expand?: string;
34811
34811
  }): Excel.WorkbookRangeAreas;
34812
34812
  /**
34813
- * Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://docs.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you are using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created.
34813
+ * Track the object for automatic adjustment based on surrounding changes in the document. This call is a shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.add(thisObject)}. If you're using this object across `.sync` calls and outside the sequential execution of a ".run" batch, and get an "InvalidObjectPath" error when setting a property or invoking a method on the object, you need to add the object to the tracked object collection when the object was first created.
34814
34814
  */
34815
34815
  track(): Excel.WorkbookRangeAreas;
34816
34816
  /**
34817
- * Release the memory associated with this object, if it has previously been tracked. This call is shorthand for {@link https://docs.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.remove(thisObject)}. Having many tracked objects slows down the host application, so please remember to free any objects you add, once you're done using them. You will need to call `context.sync()` before the memory release takes effect.
34817
+ * Release the memory associated with this object, if it has previously been tracked. This call is shorthand for {@link https://learn.microsoft.com/javascript/api/office/officeextension.clientrequestcontext#office-officeextension-clientrequestcontext-trackedobjects-member | context.trackedObjects.remove(thisObject)}. Having many tracked objects slows down the host application, so please remember to free any objects you add, once you're done using them. You will need to call `context.sync()` before the memory release takes effect.
34818
34818
  */
34819
34819
  untrack(): Excel.WorkbookRangeAreas;
34820
34820
  /**
34821
34821
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
34822
- * Whereas the original Excel.WorkbookRangeAreas object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.WorkbookRangeAreasData`) that contains shallow copies of any loaded child properties from the original object.
34822
+ * Whereas the original `Excel.WorkbookRangeAreas` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.WorkbookRangeAreasData`) that contains shallow copies of any loaded child properties from the original object.
34823
34823
  */
34824
34824
  toJSON(): Excel.Interfaces.WorkbookRangeAreasData;
34825
34825
  }
@@ -35451,7 +35451,7 @@ declare namespace Excel {
35451
35451
  }): Excel.RangeView;
35452
35452
  /**
35453
35453
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
35454
- * Whereas the original Excel.RangeView object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.RangeViewData`) that contains shallow copies of any loaded child properties from the original object.
35454
+ * Whereas the original `Excel.RangeView` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.RangeViewData`) that contains shallow copies of any loaded child properties from the original object.
35455
35455
  */
35456
35456
  toJSON(): Excel.Interfaces.RangeViewData;
35457
35457
  }
@@ -35647,7 +35647,7 @@ declare namespace Excel {
35647
35647
  }): Excel.Setting;
35648
35648
  /**
35649
35649
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
35650
- * Whereas the original Excel.Setting object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.SettingData`) that contains shallow copies of any loaded child properties from the original object.
35650
+ * Whereas the original `Excel.Setting` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.SettingData`) that contains shallow copies of any loaded child properties from the original object.
35651
35651
  */
35652
35652
  toJSON(): Excel.Interfaces.SettingData;
35653
35653
  }
@@ -35888,7 +35888,7 @@ declare namespace Excel {
35888
35888
  }): Excel.NamedItem;
35889
35889
  /**
35890
35890
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
35891
- * Whereas the original Excel.NamedItem object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.NamedItemData`) that contains shallow copies of any loaded child properties from the original object.
35891
+ * Whereas the original `Excel.NamedItem` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.NamedItemData`) that contains shallow copies of any loaded child properties from the original object.
35892
35892
  */
35893
35893
  toJSON(): Excel.Interfaces.NamedItemData;
35894
35894
  }
@@ -35956,7 +35956,7 @@ declare namespace Excel {
35956
35956
  }): Excel.NamedItemArrayValues;
35957
35957
  /**
35958
35958
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
35959
- * Whereas the original Excel.NamedItemArrayValues object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.NamedItemArrayValuesData`) that contains shallow copies of any loaded child properties from the original object.
35959
+ * Whereas the original `Excel.NamedItemArrayValues` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.NamedItemArrayValuesData`) that contains shallow copies of any loaded child properties from the original object.
35960
35960
  */
35961
35961
  toJSON(): Excel.Interfaces.NamedItemArrayValuesData;
35962
35962
  }
@@ -36054,7 +36054,7 @@ declare namespace Excel {
36054
36054
  readonly onSelectionChanged: OfficeExtension.EventHandlers<Excel.BindingSelectionChangedEventArgs>;
36055
36055
  /**
36056
36056
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
36057
- * Whereas the original Excel.Binding object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.BindingData`) that contains shallow copies of any loaded child properties from the original object.
36057
+ * Whereas the original `Excel.Binding` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.BindingData`) that contains shallow copies of any loaded child properties from the original object.
36058
36058
  */
36059
36059
  toJSON(): Excel.Interfaces.BindingData;
36060
36060
  }
@@ -36624,7 +36624,7 @@ declare namespace Excel {
36624
36624
  readonly onSelectionChanged: OfficeExtension.EventHandlers<Excel.TableSelectionChangedEventArgs>;
36625
36625
  /**
36626
36626
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
36627
- * Whereas the original Excel.Table object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.TableData`) that contains shallow copies of any loaded child properties from the original object.
36627
+ * Whereas the original `Excel.Table` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.TableData`) that contains shallow copies of any loaded child properties from the original object.
36628
36628
  */
36629
36629
  toJSON(): Excel.Interfaces.TableData;
36630
36630
  }
@@ -36857,7 +36857,7 @@ declare namespace Excel {
36857
36857
  }): Excel.TableColumn;
36858
36858
  /**
36859
36859
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
36860
- * Whereas the original Excel.TableColumn object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.TableColumnData`) that contains shallow copies of any loaded child properties from the original object.
36860
+ * Whereas the original `Excel.TableColumn` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.TableColumnData`) that contains shallow copies of any loaded child properties from the original object.
36861
36861
  */
36862
36862
  toJSON(): Excel.Interfaces.TableColumnData;
36863
36863
  }
@@ -37076,7 +37076,7 @@ declare namespace Excel {
37076
37076
  }): Excel.TableRow;
37077
37077
  /**
37078
37078
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
37079
- * Whereas the original Excel.TableRow object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.TableRowData`) that contains shallow copies of any loaded child properties from the original object.
37079
+ * Whereas the original `Excel.TableRow` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.TableRowData`) that contains shallow copies of any loaded child properties from the original object.
37080
37080
  */
37081
37081
  toJSON(): Excel.Interfaces.TableRowData;
37082
37082
  }
@@ -37186,7 +37186,7 @@ declare namespace Excel {
37186
37186
  }): Excel.DataValidation;
37187
37187
  /**
37188
37188
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
37189
- * Whereas the original Excel.DataValidation object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.DataValidationData`) that contains shallow copies of any loaded child properties from the original object.
37189
+ * Whereas the original `Excel.DataValidation` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.DataValidationData`) that contains shallow copies of any loaded child properties from the original object.
37190
37190
  */
37191
37191
  toJSON(): Excel.Interfaces.DataValidationData;
37192
37192
  }
@@ -37293,7 +37293,7 @@ declare namespace Excel {
37293
37293
  }): Excel.RemoveDuplicatesResult;
37294
37294
  /**
37295
37295
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
37296
- * Whereas the original Excel.RemoveDuplicatesResult object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.RemoveDuplicatesResultData`) that contains shallow copies of any loaded child properties from the original object.
37296
+ * Whereas the original `Excel.RemoveDuplicatesResult` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.RemoveDuplicatesResultData`) that contains shallow copies of any loaded child properties from the original object.
37297
37297
  */
37298
37298
  toJSON(): Excel.Interfaces.RemoveDuplicatesResultData;
37299
37299
  }
@@ -37654,7 +37654,7 @@ declare namespace Excel {
37654
37654
  }): Excel.RangeFormat;
37655
37655
  /**
37656
37656
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
37657
- * Whereas the original Excel.RangeFormat object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.RangeFormatData`) that contains shallow copies of any loaded child properties from the original object.
37657
+ * Whereas the original `Excel.RangeFormat` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.RangeFormatData`) that contains shallow copies of any loaded child properties from the original object.
37658
37658
  */
37659
37659
  toJSON(): Excel.Interfaces.RangeFormatData;
37660
37660
  }
@@ -37712,7 +37712,7 @@ declare namespace Excel {
37712
37712
  }): Excel.FormatProtection;
37713
37713
  /**
37714
37714
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
37715
- * Whereas the original Excel.FormatProtection object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.FormatProtectionData`) that contains shallow copies of any loaded child properties from the original object.
37715
+ * Whereas the original `Excel.FormatProtection` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.FormatProtectionData`) that contains shallow copies of any loaded child properties from the original object.
37716
37716
  */
37717
37717
  toJSON(): Excel.Interfaces.FormatProtectionData;
37718
37718
  }
@@ -37801,7 +37801,7 @@ declare namespace Excel {
37801
37801
  }): Excel.RangeFill;
37802
37802
  /**
37803
37803
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
37804
- * Whereas the original Excel.RangeFill object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.RangeFillData`) that contains shallow copies of any loaded child properties from the original object.
37804
+ * Whereas the original `Excel.RangeFill` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.RangeFillData`) that contains shallow copies of any loaded child properties from the original object.
37805
37805
  */
37806
37806
  toJSON(): Excel.Interfaces.RangeFillData;
37807
37807
  }
@@ -37881,7 +37881,7 @@ declare namespace Excel {
37881
37881
  }): Excel.RangeBorder;
37882
37882
  /**
37883
37883
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
37884
- * Whereas the original Excel.RangeBorder object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.RangeBorderData`) that contains shallow copies of any loaded child properties from the original object.
37884
+ * Whereas the original `Excel.RangeBorder` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.RangeBorderData`) that contains shallow copies of any loaded child properties from the original object.
37885
37885
  */
37886
37886
  toJSON(): Excel.Interfaces.RangeBorderData;
37887
37887
  }
@@ -38079,7 +38079,7 @@ declare namespace Excel {
38079
38079
  }): Excel.RangeFont;
38080
38080
  /**
38081
38081
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
38082
- * Whereas the original Excel.RangeFont object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.RangeFontData`) that contains shallow copies of any loaded child properties from the original object.
38082
+ * Whereas the original `Excel.RangeFont` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.RangeFontData`) that contains shallow copies of any loaded child properties from the original object.
38083
38083
  */
38084
38084
  toJSON(): Excel.Interfaces.RangeFontData;
38085
38085
  }
@@ -38530,7 +38530,7 @@ declare namespace Excel {
38530
38530
  readonly onDeactivated: OfficeExtension.EventHandlers<Excel.ChartDeactivatedEventArgs>;
38531
38531
  /**
38532
38532
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
38533
- * Whereas the original Excel.Chart object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartData`) that contains shallow copies of any loaded child properties from the original object.
38533
+ * Whereas the original `Excel.Chart` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartData`) that contains shallow copies of any loaded child properties from the original object.
38534
38534
  */
38535
38535
  toJSON(): Excel.Interfaces.ChartData;
38536
38536
  }
@@ -38602,7 +38602,7 @@ declare namespace Excel {
38602
38602
  }): Excel.ChartPivotOptions;
38603
38603
  /**
38604
38604
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
38605
- * Whereas the original Excel.ChartPivotOptions object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartPivotOptionsData`) that contains shallow copies of any loaded child properties from the original object.
38605
+ * Whereas the original `Excel.ChartPivotOptions` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartPivotOptionsData`) that contains shallow copies of any loaded child properties from the original object.
38606
38606
  */
38607
38607
  toJSON(): Excel.Interfaces.ChartPivotOptionsData;
38608
38608
  }
@@ -38681,7 +38681,7 @@ declare namespace Excel {
38681
38681
  }): Excel.ChartAreaFormat;
38682
38682
  /**
38683
38683
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
38684
- * Whereas the original Excel.ChartAreaFormat object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartAreaFormatData`) that contains shallow copies of any loaded child properties from the original object.
38684
+ * Whereas the original `Excel.ChartAreaFormat` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartAreaFormatData`) that contains shallow copies of any loaded child properties from the original object.
38685
38685
  */
38686
38686
  toJSON(): Excel.Interfaces.ChartAreaFormatData;
38687
38687
  }
@@ -39206,7 +39206,7 @@ declare namespace Excel {
39206
39206
  }): Excel.ChartSeries;
39207
39207
  /**
39208
39208
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
39209
- * Whereas the original Excel.ChartSeries object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartSeriesData`) that contains shallow copies of any loaded child properties from the original object.
39209
+ * Whereas the original `Excel.ChartSeries` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartSeriesData`) that contains shallow copies of any loaded child properties from the original object.
39210
39210
  */
39211
39211
  toJSON(): Excel.Interfaces.ChartSeriesData;
39212
39212
  }
@@ -39264,7 +39264,7 @@ declare namespace Excel {
39264
39264
  }): Excel.ChartSeriesFormat;
39265
39265
  /**
39266
39266
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
39267
- * Whereas the original Excel.ChartSeriesFormat object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartSeriesFormatData`) that contains shallow copies of any loaded child properties from the original object.
39267
+ * Whereas the original `Excel.ChartSeriesFormat` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartSeriesFormatData`) that contains shallow copies of any loaded child properties from the original object.
39268
39268
  */
39269
39269
  toJSON(): Excel.Interfaces.ChartSeriesFormatData;
39270
39270
  }
@@ -39423,7 +39423,7 @@ declare namespace Excel {
39423
39423
  }): Excel.ChartPoint;
39424
39424
  /**
39425
39425
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
39426
- * Whereas the original Excel.ChartPoint object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartPointData`) that contains shallow copies of any loaded child properties from the original object.
39426
+ * Whereas the original `Excel.ChartPoint` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartPointData`) that contains shallow copies of any loaded child properties from the original object.
39427
39427
  */
39428
39428
  toJSON(): Excel.Interfaces.ChartPointData;
39429
39429
  }
@@ -39481,7 +39481,7 @@ declare namespace Excel {
39481
39481
  }): Excel.ChartPointFormat;
39482
39482
  /**
39483
39483
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
39484
- * Whereas the original Excel.ChartPointFormat object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartPointFormatData`) that contains shallow copies of any loaded child properties from the original object.
39484
+ * Whereas the original `Excel.ChartPointFormat` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartPointFormatData`) that contains shallow copies of any loaded child properties from the original object.
39485
39485
  */
39486
39486
  toJSON(): Excel.Interfaces.ChartPointFormatData;
39487
39487
  }
@@ -39566,7 +39566,7 @@ declare namespace Excel {
39566
39566
  }): Excel.ChartAxes;
39567
39567
  /**
39568
39568
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
39569
- * Whereas the original Excel.ChartAxes object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartAxesData`) that contains shallow copies of any loaded child properties from the original object.
39569
+ * Whereas the original `Excel.ChartAxes` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartAxesData`) that contains shallow copies of any loaded child properties from the original object.
39570
39570
  */
39571
39571
  toJSON(): Excel.Interfaces.ChartAxesData;
39572
39572
  }
@@ -39910,7 +39910,7 @@ declare namespace Excel {
39910
39910
  }): Excel.ChartAxis;
39911
39911
  /**
39912
39912
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
39913
- * Whereas the original Excel.ChartAxis object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartAxisData`) that contains shallow copies of any loaded child properties from the original object.
39913
+ * Whereas the original `Excel.ChartAxis` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartAxisData`) that contains shallow copies of any loaded child properties from the original object.
39914
39914
  */
39915
39915
  toJSON(): Excel.Interfaces.ChartAxisData;
39916
39916
  }
@@ -39975,7 +39975,7 @@ declare namespace Excel {
39975
39975
  }): Excel.ChartAxisFormat;
39976
39976
  /**
39977
39977
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
39978
- * Whereas the original Excel.ChartAxisFormat object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartAxisFormatData`) that contains shallow copies of any loaded child properties from the original object.
39978
+ * Whereas the original `Excel.ChartAxisFormat` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartAxisFormatData`) that contains shallow copies of any loaded child properties from the original object.
39979
39979
  */
39980
39980
  toJSON(): Excel.Interfaces.ChartAxisFormatData;
39981
39981
  }
@@ -40056,7 +40056,7 @@ declare namespace Excel {
40056
40056
  }): Excel.ChartAxisTitle;
40057
40057
  /**
40058
40058
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
40059
- * Whereas the original Excel.ChartAxisTitle object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartAxisTitleData`) that contains shallow copies of any loaded child properties from the original object.
40059
+ * Whereas the original `Excel.ChartAxisTitle` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartAxisTitleData`) that contains shallow copies of any loaded child properties from the original object.
40060
40060
  */
40061
40061
  toJSON(): Excel.Interfaces.ChartAxisTitleData;
40062
40062
  }
@@ -40121,7 +40121,7 @@ declare namespace Excel {
40121
40121
  }): Excel.ChartAxisTitleFormat;
40122
40122
  /**
40123
40123
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
40124
- * Whereas the original Excel.ChartAxisTitleFormat object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartAxisTitleFormatData`) that contains shallow copies of any loaded child properties from the original object.
40124
+ * Whereas the original `Excel.ChartAxisTitleFormat` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartAxisTitleFormatData`) that contains shallow copies of any loaded child properties from the original object.
40125
40125
  */
40126
40126
  toJSON(): Excel.Interfaces.ChartAxisTitleFormatData;
40127
40127
  }
@@ -40272,7 +40272,7 @@ declare namespace Excel {
40272
40272
  }): Excel.ChartDataLabels;
40273
40273
  /**
40274
40274
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
40275
- * Whereas the original Excel.ChartDataLabels object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartDataLabelsData`) that contains shallow copies of any loaded child properties from the original object.
40275
+ * Whereas the original `Excel.ChartDataLabels` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartDataLabelsData`) that contains shallow copies of any loaded child properties from the original object.
40276
40276
  */
40277
40277
  toJSON(): Excel.Interfaces.ChartDataLabelsData;
40278
40278
  }
@@ -40465,7 +40465,7 @@ declare namespace Excel {
40465
40465
  }): Excel.ChartDataLabel;
40466
40466
  /**
40467
40467
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
40468
- * Whereas the original Excel.ChartDataLabel object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartDataLabelData`) that contains shallow copies of any loaded child properties from the original object.
40468
+ * Whereas the original `Excel.ChartDataLabel` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartDataLabelData`) that contains shallow copies of any loaded child properties from the original object.
40469
40469
  */
40470
40470
  toJSON(): Excel.Interfaces.ChartDataLabelData;
40471
40471
  }
@@ -40530,7 +40530,7 @@ declare namespace Excel {
40530
40530
  }): Excel.ChartDataLabelFormat;
40531
40531
  /**
40532
40532
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
40533
- * Whereas the original Excel.ChartDataLabelFormat object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartDataLabelFormatData`) that contains shallow copies of any loaded child properties from the original object.
40533
+ * Whereas the original `Excel.ChartDataLabelFormat` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartDataLabelFormatData`) that contains shallow copies of any loaded child properties from the original object.
40534
40534
  */
40535
40535
  toJSON(): Excel.Interfaces.ChartDataLabelFormatData;
40536
40536
  }
@@ -40616,7 +40616,7 @@ declare namespace Excel {
40616
40616
  }): Excel.ChartDataTable;
40617
40617
  /**
40618
40618
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
40619
- * Whereas the original Excel.ChartDataTable object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartDataTableData`) that contains shallow copies of any loaded child properties from the original object.
40619
+ * Whereas the original `Excel.ChartDataTable` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartDataTableData`) that contains shallow copies of any loaded child properties from the original object.
40620
40620
  */
40621
40621
  toJSON(): Excel.Interfaces.ChartDataTableData;
40622
40622
  }
@@ -40681,7 +40681,7 @@ declare namespace Excel {
40681
40681
  }): Excel.ChartDataTableFormat;
40682
40682
  /**
40683
40683
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
40684
- * Whereas the original Excel.ChartDataTableFormat object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartDataTableFormatData`) that contains shallow copies of any loaded child properties from the original object.
40684
+ * Whereas the original `Excel.ChartDataTableFormat` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartDataTableFormatData`) that contains shallow copies of any loaded child properties from the original object.
40685
40685
  */
40686
40686
  toJSON(): Excel.Interfaces.ChartDataTableFormatData;
40687
40687
  }
@@ -40760,7 +40760,7 @@ declare namespace Excel {
40760
40760
  }): Excel.ChartErrorBars;
40761
40761
  /**
40762
40762
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
40763
- * Whereas the original Excel.ChartErrorBars object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartErrorBarsData`) that contains shallow copies of any loaded child properties from the original object.
40763
+ * Whereas the original `Excel.ChartErrorBars` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartErrorBarsData`) that contains shallow copies of any loaded child properties from the original object.
40764
40764
  */
40765
40765
  toJSON(): Excel.Interfaces.ChartErrorBarsData;
40766
40766
  }
@@ -40811,7 +40811,7 @@ declare namespace Excel {
40811
40811
  }): Excel.ChartErrorBarsFormat;
40812
40812
  /**
40813
40813
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
40814
- * Whereas the original Excel.ChartErrorBarsFormat object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartErrorBarsFormatData`) that contains shallow copies of any loaded child properties from the original object.
40814
+ * Whereas the original `Excel.ChartErrorBarsFormat` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartErrorBarsFormatData`) that contains shallow copies of any loaded child properties from the original object.
40815
40815
  */
40816
40816
  toJSON(): Excel.Interfaces.ChartErrorBarsFormatData;
40817
40817
  }
@@ -40869,7 +40869,7 @@ declare namespace Excel {
40869
40869
  }): Excel.ChartGridlines;
40870
40870
  /**
40871
40871
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
40872
- * Whereas the original Excel.ChartGridlines object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartGridlinesData`) that contains shallow copies of any loaded child properties from the original object.
40872
+ * Whereas the original `Excel.ChartGridlines` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartGridlinesData`) that contains shallow copies of any loaded child properties from the original object.
40873
40873
  */
40874
40874
  toJSON(): Excel.Interfaces.ChartGridlinesData;
40875
40875
  }
@@ -40920,7 +40920,7 @@ declare namespace Excel {
40920
40920
  }): Excel.ChartGridlinesFormat;
40921
40921
  /**
40922
40922
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
40923
- * Whereas the original Excel.ChartGridlinesFormat object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartGridlinesFormatData`) that contains shallow copies of any loaded child properties from the original object.
40923
+ * Whereas the original `Excel.ChartGridlinesFormat` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartGridlinesFormatData`) that contains shallow copies of any loaded child properties from the original object.
40924
40924
  */
40925
40925
  toJSON(): Excel.Interfaces.ChartGridlinesFormatData;
40926
40926
  }
@@ -41034,7 +41034,7 @@ declare namespace Excel {
41034
41034
  }): Excel.ChartLegend;
41035
41035
  /**
41036
41036
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
41037
- * Whereas the original Excel.ChartLegend object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartLegendData`) that contains shallow copies of any loaded child properties from the original object.
41037
+ * Whereas the original `Excel.ChartLegend` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartLegendData`) that contains shallow copies of any loaded child properties from the original object.
41038
41038
  */
41039
41039
  toJSON(): Excel.Interfaces.ChartLegendData;
41040
41040
  }
@@ -41120,7 +41120,7 @@ declare namespace Excel {
41120
41120
  }): Excel.ChartLegendEntry;
41121
41121
  /**
41122
41122
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
41123
- * Whereas the original Excel.ChartLegendEntry object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartLegendEntryData`) that contains shallow copies of any loaded child properties from the original object.
41123
+ * Whereas the original `Excel.ChartLegendEntry` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartLegendEntryData`) that contains shallow copies of any loaded child properties from the original object.
41124
41124
  */
41125
41125
  toJSON(): Excel.Interfaces.ChartLegendEntryData;
41126
41126
  }
@@ -41236,7 +41236,7 @@ declare namespace Excel {
41236
41236
  }): Excel.ChartLegendFormat;
41237
41237
  /**
41238
41238
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
41239
- * Whereas the original Excel.ChartLegendFormat object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartLegendFormatData`) that contains shallow copies of any loaded child properties from the original object.
41239
+ * Whereas the original `Excel.ChartLegendFormat` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartLegendFormatData`) that contains shallow copies of any loaded child properties from the original object.
41240
41240
  */
41241
41241
  toJSON(): Excel.Interfaces.ChartLegendFormatData;
41242
41242
  }
@@ -41301,7 +41301,7 @@ declare namespace Excel {
41301
41301
  }): Excel.ChartMapOptions;
41302
41302
  /**
41303
41303
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
41304
- * Whereas the original Excel.ChartMapOptions object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartMapOptionsData`) that contains shallow copies of any loaded child properties from the original object.
41304
+ * Whereas the original `Excel.ChartMapOptions` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartMapOptionsData`) that contains shallow copies of any loaded child properties from the original object.
41305
41305
  */
41306
41306
  toJSON(): Excel.Interfaces.ChartMapOptionsData;
41307
41307
  }
@@ -41455,7 +41455,7 @@ declare namespace Excel {
41455
41455
  }): Excel.ChartTitle;
41456
41456
  /**
41457
41457
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
41458
- * Whereas the original Excel.ChartTitle object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartTitleData`) that contains shallow copies of any loaded child properties from the original object.
41458
+ * Whereas the original `Excel.ChartTitle` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartTitleData`) that contains shallow copies of any loaded child properties from the original object.
41459
41459
  */
41460
41460
  toJSON(): Excel.Interfaces.ChartTitleData;
41461
41461
  }
@@ -41506,7 +41506,7 @@ declare namespace Excel {
41506
41506
  }): Excel.ChartFormatString;
41507
41507
  /**
41508
41508
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
41509
- * Whereas the original Excel.ChartFormatString object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartFormatStringData`) that contains shallow copies of any loaded child properties from the original object.
41509
+ * Whereas the original `Excel.ChartFormatString` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartFormatStringData`) that contains shallow copies of any loaded child properties from the original object.
41510
41510
  */
41511
41511
  toJSON(): Excel.Interfaces.ChartFormatStringData;
41512
41512
  }
@@ -41571,7 +41571,7 @@ declare namespace Excel {
41571
41571
  }): Excel.ChartTitleFormat;
41572
41572
  /**
41573
41573
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
41574
- * Whereas the original Excel.ChartTitleFormat object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartTitleFormatData`) that contains shallow copies of any loaded child properties from the original object.
41574
+ * Whereas the original `Excel.ChartTitleFormat` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartTitleFormatData`) that contains shallow copies of any loaded child properties from the original object.
41575
41575
  */
41576
41576
  toJSON(): Excel.Interfaces.ChartTitleFormatData;
41577
41577
  }
@@ -41609,7 +41609,7 @@ declare namespace Excel {
41609
41609
  setSolidColor(color: string): void;
41610
41610
  /**
41611
41611
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
41612
- * Whereas the original Excel.ChartFill object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartFillData`) that contains shallow copies of any loaded child properties from the original object.
41612
+ * Whereas the original `Excel.ChartFill` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartFillData`) that contains shallow copies of any loaded child properties from the original object.
41613
41613
  */
41614
41614
  toJSON(): {
41615
41615
  [key: string]: string;
@@ -41683,7 +41683,7 @@ declare namespace Excel {
41683
41683
  }): Excel.ChartBorder;
41684
41684
  /**
41685
41685
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
41686
- * Whereas the original Excel.ChartBorder object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartBorderData`) that contains shallow copies of any loaded child properties from the original object.
41686
+ * Whereas the original `Excel.ChartBorder` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartBorderData`) that contains shallow copies of any loaded child properties from the original object.
41687
41687
  */
41688
41688
  toJSON(): Excel.Interfaces.ChartBorderData;
41689
41689
  }
@@ -41776,7 +41776,7 @@ declare namespace Excel {
41776
41776
  }): Excel.ChartBinOptions;
41777
41777
  /**
41778
41778
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
41779
- * Whereas the original Excel.ChartBinOptions object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartBinOptionsData`) that contains shallow copies of any loaded child properties from the original object.
41779
+ * Whereas the original `Excel.ChartBinOptions` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartBinOptionsData`) that contains shallow copies of any loaded child properties from the original object.
41780
41780
  */
41781
41781
  toJSON(): Excel.Interfaces.ChartBinOptionsData;
41782
41782
  }
@@ -41855,7 +41855,7 @@ declare namespace Excel {
41855
41855
  }): Excel.ChartBoxwhiskerOptions;
41856
41856
  /**
41857
41857
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
41858
- * Whereas the original Excel.ChartBoxwhiskerOptions object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartBoxwhiskerOptionsData`) that contains shallow copies of any loaded child properties from the original object.
41858
+ * Whereas the original `Excel.ChartBoxwhiskerOptions` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartBoxwhiskerOptionsData`) that contains shallow copies of any loaded child properties from the original object.
41859
41859
  */
41860
41860
  toJSON(): Excel.Interfaces.ChartBoxwhiskerOptionsData;
41861
41861
  }
@@ -41927,7 +41927,7 @@ declare namespace Excel {
41927
41927
  }): Excel.ChartLineFormat;
41928
41928
  /**
41929
41929
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
41930
- * Whereas the original Excel.ChartLineFormat object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartLineFormatData`) that contains shallow copies of any loaded child properties from the original object.
41930
+ * Whereas the original `Excel.ChartLineFormat` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartLineFormatData`) that contains shallow copies of any loaded child properties from the original object.
41931
41931
  */
41932
41932
  toJSON(): Excel.Interfaces.ChartLineFormatData;
41933
41933
  }
@@ -42013,7 +42013,7 @@ declare namespace Excel {
42013
42013
  }): Excel.ChartFont;
42014
42014
  /**
42015
42015
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
42016
- * Whereas the original Excel.ChartFont object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartFontData`) that contains shallow copies of any loaded child properties from the original object.
42016
+ * Whereas the original `Excel.ChartFont` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartFontData`) that contains shallow copies of any loaded child properties from the original object.
42017
42017
  */
42018
42018
  toJSON(): Excel.Interfaces.ChartFontData;
42019
42019
  }
@@ -42141,7 +42141,7 @@ declare namespace Excel {
42141
42141
  }): Excel.ChartTrendline;
42142
42142
  /**
42143
42143
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
42144
- * Whereas the original Excel.ChartTrendline object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartTrendlineData`) that contains shallow copies of any loaded child properties from the original object.
42144
+ * Whereas the original `Excel.ChartTrendline` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartTrendlineData`) that contains shallow copies of any loaded child properties from the original object.
42145
42145
  */
42146
42146
  toJSON(): Excel.Interfaces.ChartTrendlineData;
42147
42147
  }
@@ -42261,7 +42261,7 @@ declare namespace Excel {
42261
42261
  }): Excel.ChartTrendlineFormat;
42262
42262
  /**
42263
42263
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
42264
- * Whereas the original Excel.ChartTrendlineFormat object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartTrendlineFormatData`) that contains shallow copies of any loaded child properties from the original object.
42264
+ * Whereas the original `Excel.ChartTrendlineFormat` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartTrendlineFormatData`) that contains shallow copies of any loaded child properties from the original object.
42265
42265
  */
42266
42266
  toJSON(): Excel.Interfaces.ChartTrendlineFormatData;
42267
42267
  }
@@ -42398,7 +42398,7 @@ declare namespace Excel {
42398
42398
  }): Excel.ChartTrendlineLabel;
42399
42399
  /**
42400
42400
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
42401
- * Whereas the original Excel.ChartTrendlineLabel object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartTrendlineLabelData`) that contains shallow copies of any loaded child properties from the original object.
42401
+ * Whereas the original `Excel.ChartTrendlineLabel` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartTrendlineLabelData`) that contains shallow copies of any loaded child properties from the original object.
42402
42402
  */
42403
42403
  toJSON(): Excel.Interfaces.ChartTrendlineLabelData;
42404
42404
  }
@@ -42463,7 +42463,7 @@ declare namespace Excel {
42463
42463
  }): Excel.ChartTrendlineLabelFormat;
42464
42464
  /**
42465
42465
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
42466
- * Whereas the original Excel.ChartTrendlineLabelFormat object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartTrendlineLabelFormatData`) that contains shallow copies of any loaded child properties from the original object.
42466
+ * Whereas the original `Excel.ChartTrendlineLabelFormat` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartTrendlineLabelFormatData`) that contains shallow copies of any loaded child properties from the original object.
42467
42467
  */
42468
42468
  toJSON(): Excel.Interfaces.ChartTrendlineLabelFormatData;
42469
42469
  }
@@ -42577,7 +42577,7 @@ declare namespace Excel {
42577
42577
  }): Excel.ChartPlotArea;
42578
42578
  /**
42579
42579
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
42580
- * Whereas the original Excel.ChartPlotArea object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartPlotAreaData`) that contains shallow copies of any loaded child properties from the original object.
42580
+ * Whereas the original `Excel.ChartPlotArea` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartPlotAreaData`) that contains shallow copies of any loaded child properties from the original object.
42581
42581
  */
42582
42582
  toJSON(): Excel.Interfaces.ChartPlotAreaData;
42583
42583
  }
@@ -42635,7 +42635,7 @@ declare namespace Excel {
42635
42635
  }): Excel.ChartPlotAreaFormat;
42636
42636
  /**
42637
42637
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
42638
- * Whereas the original Excel.ChartPlotAreaFormat object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartPlotAreaFormatData`) that contains shallow copies of any loaded child properties from the original object.
42638
+ * Whereas the original `Excel.ChartPlotAreaFormat` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ChartPlotAreaFormatData`) that contains shallow copies of any loaded child properties from the original object.
42639
42639
  */
42640
42640
  toJSON(): Excel.Interfaces.ChartPlotAreaFormatData;
42641
42641
  }
@@ -42676,7 +42676,7 @@ declare namespace Excel {
42676
42676
  apply(fields: Excel.SortField[], matchCase?: boolean, hasHeaders?: boolean, orientation?: "Rows" | "Columns", method?: "PinYin" | "StrokeCount"): void;
42677
42677
  /**
42678
42678
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
42679
- * Whereas the original Excel.RangeSort object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.RangeSortData`) that contains shallow copies of any loaded child properties from the original object.
42679
+ * Whereas the original `Excel.RangeSort` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.RangeSortData`) that contains shallow copies of any loaded child properties from the original object.
42680
42680
  */
42681
42681
  toJSON(): {
42682
42682
  [key: string]: string;
@@ -42771,7 +42771,7 @@ declare namespace Excel {
42771
42771
  }): Excel.TableSort;
42772
42772
  /**
42773
42773
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
42774
- * Whereas the original Excel.TableSort object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.TableSortData`) that contains shallow copies of any loaded child properties from the original object.
42774
+ * Whereas the original `Excel.TableSort` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.TableSortData`) that contains shallow copies of any loaded child properties from the original object.
42775
42775
  */
42776
42776
  toJSON(): Excel.Interfaces.TableSortData;
42777
42777
  }
@@ -42999,7 +42999,7 @@ declare namespace Excel {
42999
42999
  }): Excel.Filter;
43000
43000
  /**
43001
43001
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
43002
- * Whereas the original Excel.Filter object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.FilterData`) that contains shallow copies of any loaded child properties from the original object.
43002
+ * Whereas the original `Excel.Filter` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.FilterData`) that contains shallow copies of any loaded child properties from the original object.
43003
43003
  */
43004
43004
  toJSON(): Excel.Interfaces.FilterData;
43005
43005
  }
@@ -43212,7 +43212,7 @@ declare namespace Excel {
43212
43212
  }): Excel.AutoFilter;
43213
43213
  /**
43214
43214
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
43215
- * Whereas the original Excel.AutoFilter object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.AutoFilterData`) that contains shallow copies of any loaded child properties from the original object.
43215
+ * Whereas the original `Excel.AutoFilter` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.AutoFilterData`) that contains shallow copies of any loaded child properties from the original object.
43216
43216
  */
43217
43217
  toJSON(): Excel.Interfaces.AutoFilterData;
43218
43218
  }
@@ -43269,7 +43269,7 @@ declare namespace Excel {
43269
43269
  }): Excel.CultureInfo;
43270
43270
  /**
43271
43271
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
43272
- * Whereas the original Excel.CultureInfo object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.CultureInfoData`) that contains shallow copies of any loaded child properties from the original object.
43272
+ * Whereas the original `Excel.CultureInfo` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.CultureInfoData`) that contains shallow copies of any loaded child properties from the original object.
43273
43273
  */
43274
43274
  toJSON(): Excel.Interfaces.CultureInfoData;
43275
43275
  }
@@ -43326,7 +43326,7 @@ declare namespace Excel {
43326
43326
  }): Excel.NumberFormatInfo;
43327
43327
  /**
43328
43328
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
43329
- * Whereas the original Excel.NumberFormatInfo object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.NumberFormatInfoData`) that contains shallow copies of any loaded child properties from the original object.
43329
+ * Whereas the original `Excel.NumberFormatInfo` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.NumberFormatInfoData`) that contains shallow copies of any loaded child properties from the original object.
43330
43330
  */
43331
43331
  toJSON(): Excel.Interfaces.NumberFormatInfoData;
43332
43332
  }
@@ -43397,7 +43397,7 @@ declare namespace Excel {
43397
43397
  }): Excel.DatetimeFormatInfo;
43398
43398
  /**
43399
43399
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
43400
- * Whereas the original Excel.DatetimeFormatInfo object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.DatetimeFormatInfoData`) that contains shallow copies of any loaded child properties from the original object.
43400
+ * Whereas the original `Excel.DatetimeFormatInfo` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.DatetimeFormatInfoData`) that contains shallow copies of any loaded child properties from the original object.
43401
43401
  */
43402
43402
  toJSON(): Excel.Interfaces.DatetimeFormatInfoData;
43403
43403
  }
@@ -43652,7 +43652,7 @@ declare namespace Excel {
43652
43652
  }): Excel.CustomXmlPart;
43653
43653
  /**
43654
43654
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
43655
- * Whereas the original Excel.CustomXmlPart object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.CustomXmlPartData`) that contains shallow copies of any loaded child properties from the original object.
43655
+ * Whereas the original `Excel.CustomXmlPart` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.CustomXmlPartData`) that contains shallow copies of any loaded child properties from the original object.
43656
43656
  */
43657
43657
  toJSON(): Excel.Interfaces.CustomXmlPartData;
43658
43658
  }
@@ -43974,7 +43974,7 @@ declare namespace Excel {
43974
43974
  }): Excel.PivotTable;
43975
43975
  /**
43976
43976
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
43977
- * Whereas the original Excel.PivotTable object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.PivotTableData`) that contains shallow copies of any loaded child properties from the original object.
43977
+ * Whereas the original `Excel.PivotTable` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.PivotTableData`) that contains shallow copies of any loaded child properties from the original object.
43978
43978
  */
43979
43979
  toJSON(): Excel.Interfaces.PivotTableData;
43980
43980
  }
@@ -44219,7 +44219,7 @@ declare namespace Excel {
44219
44219
  }): Excel.PivotLayout;
44220
44220
  /**
44221
44221
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
44222
- * Whereas the original Excel.PivotLayout object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.PivotLayoutData`) that contains shallow copies of any loaded child properties from the original object.
44222
+ * Whereas the original `Excel.PivotLayout` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.PivotLayoutData`) that contains shallow copies of any loaded child properties from the original object.
44223
44223
  */
44224
44224
  toJSON(): Excel.Interfaces.PivotLayoutData;
44225
44225
  }
@@ -44345,7 +44345,7 @@ declare namespace Excel {
44345
44345
  }): Excel.PivotHierarchy;
44346
44346
  /**
44347
44347
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
44348
- * Whereas the original Excel.PivotHierarchy object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.PivotHierarchyData`) that contains shallow copies of any loaded child properties from the original object.
44348
+ * Whereas the original `Excel.PivotHierarchy` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.PivotHierarchyData`) that contains shallow copies of any loaded child properties from the original object.
44349
44349
  */
44350
44350
  toJSON(): Excel.Interfaces.PivotHierarchyData;
44351
44351
  }
@@ -44500,7 +44500,7 @@ declare namespace Excel {
44500
44500
  }): Excel.RowColumnPivotHierarchy;
44501
44501
  /**
44502
44502
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
44503
- * Whereas the original Excel.RowColumnPivotHierarchy object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.RowColumnPivotHierarchyData`) that contains shallow copies of any loaded child properties from the original object.
44503
+ * Whereas the original `Excel.RowColumnPivotHierarchy` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.RowColumnPivotHierarchyData`) that contains shallow copies of any loaded child properties from the original object.
44504
44504
  */
44505
44505
  toJSON(): Excel.Interfaces.RowColumnPivotHierarchyData;
44506
44506
  }
@@ -44662,7 +44662,7 @@ declare namespace Excel {
44662
44662
  }): Excel.FilterPivotHierarchy;
44663
44663
  /**
44664
44664
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
44665
- * Whereas the original Excel.FilterPivotHierarchy object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.FilterPivotHierarchyData`) that contains shallow copies of any loaded child properties from the original object.
44665
+ * Whereas the original `Excel.FilterPivotHierarchy` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.FilterPivotHierarchyData`) that contains shallow copies of any loaded child properties from the original object.
44666
44666
  */
44667
44667
  toJSON(): Excel.Interfaces.FilterPivotHierarchyData;
44668
44668
  }
@@ -44837,7 +44837,7 @@ declare namespace Excel {
44837
44837
  }): Excel.DataPivotHierarchy;
44838
44838
  /**
44839
44839
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
44840
- * Whereas the original Excel.DataPivotHierarchy object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.DataPivotHierarchyData`) that contains shallow copies of any loaded child properties from the original object.
44840
+ * Whereas the original `Excel.DataPivotHierarchy` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.DataPivotHierarchyData`) that contains shallow copies of any loaded child properties from the original object.
44841
44841
  */
44842
44842
  toJSON(): Excel.Interfaces.DataPivotHierarchyData;
44843
44843
  }
@@ -45106,7 +45106,7 @@ declare namespace Excel {
45106
45106
  }): Excel.PivotField;
45107
45107
  /**
45108
45108
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
45109
- * Whereas the original Excel.PivotField object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.PivotFieldData`) that contains shallow copies of any loaded child properties from the original object.
45109
+ * Whereas the original `Excel.PivotField` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.PivotFieldData`) that contains shallow copies of any loaded child properties from the original object.
45110
45110
  */
45111
45111
  toJSON(): Excel.Interfaces.PivotFieldData;
45112
45112
  }
@@ -45239,7 +45239,7 @@ declare namespace Excel {
45239
45239
  }): Excel.PivotItem;
45240
45240
  /**
45241
45241
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
45242
- * Whereas the original Excel.PivotItem object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.PivotItemData`) that contains shallow copies of any loaded child properties from the original object.
45242
+ * Whereas the original `Excel.PivotItem` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.PivotItemData`) that contains shallow copies of any loaded child properties from the original object.
45243
45243
  */
45244
45244
  toJSON(): Excel.Interfaces.PivotItemData;
45245
45245
  }
@@ -45622,7 +45622,7 @@ declare namespace Excel {
45622
45622
  }): Excel.WorksheetCustomProperty;
45623
45623
  /**
45624
45624
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
45625
- * Whereas the original Excel.WorksheetCustomProperty object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.WorksheetCustomPropertyData`) that contains shallow copies of any loaded child properties from the original object.
45625
+ * Whereas the original `Excel.WorksheetCustomProperty` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.WorksheetCustomPropertyData`) that contains shallow copies of any loaded child properties from the original object.
45626
45626
  */
45627
45627
  toJSON(): Excel.Interfaces.WorksheetCustomPropertyData;
45628
45628
  }
@@ -45728,7 +45728,7 @@ declare namespace Excel {
45728
45728
  */
45729
45729
  category: string;
45730
45730
  /**
45731
- * The comments of the workbook.
45731
+ * The comment field in the metadata of the workbook. These have no connection to comments by users made in the workbork.
45732
45732
  *
45733
45733
  * @remarks
45734
45734
  * [Api set: ExcelApi 1.7]
@@ -45821,7 +45821,7 @@ declare namespace Excel {
45821
45821
  }): Excel.DocumentProperties;
45822
45822
  /**
45823
45823
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
45824
- * Whereas the original Excel.DocumentProperties object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.DocumentPropertiesData`) that contains shallow copies of any loaded child properties from the original object.
45824
+ * Whereas the original `Excel.DocumentProperties` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.DocumentPropertiesData`) that contains shallow copies of any loaded child properties from the original object.
45825
45825
  */
45826
45826
  toJSON(): Excel.Interfaces.DocumentPropertiesData;
45827
45827
  }
@@ -45893,7 +45893,7 @@ declare namespace Excel {
45893
45893
  }): Excel.CustomProperty;
45894
45894
  /**
45895
45895
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
45896
- * Whereas the original Excel.CustomProperty object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.CustomPropertyData`) that contains shallow copies of any loaded child properties from the original object.
45896
+ * Whereas the original `Excel.CustomProperty` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.CustomPropertyData`) that contains shallow copies of any loaded child properties from the original object.
45897
45897
  */
45898
45898
  toJSON(): Excel.Interfaces.CustomPropertyData;
45899
45899
  }
@@ -46366,7 +46366,7 @@ declare namespace Excel {
46366
46366
  }): Excel.ConditionalFormat;
46367
46367
  /**
46368
46368
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
46369
- * Whereas the original Excel.ConditionalFormat object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ConditionalFormatData`) that contains shallow copies of any loaded child properties from the original object.
46369
+ * Whereas the original `Excel.ConditionalFormat` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ConditionalFormatData`) that contains shallow copies of any loaded child properties from the original object.
46370
46370
  */
46371
46371
  toJSON(): Excel.Interfaces.ConditionalFormatData;
46372
46372
  }
@@ -46469,7 +46469,7 @@ declare namespace Excel {
46469
46469
  }): Excel.DataBarConditionalFormat;
46470
46470
  /**
46471
46471
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
46472
- * Whereas the original Excel.DataBarConditionalFormat object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.DataBarConditionalFormatData`) that contains shallow copies of any loaded child properties from the original object.
46472
+ * Whereas the original `Excel.DataBarConditionalFormat` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.DataBarConditionalFormatData`) that contains shallow copies of any loaded child properties from the original object.
46473
46473
  */
46474
46474
  toJSON(): Excel.Interfaces.DataBarConditionalFormatData;
46475
46475
  }
@@ -46535,7 +46535,7 @@ declare namespace Excel {
46535
46535
  }): Excel.ConditionalDataBarPositiveFormat;
46536
46536
  /**
46537
46537
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
46538
- * Whereas the original Excel.ConditionalDataBarPositiveFormat object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ConditionalDataBarPositiveFormatData`) that contains shallow copies of any loaded child properties from the original object.
46538
+ * Whereas the original `Excel.ConditionalDataBarPositiveFormat` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ConditionalDataBarPositiveFormatData`) that contains shallow copies of any loaded child properties from the original object.
46539
46539
  */
46540
46540
  toJSON(): Excel.Interfaces.ConditionalDataBarPositiveFormatData;
46541
46541
  }
@@ -46608,7 +46608,7 @@ declare namespace Excel {
46608
46608
  }): Excel.ConditionalDataBarNegativeFormat;
46609
46609
  /**
46610
46610
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
46611
- * Whereas the original Excel.ConditionalDataBarNegativeFormat object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ConditionalDataBarNegativeFormatData`) that contains shallow copies of any loaded child properties from the original object.
46611
+ * Whereas the original `Excel.ConditionalDataBarNegativeFormat` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ConditionalDataBarNegativeFormatData`) that contains shallow copies of any loaded child properties from the original object.
46612
46612
  */
46613
46613
  toJSON(): Excel.Interfaces.ConditionalDataBarNegativeFormatData;
46614
46614
  }
@@ -46688,7 +46688,7 @@ declare namespace Excel {
46688
46688
  }): Excel.CustomConditionalFormat;
46689
46689
  /**
46690
46690
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
46691
- * Whereas the original Excel.CustomConditionalFormat object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.CustomConditionalFormatData`) that contains shallow copies of any loaded child properties from the original object.
46691
+ * Whereas the original `Excel.CustomConditionalFormat` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.CustomConditionalFormatData`) that contains shallow copies of any loaded child properties from the original object.
46692
46692
  */
46693
46693
  toJSON(): Excel.Interfaces.CustomConditionalFormatData;
46694
46694
  }
@@ -46753,7 +46753,7 @@ declare namespace Excel {
46753
46753
  }): Excel.ConditionalFormatRule;
46754
46754
  /**
46755
46755
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
46756
- * Whereas the original Excel.ConditionalFormatRule object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ConditionalFormatRuleData`) that contains shallow copies of any loaded child properties from the original object.
46756
+ * Whereas the original `Excel.ConditionalFormatRule` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ConditionalFormatRuleData`) that contains shallow copies of any loaded child properties from the original object.
46757
46757
  */
46758
46758
  toJSON(): Excel.Interfaces.ConditionalFormatRuleData;
46759
46759
  }
@@ -46825,7 +46825,7 @@ declare namespace Excel {
46825
46825
  }): Excel.IconSetConditionalFormat;
46826
46826
  /**
46827
46827
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
46828
- * Whereas the original Excel.IconSetConditionalFormat object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.IconSetConditionalFormatData`) that contains shallow copies of any loaded child properties from the original object.
46828
+ * Whereas the original `Excel.IconSetConditionalFormat` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.IconSetConditionalFormatData`) that contains shallow copies of any loaded child properties from the original object.
46829
46829
  */
46830
46830
  toJSON(): Excel.Interfaces.IconSetConditionalFormatData;
46831
46831
  }
@@ -46919,7 +46919,7 @@ declare namespace Excel {
46919
46919
  }): Excel.ColorScaleConditionalFormat;
46920
46920
  /**
46921
46921
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
46922
- * Whereas the original Excel.ColorScaleConditionalFormat object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ColorScaleConditionalFormatData`) that contains shallow copies of any loaded child properties from the original object.
46922
+ * Whereas the original `Excel.ColorScaleConditionalFormat` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ColorScaleConditionalFormatData`) that contains shallow copies of any loaded child properties from the original object.
46923
46923
  */
46924
46924
  toJSON(): Excel.Interfaces.ColorScaleConditionalFormatData;
46925
46925
  }
@@ -47035,7 +47035,7 @@ declare namespace Excel {
47035
47035
  }): Excel.TopBottomConditionalFormat;
47036
47036
  /**
47037
47037
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
47038
- * Whereas the original Excel.TopBottomConditionalFormat object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.TopBottomConditionalFormatData`) that contains shallow copies of any loaded child properties from the original object.
47038
+ * Whereas the original `Excel.TopBottomConditionalFormat` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.TopBottomConditionalFormatData`) that contains shallow copies of any loaded child properties from the original object.
47039
47039
  */
47040
47040
  toJSON(): Excel.Interfaces.TopBottomConditionalFormatData;
47041
47041
  }
@@ -47115,7 +47115,7 @@ declare namespace Excel {
47115
47115
  }): Excel.PresetCriteriaConditionalFormat;
47116
47116
  /**
47117
47117
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
47118
- * Whereas the original Excel.PresetCriteriaConditionalFormat object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.PresetCriteriaConditionalFormatData`) that contains shallow copies of any loaded child properties from the original object.
47118
+ * Whereas the original `Excel.PresetCriteriaConditionalFormat` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.PresetCriteriaConditionalFormatData`) that contains shallow copies of any loaded child properties from the original object.
47119
47119
  */
47120
47120
  toJSON(): Excel.Interfaces.PresetCriteriaConditionalFormatData;
47121
47121
  }
@@ -47188,7 +47188,7 @@ declare namespace Excel {
47188
47188
  }): Excel.TextConditionalFormat;
47189
47189
  /**
47190
47190
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
47191
- * Whereas the original Excel.TextConditionalFormat object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.TextConditionalFormatData`) that contains shallow copies of any loaded child properties from the original object.
47191
+ * Whereas the original `Excel.TextConditionalFormat` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.TextConditionalFormatData`) that contains shallow copies of any loaded child properties from the original object.
47192
47192
  */
47193
47193
  toJSON(): Excel.Interfaces.TextConditionalFormatData;
47194
47194
  }
@@ -47268,7 +47268,7 @@ declare namespace Excel {
47268
47268
  }): Excel.CellValueConditionalFormat;
47269
47269
  /**
47270
47270
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
47271
- * Whereas the original Excel.CellValueConditionalFormat object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.CellValueConditionalFormatData`) that contains shallow copies of any loaded child properties from the original object.
47271
+ * Whereas the original `Excel.CellValueConditionalFormat` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.CellValueConditionalFormatData`) that contains shallow copies of any loaded child properties from the original object.
47272
47272
  */
47273
47273
  toJSON(): Excel.Interfaces.CellValueConditionalFormatData;
47274
47274
  }
@@ -47332,7 +47332,7 @@ declare namespace Excel {
47332
47332
  */
47333
47333
  readonly font: Excel.ConditionalRangeFont;
47334
47334
  /**
47335
- * Represents Excel's number format code for the given range. For more information about Excel number formatting, see {@link https://support.microsoft.com/office/number-format-codes-5026bbd6-04bc-48cd-bf33-80f18b4eae68 | Number format codes}.
47335
+ * Represents Excel's number format code for the given range. For more information about Excel number formatting, see {@link https://support.microsoft.com/office/5026bbd6-04bc-48cd-bf33-80f18b4eae68 | Number format codes}.
47336
47336
  Cleared if `null` is passed in.
47337
47337
  *
47338
47338
  * @remarks
@@ -47377,7 +47377,7 @@ declare namespace Excel {
47377
47377
  }): Excel.ConditionalRangeFormat;
47378
47378
  /**
47379
47379
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
47380
- * Whereas the original Excel.ConditionalRangeFormat object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ConditionalRangeFormatData`) that contains shallow copies of any loaded child properties from the original object.
47380
+ * Whereas the original `Excel.ConditionalRangeFormat` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ConditionalRangeFormatData`) that contains shallow copies of any loaded child properties from the original object.
47381
47381
  */
47382
47382
  toJSON(): Excel.Interfaces.ConditionalRangeFormatData;
47383
47383
  }
@@ -47463,7 +47463,7 @@ declare namespace Excel {
47463
47463
  }): Excel.ConditionalRangeFont;
47464
47464
  /**
47465
47465
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
47466
- * Whereas the original Excel.ConditionalRangeFont object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ConditionalRangeFontData`) that contains shallow copies of any loaded child properties from the original object.
47466
+ * Whereas the original `Excel.ConditionalRangeFont` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ConditionalRangeFontData`) that contains shallow copies of any loaded child properties from the original object.
47467
47467
  */
47468
47468
  toJSON(): Excel.Interfaces.ConditionalRangeFontData;
47469
47469
  }
@@ -47521,7 +47521,7 @@ declare namespace Excel {
47521
47521
  }): Excel.ConditionalRangeFill;
47522
47522
  /**
47523
47523
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
47524
- * Whereas the original Excel.ConditionalRangeFill object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ConditionalRangeFillData`) that contains shallow copies of any loaded child properties from the original object.
47524
+ * Whereas the original `Excel.ConditionalRangeFill` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ConditionalRangeFillData`) that contains shallow copies of any loaded child properties from the original object.
47525
47525
  */
47526
47526
  toJSON(): Excel.Interfaces.ConditionalRangeFillData;
47527
47527
  }
@@ -47586,7 +47586,7 @@ declare namespace Excel {
47586
47586
  }): Excel.ConditionalRangeBorder;
47587
47587
  /**
47588
47588
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
47589
- * Whereas the original Excel.ConditionalRangeBorder object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ConditionalRangeBorderData`) that contains shallow copies of any loaded child properties from the original object.
47589
+ * Whereas the original `Excel.ConditionalRangeBorder` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ConditionalRangeBorderData`) that contains shallow copies of any loaded child properties from the original object.
47590
47590
  */
47591
47591
  toJSON(): Excel.Interfaces.ConditionalRangeBorderData;
47592
47592
  }
@@ -47895,7 +47895,7 @@ declare namespace Excel {
47895
47895
  }): Excel.Style;
47896
47896
  /**
47897
47897
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
47898
- * Whereas the original Excel.Style object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.StyleData`) that contains shallow copies of any loaded child properties from the original object.
47898
+ * Whereas the original `Excel.Style` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.StyleData`) that contains shallow copies of any loaded child properties from the original object.
47899
47899
  */
47900
47900
  toJSON(): Excel.Interfaces.StyleData;
47901
47901
  }
@@ -48139,7 +48139,7 @@ declare namespace Excel {
48139
48139
  }): Excel.TableStyle;
48140
48140
  /**
48141
48141
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
48142
- * Whereas the original Excel.TableStyle object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.TableStyleData`) that contains shallow copies of any loaded child properties from the original object.
48142
+ * Whereas the original `Excel.TableStyle` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.TableStyleData`) that contains shallow copies of any loaded child properties from the original object.
48143
48143
  */
48144
48144
  toJSON(): Excel.Interfaces.TableStyleData;
48145
48145
  }
@@ -48303,7 +48303,7 @@ declare namespace Excel {
48303
48303
  }): Excel.PivotTableStyle;
48304
48304
  /**
48305
48305
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
48306
- * Whereas the original Excel.PivotTableStyle object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.PivotTableStyleData`) that contains shallow copies of any loaded child properties from the original object.
48306
+ * Whereas the original `Excel.PivotTableStyle` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.PivotTableStyleData`) that contains shallow copies of any loaded child properties from the original object.
48307
48307
  */
48308
48308
  toJSON(): Excel.Interfaces.PivotTableStyleData;
48309
48309
  }
@@ -48467,7 +48467,7 @@ declare namespace Excel {
48467
48467
  }): Excel.SlicerStyle;
48468
48468
  /**
48469
48469
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
48470
- * Whereas the original Excel.SlicerStyle object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.SlicerStyleData`) that contains shallow copies of any loaded child properties from the original object.
48470
+ * Whereas the original `Excel.SlicerStyle` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.SlicerStyleData`) that contains shallow copies of any loaded child properties from the original object.
48471
48471
  */
48472
48472
  toJSON(): Excel.Interfaces.SlicerStyleData;
48473
48473
  }
@@ -48631,7 +48631,7 @@ declare namespace Excel {
48631
48631
  }): Excel.TimelineStyle;
48632
48632
  /**
48633
48633
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
48634
- * Whereas the original Excel.TimelineStyle object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.TimelineStyleData`) that contains shallow copies of any loaded child properties from the original object.
48634
+ * Whereas the original `Excel.TimelineStyle` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.TimelineStyleData`) that contains shallow copies of any loaded child properties from the original object.
48635
48635
  */
48636
48636
  toJSON(): Excel.Interfaces.TimelineStyleData;
48637
48637
  }
@@ -48908,7 +48908,7 @@ declare namespace Excel {
48908
48908
  }): Excel.PageLayout;
48909
48909
  /**
48910
48910
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
48911
- * Whereas the original Excel.PageLayout object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.PageLayoutData`) that contains shallow copies of any loaded child properties from the original object.
48911
+ * Whereas the original `Excel.PageLayout` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.PageLayoutData`) that contains shallow copies of any loaded child properties from the original object.
48912
48912
  */
48913
48913
  toJSON(): Excel.Interfaces.PageLayoutData;
48914
48914
  }
@@ -49077,7 +49077,7 @@ declare namespace Excel {
49077
49077
  }): Excel.HeaderFooter;
49078
49078
  /**
49079
49079
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
49080
- * Whereas the original Excel.HeaderFooter object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.HeaderFooterData`) that contains shallow copies of any loaded child properties from the original object.
49080
+ * Whereas the original `Excel.HeaderFooter` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.HeaderFooterData`) that contains shallow copies of any loaded child properties from the original object.
49081
49081
  */
49082
49082
  toJSON(): Excel.Interfaces.HeaderFooterData;
49083
49083
  }
@@ -49168,7 +49168,7 @@ declare namespace Excel {
49168
49168
  }): Excel.HeaderFooterGroup;
49169
49169
  /**
49170
49170
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
49171
- * Whereas the original Excel.HeaderFooterGroup object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.HeaderFooterGroupData`) that contains shallow copies of any loaded child properties from the original object.
49171
+ * Whereas the original `Excel.HeaderFooterGroup` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.HeaderFooterGroupData`) that contains shallow copies of any loaded child properties from the original object.
49172
49172
  */
49173
49173
  toJSON(): Excel.Interfaces.HeaderFooterGroupData;
49174
49174
  }
@@ -49230,7 +49230,7 @@ declare namespace Excel {
49230
49230
  }): Excel.PageBreak;
49231
49231
  /**
49232
49232
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
49233
- * Whereas the original Excel.PageBreak object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.PageBreakData`) that contains shallow copies of any loaded child properties from the original object.
49233
+ * Whereas the original `Excel.PageBreak` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.PageBreakData`) that contains shallow copies of any loaded child properties from the original object.
49234
49234
  */
49235
49235
  toJSON(): Excel.Interfaces.PageBreakData;
49236
49236
  }
@@ -49318,7 +49318,7 @@ declare namespace Excel {
49318
49318
  refreshAll(): void;
49319
49319
  /**
49320
49320
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
49321
- * Whereas the original Excel.DataConnectionCollection object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.DataConnectionCollectionData`) that contains shallow copies of any loaded child properties from the original object.
49321
+ * Whereas the original `Excel.DataConnectionCollection` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.DataConnectionCollectionData`) that contains shallow copies of any loaded child properties from the original object.
49322
49322
  */
49323
49323
  toJSON(): {
49324
49324
  [key: string]: string;
@@ -49746,7 +49746,7 @@ declare namespace Excel {
49746
49746
  }): Excel.Comment;
49747
49747
  /**
49748
49748
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
49749
- * Whereas the original Excel.Comment object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.CommentData`) that contains shallow copies of any loaded child properties from the original object.
49749
+ * Whereas the original `Excel.Comment` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.CommentData`) that contains shallow copies of any loaded child properties from the original object.
49750
49750
  */
49751
49751
  toJSON(): Excel.Interfaces.CommentData;
49752
49752
  }
@@ -49974,7 +49974,7 @@ declare namespace Excel {
49974
49974
  }): Excel.CommentReply;
49975
49975
  /**
49976
49976
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
49977
- * Whereas the original Excel.CommentReply object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.CommentReplyData`) that contains shallow copies of any loaded child properties from the original object.
49977
+ * Whereas the original `Excel.CommentReply` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.CommentReplyData`) that contains shallow copies of any loaded child properties from the original object.
49978
49978
  */
49979
49979
  toJSON(): Excel.Interfaces.CommentReplyData;
49980
49980
  }
@@ -50492,7 +50492,7 @@ declare namespace Excel {
50492
50492
  readonly onDeactivated: OfficeExtension.EventHandlers<Excel.ShapeDeactivatedEventArgs>;
50493
50493
  /**
50494
50494
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
50495
- * Whereas the original Excel.Shape object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ShapeData`) that contains shallow copies of any loaded child properties from the original object.
50495
+ * Whereas the original `Excel.Shape` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ShapeData`) that contains shallow copies of any loaded child properties from the original object.
50496
50496
  */
50497
50497
  toJSON(): Excel.Interfaces.ShapeData;
50498
50498
  }
@@ -50542,7 +50542,7 @@ declare namespace Excel {
50542
50542
  }): Excel.GeometricShape;
50543
50543
  /**
50544
50544
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
50545
- * Whereas the original Excel.GeometricShape object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.GeometricShapeData`) that contains shallow copies of any loaded child properties from the original object.
50545
+ * Whereas the original `Excel.GeometricShape` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.GeometricShapeData`) that contains shallow copies of any loaded child properties from the original object.
50546
50546
  */
50547
50547
  toJSON(): Excel.Interfaces.GeometricShapeData;
50548
50548
  }
@@ -50599,7 +50599,7 @@ declare namespace Excel {
50599
50599
  }): Excel.Image;
50600
50600
  /**
50601
50601
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
50602
- * Whereas the original Excel.Image object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ImageData`) that contains shallow copies of any loaded child properties from the original object.
50602
+ * Whereas the original `Excel.Image` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ImageData`) that contains shallow copies of any loaded child properties from the original object.
50603
50603
  */
50604
50604
  toJSON(): Excel.Interfaces.ImageData;
50605
50605
  }
@@ -50663,7 +50663,7 @@ declare namespace Excel {
50663
50663
  }): Excel.ShapeGroup;
50664
50664
  /**
50665
50665
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
50666
- * Whereas the original Excel.ShapeGroup object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ShapeGroupData`) that contains shallow copies of any loaded child properties from the original object.
50666
+ * Whereas the original `Excel.ShapeGroup` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ShapeGroupData`) that contains shallow copies of any loaded child properties from the original object.
50667
50667
  */
50668
50668
  toJSON(): Excel.Interfaces.ShapeGroupData;
50669
50669
  }
@@ -50917,7 +50917,7 @@ declare namespace Excel {
50917
50917
  }): Excel.Line;
50918
50918
  /**
50919
50919
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
50920
- * Whereas the original Excel.Line object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.LineData`) that contains shallow copies of any loaded child properties from the original object.
50920
+ * Whereas the original `Excel.Line` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.LineData`) that contains shallow copies of any loaded child properties from the original object.
50921
50921
  */
50922
50922
  toJSON(): Excel.Interfaces.LineData;
50923
50923
  }
@@ -50998,7 +50998,7 @@ declare namespace Excel {
50998
50998
  }): Excel.ShapeFill;
50999
50999
  /**
51000
51000
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
51001
- * Whereas the original Excel.ShapeFill object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ShapeFillData`) that contains shallow copies of any loaded child properties from the original object.
51001
+ * Whereas the original `Excel.ShapeFill` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ShapeFillData`) that contains shallow copies of any loaded child properties from the original object.
51002
51002
  */
51003
51003
  toJSON(): Excel.Interfaces.ShapeFillData;
51004
51004
  }
@@ -51084,7 +51084,7 @@ declare namespace Excel {
51084
51084
  }): Excel.ShapeLineFormat;
51085
51085
  /**
51086
51086
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
51087
- * Whereas the original Excel.ShapeLineFormat object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ShapeLineFormatData`) that contains shallow copies of any loaded child properties from the original object.
51087
+ * Whereas the original `Excel.ShapeLineFormat` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ShapeLineFormatData`) that contains shallow copies of any loaded child properties from the original object.
51088
51088
  */
51089
51089
  toJSON(): Excel.Interfaces.ShapeLineFormatData;
51090
51090
  }
@@ -51226,7 +51226,7 @@ declare namespace Excel {
51226
51226
  }): Excel.TextFrame;
51227
51227
  /**
51228
51228
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
51229
- * Whereas the original Excel.TextFrame object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.TextFrameData`) that contains shallow copies of any loaded child properties from the original object.
51229
+ * Whereas the original `Excel.TextFrame` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.TextFrameData`) that contains shallow copies of any loaded child properties from the original object.
51230
51230
  */
51231
51231
  toJSON(): Excel.Interfaces.TextFrameData;
51232
51232
  }
@@ -51294,7 +51294,7 @@ declare namespace Excel {
51294
51294
  }): Excel.TextRange;
51295
51295
  /**
51296
51296
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
51297
- * Whereas the original Excel.TextRange object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.TextRangeData`) that contains shallow copies of any loaded child properties from the original object.
51297
+ * Whereas the original `Excel.TextRange` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.TextRangeData`) that contains shallow copies of any loaded child properties from the original object.
51298
51298
  */
51299
51299
  toJSON(): Excel.Interfaces.TextRangeData;
51300
51300
  }
@@ -51380,7 +51380,7 @@ declare namespace Excel {
51380
51380
  }): Excel.ShapeFont;
51381
51381
  /**
51382
51382
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
51383
- * Whereas the original Excel.ShapeFont object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ShapeFontData`) that contains shallow copies of any loaded child properties from the original object.
51383
+ * Whereas the original `Excel.ShapeFont` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.ShapeFontData`) that contains shallow copies of any loaded child properties from the original object.
51384
51384
  */
51385
51385
  toJSON(): Excel.Interfaces.ShapeFontData;
51386
51386
  }
@@ -51543,7 +51543,7 @@ declare namespace Excel {
51543
51543
  }): Excel.Slicer;
51544
51544
  /**
51545
51545
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
51546
- * Whereas the original Excel.Slicer object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.SlicerData`) that contains shallow copies of any loaded child properties from the original object.
51546
+ * Whereas the original `Excel.Slicer` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.SlicerData`) that contains shallow copies of any loaded child properties from the original object.
51547
51547
  */
51548
51548
  toJSON(): Excel.Interfaces.SlicerData;
51549
51549
  }
@@ -51699,7 +51699,7 @@ declare namespace Excel {
51699
51699
  }): Excel.SlicerItem;
51700
51700
  /**
51701
51701
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
51702
- * Whereas the original Excel.SlicerItem object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.SlicerItemData`) that contains shallow copies of any loaded child properties from the original object.
51702
+ * Whereas the original `Excel.SlicerItem` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.SlicerItemData`) that contains shallow copies of any loaded child properties from the original object.
51703
51703
  */
51704
51704
  toJSON(): Excel.Interfaces.SlicerItemData;
51705
51705
  }
@@ -54041,18 +54041,19 @@ declare namespace Excel {
54041
54041
  */
54042
54042
  enum ClearApplyTo {
54043
54043
  /**
54044
+ * Clears everything in the range.
54044
54045
  * @remarks
54045
54046
  * [Api set: ExcelApi 1.1]
54046
54047
  */
54047
54048
  all = "All",
54048
54049
  /**
54049
- * Clears all formatting for the range.
54050
+ * Clears all formatting for the range, leaving values intact.
54050
54051
  * @remarks
54051
54052
  * [Api set: ExcelApi 1.1]
54052
54053
  */
54053
54054
  formats = "Formats",
54054
54055
  /**
54055
- * Clears the contents of the range.
54056
+ * Clears the contents of the range, leaving formatting intact.
54056
54057
  * @remarks
54057
54058
  * [Api set: ExcelApi 1.1]
54058
54059
  */
@@ -55984,6 +55985,12 @@ declare namespace Excel {
55984
55985
  * [Api set: ExcelApi 1.7]
55985
55986
  */
55986
55987
  worksheetRowHiddenChanged = "WorksheetRowHiddenChanged",
55988
+ /**
55989
+ * `RecordingStateChangedEvent` represents the event fired when macro recording starts or stops.
55990
+ * @remarks
55991
+ * [Api set: ExcelApi 1.7]
55992
+ */
55993
+ recordingStateChangedEvent = "RecordingStateChangedEvent",
55987
55994
  /**
55988
55995
  * `CommentAdded` represents the type of event that is registered on a comment collection and occurs when comments are added.
55989
55996
  * @remarks
@@ -56068,12 +56075,6 @@ declare namespace Excel {
56068
56075
  * [Api set: ExcelApi 1.7]
56069
56076
  */
56070
56077
  worksheetMoved = "WorksheetMoved",
56071
- /**
56072
- * LineageActivityUpdateAvailable represents the type of event registered when new revision updates lineage model.
56073
- * @remarks
56074
- * [Api set: ExcelApi 1.7]
56075
- */
56076
- lineageActivityUpdateAvailable = "LineageActivityUpdateAvailable"
56077
56078
  }
56078
56079
  /**
56079
56080
  * @remarks
@@ -57034,7 +57035,7 @@ declare namespace Excel {
57034
57035
  * @remarks
57035
57036
  * [Api set: ExcelApiOnline 1.1]
57036
57037
  */
57037
- link = "Link",
57038
+ link = "Link"
57038
57039
  }
57039
57040
  /**
57040
57041
  * @remarks
@@ -58778,7 +58779,7 @@ declare namespace Excel {
58778
58779
  }): Excel.NamedSheetView;
58779
58780
  /**
58780
58781
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
58781
- * Whereas the original Excel.NamedSheetView object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.NamedSheetViewData`) that contains shallow copies of any loaded child properties from the original object.
58782
+ * Whereas the original `Excel.NamedSheetView` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.NamedSheetViewData`) that contains shallow copies of any loaded child properties from the original object.
58782
58783
  */
58783
58784
  toJSON(): Excel.Interfaces.NamedSheetViewData;
58784
58785
  }
@@ -60853,7 +60854,7 @@ declare namespace Excel {
60853
60854
  */
60854
60855
  irr(values: Excel.Range | Excel.RangeReference | Excel.FunctionResult<any>, guess?: number | Excel.Range | Excel.RangeReference | Excel.FunctionResult<any>): FunctionResult<number>;
60855
60856
  /**
60856
- * Checks whether a value is an error (#VALUE!, #REF!, #DIV/0!, #NUM!, #NAME?, or #NULL!) excluding #N/A, and returns TRUE or FALSE.
60857
+ * Checks whether a value is an error other than #N/A, and returns TRUE or FALSE.
60857
60858
  *
60858
60859
  * @remarks
60859
60860
  * [Api set: ExcelApi 1.2]
@@ -60862,7 +60863,7 @@ declare namespace Excel {
60862
60863
  */
60863
60864
  isErr(value: number | string | boolean | Excel.Range | Excel.RangeReference | Excel.FunctionResult<any>): FunctionResult<boolean>;
60864
60865
  /**
60865
- * Checks whether a value is an error (#N/A, #VALUE!, #REF!, #DIV/0!, #NUM!, #NAME?, or #NULL!), and returns TRUE or FALSE.
60866
+ * Checks whether a value is an error, and returns TRUE or FALSE.
60866
60867
  *
60867
60868
  * @remarks
60868
60869
  * [Api set: ExcelApi 1.2]
@@ -61537,7 +61538,7 @@ declare namespace Excel {
61537
61538
  */
61538
61539
  pduration(rate: number | Excel.Range | Excel.RangeReference | Excel.FunctionResult<any>, pv: number | Excel.Range | Excel.RangeReference | Excel.FunctionResult<any>, fv: number | Excel.Range | Excel.RangeReference | Excel.FunctionResult<any>): FunctionResult<number>;
61539
61540
  /**
61540
- * Returns the rank of a value in a data set as a percentage of the data set as a percentage (0..1, exclusive) of the data set.
61541
+ * Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set.
61541
61542
  *
61542
61543
  * @remarks
61543
61544
  * [Api set: ExcelApi 1.2]
@@ -61548,7 +61549,7 @@ declare namespace Excel {
61548
61549
  */
61549
61550
  percentRank_Exc(array: number | Excel.Range | Excel.RangeReference | Excel.FunctionResult<any>, x: number | Excel.Range | Excel.RangeReference | Excel.FunctionResult<any>, significance?: number | Excel.Range | Excel.RangeReference | Excel.FunctionResult<any>): FunctionResult<number>;
61550
61551
  /**
61551
- * Returns the rank of a value in a data set as a percentage of the data set as a percentage (0..1, inclusive) of the data set.
61552
+ * Returns the rank of a value in a data set as a percentage (0..1, inclusive) of the data set.
61552
61553
  *
61553
61554
  * @remarks
61554
61555
  * [Api set: ExcelApi 1.2]
@@ -62333,7 +62334,7 @@ declare namespace Excel {
62333
62334
  * [Api set: ExcelApi 1.2]
62334
62335
  *
62335
62336
  * @param value Is a number, a formula that evaluates to a numeric value, or a reference to a cell containing a numeric value.
62336
- * @param formatText Is a number format in text form from the Category box on the Number tab in the Format Cells dialog box (not General).
62337
+ * @param formatText Is a number format in text form from the Category box on the Number tab in the Format Cells dialog box.
62337
62338
  */
62338
62339
  text(value: number | string | boolean | Excel.Range | Excel.RangeReference | Excel.FunctionResult<any>, formatText: string | Excel.Range | Excel.RangeReference | Excel.FunctionResult<any>): FunctionResult<string>;
62339
62340
  /**
@@ -62400,7 +62401,7 @@ declare namespace Excel {
62400
62401
  */
62401
62402
  trunc(number: number | Excel.Range | Excel.RangeReference | Excel.FunctionResult<any>, numDigits?: number | Excel.Range | Excel.RangeReference | Excel.FunctionResult<any>): FunctionResult<number>;
62402
62403
  /**
62403
- * Returns an integer representing the data type of a value: number = 1; text = 2; logical value = 4; error value = 16; array = 64.
62404
+ * Returns an integer representing the data type of a value: number = 1; text = 2; logical value = 4; error value = 16; array = 64; compound data = 128.
62404
62405
  *
62405
62406
  * @remarks
62406
62407
  * [Api set: ExcelApi 1.2]
@@ -62678,7 +62679,7 @@ declare namespace Excel {
62678
62679
  z_Test(array: number | Excel.Range | Excel.RangeReference | Excel.FunctionResult<any>, x: number | Excel.Range | Excel.RangeReference | Excel.FunctionResult<any>, sigma?: number | Excel.Range | Excel.RangeReference | Excel.FunctionResult<any>): FunctionResult<number>;
62679
62680
  /**
62680
62681
  * Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to `JSON.stringify()`. (`JSON.stringify`, in turn, calls the `toJSON` method of the object that is passed to it.)
62681
- * Whereas the original Excel.Functions object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.FunctionsData`) that contains shallow copies of any loaded child properties from the original object.
62682
+ * Whereas the original `Excel.Functions` object is an API object, the `toJSON` method returns a plain JavaScript object (typed as `Excel.Interfaces.FunctionsData`) that contains shallow copies of any loaded child properties from the original object.
62682
62683
  */
62683
62684
  toJSON(): {
62684
62685
  [key: string]: string;
@@ -62732,7 +62733,7 @@ declare namespace Excel {
62732
62733
  */
62733
62734
  $skip?: number;
62734
62735
  }
62735
- /** An interface for updating data on the AllowEditRange object, for use in `allowEditRange.set({ ... })`. */
62736
+ /** An interface for updating data on the `AllowEditRange` object, for use in `allowEditRange.set({ ... })`. */
62736
62737
  interface AllowEditRangeUpdateData {
62737
62738
  /**
62738
62739
  * Specifies the range associated with the object.
@@ -62754,15 +62755,15 @@ declare namespace Excel {
62754
62755
  */
62755
62756
  title?: string;
62756
62757
  }
62757
- /** An interface for updating data on the AllowEditRangeCollection object, for use in `allowEditRangeCollection.set({ ... })`. */
62758
+ /** An interface for updating data on the `AllowEditRangeCollection` object, for use in `allowEditRangeCollection.set({ ... })`. */
62758
62759
  interface AllowEditRangeCollectionUpdateData {
62759
62760
  items?: Excel.Interfaces.AllowEditRangeData[];
62760
62761
  }
62761
- /** An interface for updating data on the QueryCollection object, for use in `queryCollection.set({ ... })`. */
62762
+ /** An interface for updating data on the `QueryCollection` object, for use in `queryCollection.set({ ... })`. */
62762
62763
  interface QueryCollectionUpdateData {
62763
62764
  items?: Excel.Interfaces.QueryData[];
62764
62765
  }
62765
- /** An interface for updating data on the LinkedWorkbookCollection object, for use in `linkedWorkbookCollection.set({ ... })`. */
62766
+ /** An interface for updating data on the `LinkedWorkbookCollection` object, for use in `linkedWorkbookCollection.set({ ... })`. */
62766
62767
  interface LinkedWorkbookCollectionUpdateData {
62767
62768
  /**
62768
62769
  * Represents the update mode of the workbook links. The mode is same for all of the workbook links present in the workbook.
@@ -62773,7 +62774,7 @@ declare namespace Excel {
62773
62774
  workbookLinksRefreshMode?: Excel.WorkbookLinksRefreshMode | "Manual" | "Automatic";
62774
62775
  items?: Excel.Interfaces.LinkedWorkbookData[];
62775
62776
  }
62776
- /** An interface for updating data on the Runtime object, for use in `runtime.set({ ... })`. */
62777
+ /** An interface for updating data on the `Runtime` object, for use in `runtime.set({ ... })`. */
62777
62778
  interface RuntimeUpdateData {
62778
62779
  /**
62779
62780
  * Toggle JavaScript events in the current task pane or content add-in.
@@ -62783,7 +62784,7 @@ declare namespace Excel {
62783
62784
  */
62784
62785
  enableEvents?: boolean;
62785
62786
  }
62786
- /** An interface for updating data on the Application object, for use in `application.set({ ... })`. */
62787
+ /** An interface for updating data on the `Application` object, for use in `application.set({ ... })`. */
62787
62788
  interface ApplicationUpdateData {
62788
62789
  /**
62789
62790
  * Returns the iterative calculation settings.
@@ -62802,7 +62803,7 @@ declare namespace Excel {
62802
62803
  */
62803
62804
  calculationMode?: Excel.CalculationMode | "Automatic" | "AutomaticExceptTables" | "Manual";
62804
62805
  }
62805
- /** An interface for updating data on the IterativeCalculation object, for use in `iterativeCalculation.set({ ... })`. */
62806
+ /** An interface for updating data on the `IterativeCalculation` object, for use in `iterativeCalculation.set({ ... })`. */
62806
62807
  interface IterativeCalculationUpdateData {
62807
62808
  /**
62808
62809
  * True if Excel will use iteration to resolve circular references.
@@ -62826,7 +62827,7 @@ declare namespace Excel {
62826
62827
  */
62827
62828
  maxIteration?: number;
62828
62829
  }
62829
- /** An interface for updating data on the Workbook object, for use in `workbook.set({ ... })`. */
62830
+ /** An interface for updating data on the `Workbook` object, for use in `workbook.set({ ... })`. */
62830
62831
  interface WorkbookUpdateData {
62831
62832
  /**
62832
62833
  * Gets the workbook properties.
@@ -62860,7 +62861,7 @@ declare namespace Excel {
62860
62861
  */
62861
62862
  usePrecisionAsDisplayed?: boolean;
62862
62863
  }
62863
- /** An interface for updating data on the Worksheet object, for use in `worksheet.set({ ... })`. */
62864
+ /** An interface for updating data on the `Worksheet` object, for use in `worksheet.set({ ... })`. */
62864
62865
  interface WorksheetUpdateData {
62865
62866
  /**
62866
62867
  * Gets the `PageLayout` object of the worksheet.
@@ -62930,11 +62931,11 @@ declare namespace Excel {
62930
62931
  */
62931
62932
  visibility?: Excel.SheetVisibility | "Visible" | "Hidden" | "VeryHidden";
62932
62933
  }
62933
- /** An interface for updating data on the WorksheetCollection object, for use in `worksheetCollection.set({ ... })`. */
62934
+ /** An interface for updating data on the `WorksheetCollection` object, for use in `worksheetCollection.set({ ... })`. */
62934
62935
  interface WorksheetCollectionUpdateData {
62935
62936
  items?: Excel.Interfaces.WorksheetData[];
62936
62937
  }
62937
- /** An interface for updating data on the Range object, for use in `range.set({ ... })`. */
62938
+ /** An interface for updating data on the `Range` object, for use in `range.set({ ... })`. */
62938
62939
  interface RangeUpdateData {
62939
62940
  /**
62940
62941
  * Returns a data validation object.
@@ -62986,7 +62987,7 @@ declare namespace Excel {
62986
62987
  */
62987
62988
  hyperlink?: Excel.RangeHyperlink;
62988
62989
  /**
62989
- * Represents Excel's number format code for the given range. For more information about Excel number formatting, see {@link https://support.microsoft.com/office/number-format-codes-5026bbd6-04bc-48cd-bf33-80f18b4eae68 | Number format codes}.
62990
+ * Represents Excel's number format code for the given range. For more information about Excel number formatting, see {@link https://support.microsoft.com/office/5026bbd6-04bc-48cd-bf33-80f18b4eae68 | Number format codes}.
62990
62991
  *
62991
62992
  * @remarks
62992
62993
  * [Api set: ExcelApi 1.1]
@@ -63044,7 +63045,7 @@ declare namespace Excel {
63044
63045
  */
63045
63046
  valuesAsJsonLocal?: CellValue[][];
63046
63047
  }
63047
- /** An interface for updating data on the RangeAreas object, for use in `rangeAreas.set({ ... })`. */
63048
+ /** An interface for updating data on the `RangeAreas` object, for use in `rangeAreas.set({ ... })`. */
63048
63049
  interface RangeAreasUpdateData {
63049
63050
  /**
63050
63051
  * Returns a data validation object for all ranges in the `RangeAreas`.
@@ -63070,7 +63071,7 @@ declare namespace Excel {
63070
63071
  */
63071
63072
  style?: string;
63072
63073
  }
63073
- /** An interface for updating data on the RangeView object, for use in `rangeView.set({ ... })`. */
63074
+ /** An interface for updating data on the `RangeView` object, for use in `rangeView.set({ ... })`. */
63074
63075
  interface RangeViewUpdateData {
63075
63076
  /**
63076
63077
  * Represents the formula in A1-style notation. If a cell has no formula, its value is returned instead.
@@ -63126,15 +63127,15 @@ declare namespace Excel {
63126
63127
  */
63127
63128
  valuesAsJsonLocal?: CellValue[][];
63128
63129
  }
63129
- /** An interface for updating data on the RangeViewCollection object, for use in `rangeViewCollection.set({ ... })`. */
63130
+ /** An interface for updating data on the `RangeViewCollection` object, for use in `rangeViewCollection.set({ ... })`. */
63130
63131
  interface RangeViewCollectionUpdateData {
63131
63132
  items?: Excel.Interfaces.RangeViewData[];
63132
63133
  }
63133
- /** An interface for updating data on the SettingCollection object, for use in `settingCollection.set({ ... })`. */
63134
+ /** An interface for updating data on the `SettingCollection` object, for use in `settingCollection.set({ ... })`. */
63134
63135
  interface SettingCollectionUpdateData {
63135
63136
  items?: Excel.Interfaces.SettingData[];
63136
63137
  }
63137
- /** An interface for updating data on the Setting object, for use in `setting.set({ ... })`. */
63138
+ /** An interface for updating data on the `Setting` object, for use in `setting.set({ ... })`. */
63138
63139
  interface SettingUpdateData {
63139
63140
  /**
63140
63141
  * Represents the value stored for this setting.
@@ -63144,11 +63145,11 @@ declare namespace Excel {
63144
63145
  */
63145
63146
  value?: any;
63146
63147
  }
63147
- /** An interface for updating data on the NamedItemCollection object, for use in `namedItemCollection.set({ ... })`. */
63148
+ /** An interface for updating data on the `NamedItemCollection` object, for use in `namedItemCollection.set({ ... })`. */
63148
63149
  interface NamedItemCollectionUpdateData {
63149
63150
  items?: Excel.Interfaces.NamedItemData[];
63150
63151
  }
63151
- /** An interface for updating data on the NamedItem object, for use in `namedItem.set({ ... })`. */
63152
+ /** An interface for updating data on the `NamedItem` object, for use in `namedItem.set({ ... })`. */
63152
63153
  interface NamedItemUpdateData {
63153
63154
  /**
63154
63155
  * Specifies the comment associated with this name.
@@ -63172,19 +63173,19 @@ declare namespace Excel {
63172
63173
  */
63173
63174
  visible?: boolean;
63174
63175
  }
63175
- /** An interface for updating data on the BindingCollection object, for use in `bindingCollection.set({ ... })`. */
63176
+ /** An interface for updating data on the `BindingCollection` object, for use in `bindingCollection.set({ ... })`. */
63176
63177
  interface BindingCollectionUpdateData {
63177
63178
  items?: Excel.Interfaces.BindingData[];
63178
63179
  }
63179
- /** An interface for updating data on the TableCollection object, for use in `tableCollection.set({ ... })`. */
63180
+ /** An interface for updating data on the `TableCollection` object, for use in `tableCollection.set({ ... })`. */
63180
63181
  interface TableCollectionUpdateData {
63181
63182
  items?: Excel.Interfaces.TableData[];
63182
63183
  }
63183
- /** An interface for updating data on the TableScopedCollection object, for use in `tableScopedCollection.set({ ... })`. */
63184
+ /** An interface for updating data on the `TableScopedCollection` object, for use in `tableScopedCollection.set({ ... })`. */
63184
63185
  interface TableScopedCollectionUpdateData {
63185
63186
  items?: Excel.Interfaces.TableData[];
63186
63187
  }
63187
- /** An interface for updating data on the Table object, for use in `table.set({ ... })`. */
63188
+ /** An interface for updating data on the `Table` object, for use in `table.set({ ... })`. */
63188
63189
  interface TableUpdateData {
63189
63190
  /**
63190
63191
  * Specifies if the first column contains special formatting.
@@ -63252,11 +63253,11 @@ declare namespace Excel {
63252
63253
  */
63253
63254
  style?: string;
63254
63255
  }
63255
- /** An interface for updating data on the TableColumnCollection object, for use in `tableColumnCollection.set({ ... })`. */
63256
+ /** An interface for updating data on the `TableColumnCollection` object, for use in `tableColumnCollection.set({ ... })`. */
63256
63257
  interface TableColumnCollectionUpdateData {
63257
63258
  items?: Excel.Interfaces.TableColumnData[];
63258
63259
  }
63259
- /** An interface for updating data on the TableColumn object, for use in `tableColumn.set({ ... })`. */
63260
+ /** An interface for updating data on the `TableColumn` object, for use in `tableColumn.set({ ... })`. */
63260
63261
  interface TableColumnUpdateData {
63261
63262
  /**
63262
63263
  * Specifies the name of the table column.
@@ -63292,11 +63293,11 @@ declare namespace Excel {
63292
63293
  */
63293
63294
  valuesAsJsonLocal?: CellValue[][];
63294
63295
  }
63295
- /** An interface for updating data on the TableRowCollection object, for use in `tableRowCollection.set({ ... })`. */
63296
+ /** An interface for updating data on the `TableRowCollection` object, for use in `tableRowCollection.set({ ... })`. */
63296
63297
  interface TableRowCollectionUpdateData {
63297
63298
  items?: Excel.Interfaces.TableRowData[];
63298
63299
  }
63299
- /** An interface for updating data on the TableRow object, for use in `tableRow.set({ ... })`. */
63300
+ /** An interface for updating data on the `TableRow` object, for use in `tableRow.set({ ... })`. */
63300
63301
  interface TableRowUpdateData {
63301
63302
  /**
63302
63303
  * Represents the raw values of the specified range. The data returned could be a string, number, or boolean. Cells that contain an error will return the error string.
@@ -63325,7 +63326,7 @@ declare namespace Excel {
63325
63326
  */
63326
63327
  valuesAsJsonLocal?: CellValue[][];
63327
63328
  }
63328
- /** An interface for updating data on the DataValidation object, for use in `dataValidation.set({ ... })`. */
63329
+ /** An interface for updating data on the `DataValidation` object, for use in `dataValidation.set({ ... })`. */
63329
63330
  interface DataValidationUpdateData {
63330
63331
  /**
63331
63332
  * Error alert when user enters invalid data.
@@ -63356,7 +63357,7 @@ declare namespace Excel {
63356
63357
  */
63357
63358
  rule?: Excel.DataValidationRule;
63358
63359
  }
63359
- /** An interface for updating data on the RangeFormat object, for use in `rangeFormat.set({ ... })`. */
63360
+ /** An interface for updating data on the `RangeFormat` object, for use in `rangeFormat.set({ ... })`. */
63360
63361
  interface RangeFormatUpdateData {
63361
63362
  /**
63362
63363
  * Collection of border objects that apply to the overall range.
@@ -63481,7 +63482,7 @@ declare namespace Excel {
63481
63482
  */
63482
63483
  wrapText?: boolean;
63483
63484
  }
63484
- /** An interface for updating data on the FormatProtection object, for use in `formatProtection.set({ ... })`. */
63485
+ /** An interface for updating data on the `FormatProtection` object, for use in `formatProtection.set({ ... })`. */
63485
63486
  interface FormatProtectionUpdateData {
63486
63487
  /**
63487
63488
  * Specifies if Excel hides the formula for the cells in the range. A `null` value indicates that the entire range doesn't have a uniform formula hidden setting.
@@ -63498,7 +63499,7 @@ declare namespace Excel {
63498
63499
  */
63499
63500
  locked?: boolean;
63500
63501
  }
63501
- /** An interface for updating data on the RangeFill object, for use in `rangeFill.set({ ... })`. */
63502
+ /** An interface for updating data on the `RangeFill` object, for use in `rangeFill.set({ ... })`. */
63502
63503
  interface RangeFillUpdateData {
63503
63504
  /**
63504
63505
  * HTML color code representing the color of the background, in the form #RRGGBB (e.g., "FFA500"), or as a named HTML color (e.g., "orange")
@@ -63539,7 +63540,7 @@ declare namespace Excel {
63539
63540
  */
63540
63541
  tintAndShade?: number;
63541
63542
  }
63542
- /** An interface for updating data on the RangeBorder object, for use in `rangeBorder.set({ ... })`. */
63543
+ /** An interface for updating data on the `RangeBorder` object, for use in `rangeBorder.set({ ... })`. */
63543
63544
  interface RangeBorderUpdateData {
63544
63545
  /**
63545
63546
  * HTML color code representing the color of the border line, in the form #RRGGBB (e.g., "FFA500"), or as a named HTML color (e.g., "orange").
@@ -63571,7 +63572,7 @@ declare namespace Excel {
63571
63572
  */
63572
63573
  weight?: Excel.BorderWeight | "Hairline" | "Thin" | "Medium" | "Thick";
63573
63574
  }
63574
- /** An interface for updating data on the RangeBorderCollection object, for use in `rangeBorderCollection.set({ ... })`. */
63575
+ /** An interface for updating data on the `RangeBorderCollection` object, for use in `rangeBorderCollection.set({ ... })`. */
63575
63576
  interface RangeBorderCollectionUpdateData {
63576
63577
  /**
63577
63578
  * Specifies a double that lightens or darkens a color for range borders. The value is between -1 (darkest) and 1 (brightest), with 0 for the original color.
@@ -63583,7 +63584,7 @@ declare namespace Excel {
63583
63584
  tintAndShade?: number;
63584
63585
  items?: Excel.Interfaces.RangeBorderData[];
63585
63586
  }
63586
- /** An interface for updating data on the RangeFont object, for use in `rangeFont.set({ ... })`. */
63587
+ /** An interface for updating data on the `RangeFont` object, for use in `rangeFont.set({ ... })`. */
63587
63588
  interface RangeFontUpdateData {
63588
63589
  /**
63589
63590
  * Represents the bold status of the font.
@@ -63663,11 +63664,11 @@ declare namespace Excel {
63663
63664
  */
63664
63665
  underline?: Excel.RangeUnderlineStyle | "None" | "Single" | "Double" | "SingleAccountant" | "DoubleAccountant";
63665
63666
  }
63666
- /** An interface for updating data on the ChartCollection object, for use in `chartCollection.set({ ... })`. */
63667
+ /** An interface for updating data on the `ChartCollection` object, for use in `chartCollection.set({ ... })`. */
63667
63668
  interface ChartCollectionUpdateData {
63668
63669
  items?: Excel.Interfaces.ChartData[];
63669
63670
  }
63670
- /** An interface for updating data on the Chart object, for use in `chart.set({ ... })`. */
63671
+ /** An interface for updating data on the `Chart` object, for use in `chart.set({ ... })`. */
63671
63672
  interface ChartUpdateData {
63672
63673
  /**
63673
63674
  * Represents chart axes.
@@ -63819,7 +63820,7 @@ declare namespace Excel {
63819
63820
  */
63820
63821
  width?: number;
63821
63822
  }
63822
- /** An interface for updating data on the ChartPivotOptions object, for use in `chartPivotOptions.set({ ... })`. */
63823
+ /** An interface for updating data on the `ChartPivotOptions` object, for use in `chartPivotOptions.set({ ... })`. */
63823
63824
  interface ChartPivotOptionsUpdateData {
63824
63825
  /**
63825
63826
  * Specifies whether to display the axis field buttons on a PivotChart. The `showAxisFieldButtons` property corresponds to the "Show Axis Field Buttons" command on the "Field Buttons" drop-down list of the "Analyze" tab, which is available when a PivotChart is selected.
@@ -63850,7 +63851,7 @@ declare namespace Excel {
63850
63851
  */
63851
63852
  showValueFieldButtons?: boolean;
63852
63853
  }
63853
- /** An interface for updating data on the ChartAreaFormat object, for use in `chartAreaFormat.set({ ... })`. */
63854
+ /** An interface for updating data on the `ChartAreaFormat` object, for use in `chartAreaFormat.set({ ... })`. */
63854
63855
  interface ChartAreaFormatUpdateData {
63855
63856
  /**
63856
63857
  * Represents the border format of chart area, which includes color, linestyle, and weight.
@@ -63881,11 +63882,11 @@ declare namespace Excel {
63881
63882
  */
63882
63883
  roundedCorners?: boolean;
63883
63884
  }
63884
- /** An interface for updating data on the ChartSeriesCollection object, for use in `chartSeriesCollection.set({ ... })`. */
63885
+ /** An interface for updating data on the `ChartSeriesCollection` object, for use in `chartSeriesCollection.set({ ... })`. */
63885
63886
  interface ChartSeriesCollectionUpdateData {
63886
63887
  items?: Excel.Interfaces.ChartSeriesData[];
63887
63888
  }
63888
- /** An interface for updating data on the ChartSeries object, for use in `chartSeries.set({ ... })`. */
63889
+ /** An interface for updating data on the `ChartSeries` object, for use in `chartSeries.set({ ... })`. */
63889
63890
  interface ChartSeriesUpdateData {
63890
63891
  /**
63891
63892
  * Encapsulates the bin options for histogram charts and pareto charts.
@@ -64199,7 +64200,7 @@ declare namespace Excel {
64199
64200
  */
64200
64201
  varyByCategories?: boolean;
64201
64202
  }
64202
- /** An interface for updating data on the ChartSeriesFormat object, for use in `chartSeriesFormat.set({ ... })`. */
64203
+ /** An interface for updating data on the `ChartSeriesFormat` object, for use in `chartSeriesFormat.set({ ... })`. */
64203
64204
  interface ChartSeriesFormatUpdateData {
64204
64205
  /**
64205
64206
  * Represents line formatting.
@@ -64209,11 +64210,11 @@ declare namespace Excel {
64209
64210
  */
64210
64211
  line?: Excel.Interfaces.ChartLineFormatUpdateData;
64211
64212
  }
64212
- /** An interface for updating data on the ChartPointsCollection object, for use in `chartPointsCollection.set({ ... })`. */
64213
+ /** An interface for updating data on the `ChartPointsCollection` object, for use in `chartPointsCollection.set({ ... })`. */
64213
64214
  interface ChartPointsCollectionUpdateData {
64214
64215
  items?: Excel.Interfaces.ChartPointData[];
64215
64216
  }
64216
- /** An interface for updating data on the ChartPoint object, for use in `chartPoint.set({ ... })`. */
64217
+ /** An interface for updating data on the `ChartPoint` object, for use in `chartPoint.set({ ... })`. */
64217
64218
  interface ChartPointUpdateData {
64218
64219
  /**
64219
64220
  * Returns the data label of a chart point.
@@ -64266,7 +64267,7 @@ declare namespace Excel {
64266
64267
  */
64267
64268
  markerStyle?: Excel.ChartMarkerStyle | "Invalid" | "Automatic" | "None" | "Square" | "Diamond" | "Triangle" | "X" | "Star" | "Dot" | "Dash" | "Circle" | "Plus" | "Picture";
64268
64269
  }
64269
- /** An interface for updating data on the ChartPointFormat object, for use in `chartPointFormat.set({ ... })`. */
64270
+ /** An interface for updating data on the `ChartPointFormat` object, for use in `chartPointFormat.set({ ... })`. */
64270
64271
  interface ChartPointFormatUpdateData {
64271
64272
  /**
64272
64273
  * Represents the border format of a chart data point, which includes color, style, and weight information.
@@ -64276,7 +64277,7 @@ declare namespace Excel {
64276
64277
  */
64277
64278
  border?: Excel.Interfaces.ChartBorderUpdateData;
64278
64279
  }
64279
- /** An interface for updating data on the ChartAxes object, for use in `chartAxes.set({ ... })`. */
64280
+ /** An interface for updating data on the `ChartAxes` object, for use in `chartAxes.set({ ... })`. */
64280
64281
  interface ChartAxesUpdateData {
64281
64282
  /**
64282
64283
  * Represents the category axis in a chart.
@@ -64300,7 +64301,7 @@ declare namespace Excel {
64300
64301
  */
64301
64302
  valueAxis?: Excel.Interfaces.ChartAxisUpdateData;
64302
64303
  }
64303
- /** An interface for updating data on the ChartAxis object, for use in `chartAxis.set({ ... })`. */
64304
+ /** An interface for updating data on the `ChartAxis` object, for use in `chartAxis.set({ ... })`. */
64304
64305
  interface ChartAxisUpdateData {
64305
64306
  /**
64306
64307
  * Represents the formatting of a chart object, which includes line and font formatting.
@@ -64520,7 +64521,7 @@ declare namespace Excel {
64520
64521
  */
64521
64522
  visible?: boolean;
64522
64523
  }
64523
- /** An interface for updating data on the ChartAxisFormat object, for use in `chartAxisFormat.set({ ... })`. */
64524
+ /** An interface for updating data on the `ChartAxisFormat` object, for use in `chartAxisFormat.set({ ... })`. */
64524
64525
  interface ChartAxisFormatUpdateData {
64525
64526
  /**
64526
64527
  * Specifies the font attributes (font name, font size, color, etc.) for a chart axis element.
@@ -64537,7 +64538,7 @@ declare namespace Excel {
64537
64538
  */
64538
64539
  line?: Excel.Interfaces.ChartLineFormatUpdateData;
64539
64540
  }
64540
- /** An interface for updating data on the ChartAxisTitle object, for use in `chartAxisTitle.set({ ... })`. */
64541
+ /** An interface for updating data on the `ChartAxisTitle` object, for use in `chartAxisTitle.set({ ... })`. */
64541
64542
  interface ChartAxisTitleUpdateData {
64542
64543
  /**
64543
64544
  * Specifies the formatting of the chart axis title.
@@ -64568,7 +64569,7 @@ declare namespace Excel {
64568
64569
  */
64569
64570
  visible?: boolean;
64570
64571
  }
64571
- /** An interface for updating data on the ChartAxisTitleFormat object, for use in `chartAxisTitleFormat.set({ ... })`. */
64572
+ /** An interface for updating data on the `ChartAxisTitleFormat` object, for use in `chartAxisTitleFormat.set({ ... })`. */
64572
64573
  interface ChartAxisTitleFormatUpdateData {
64573
64574
  /**
64574
64575
  * Specifies the chart axis title's border format, which includes color, linestyle, and weight.
@@ -64585,7 +64586,7 @@ declare namespace Excel {
64585
64586
  */
64586
64587
  font?: Excel.Interfaces.ChartFontUpdateData;
64587
64588
  }
64588
- /** An interface for updating data on the ChartDataLabels object, for use in `chartDataLabels.set({ ... })`. */
64589
+ /** An interface for updating data on the `ChartDataLabels` object, for use in `chartDataLabels.set({ ... })`. */
64589
64590
  interface ChartDataLabelsUpdateData {
64590
64591
  /**
64591
64592
  * Specifies the format of chart data labels, which includes fill and font formatting.
@@ -64695,7 +64696,7 @@ declare namespace Excel {
64695
64696
  */
64696
64697
  verticalAlignment?: Excel.ChartTextVerticalAlignment | "Center" | "Bottom" | "Top" | "Justify" | "Distributed";
64697
64698
  }
64698
- /** An interface for updating data on the ChartDataLabel object, for use in `chartDataLabel.set({ ... })`. */
64699
+ /** An interface for updating data on the `ChartDataLabel` object, for use in `chartDataLabel.set({ ... })`. */
64699
64700
  interface ChartDataLabelUpdateData {
64700
64701
  /**
64701
64702
  * Represents the format of chart data label.
@@ -64833,7 +64834,7 @@ declare namespace Excel {
64833
64834
  */
64834
64835
  verticalAlignment?: Excel.ChartTextVerticalAlignment | "Center" | "Bottom" | "Top" | "Justify" | "Distributed";
64835
64836
  }
64836
- /** An interface for updating data on the ChartDataLabelFormat object, for use in `chartDataLabelFormat.set({ ... })`. */
64837
+ /** An interface for updating data on the `ChartDataLabelFormat` object, for use in `chartDataLabelFormat.set({ ... })`. */
64837
64838
  interface ChartDataLabelFormatUpdateData {
64838
64839
  /**
64839
64840
  * Represents the border format, which includes color, linestyle, and weight.
@@ -64912,7 +64913,7 @@ declare namespace Excel {
64912
64913
  */
64913
64914
  font?: Excel.Interfaces.ChartFontUpdateData;
64914
64915
  }
64915
- /** An interface for updating data on the ChartErrorBars object, for use in `chartErrorBars.set({ ... })`. */
64916
+ /** An interface for updating data on the `ChartErrorBars` object, for use in `chartErrorBars.set({ ... })`. */
64916
64917
  interface ChartErrorBarsUpdateData {
64917
64918
  /**
64918
64919
  * Specifies the formatting type of the error bars.
@@ -64950,7 +64951,7 @@ declare namespace Excel {
64950
64951
  */
64951
64952
  visible?: boolean;
64952
64953
  }
64953
- /** An interface for updating data on the ChartErrorBarsFormat object, for use in `chartErrorBarsFormat.set({ ... })`. */
64954
+ /** An interface for updating data on the `ChartErrorBarsFormat` object, for use in `chartErrorBarsFormat.set({ ... })`. */
64954
64955
  interface ChartErrorBarsFormatUpdateData {
64955
64956
  /**
64956
64957
  * Represents the chart line formatting.
@@ -64960,7 +64961,7 @@ declare namespace Excel {
64960
64961
  */
64961
64962
  line?: Excel.Interfaces.ChartLineFormatUpdateData;
64962
64963
  }
64963
- /** An interface for updating data on the ChartGridlines object, for use in `chartGridlines.set({ ... })`. */
64964
+ /** An interface for updating data on the `ChartGridlines` object, for use in `chartGridlines.set({ ... })`. */
64964
64965
  interface ChartGridlinesUpdateData {
64965
64966
  /**
64966
64967
  * Represents the formatting of chart gridlines.
@@ -64977,7 +64978,7 @@ declare namespace Excel {
64977
64978
  */
64978
64979
  visible?: boolean;
64979
64980
  }
64980
- /** An interface for updating data on the ChartGridlinesFormat object, for use in `chartGridlinesFormat.set({ ... })`. */
64981
+ /** An interface for updating data on the `ChartGridlinesFormat` object, for use in `chartGridlinesFormat.set({ ... })`. */
64981
64982
  interface ChartGridlinesFormatUpdateData {
64982
64983
  /**
64983
64984
  * Represents chart line formatting.
@@ -64987,7 +64988,7 @@ declare namespace Excel {
64987
64988
  */
64988
64989
  line?: Excel.Interfaces.ChartLineFormatUpdateData;
64989
64990
  }
64990
- /** An interface for updating data on the ChartLegend object, for use in `chartLegend.set({ ... })`. */
64991
+ /** An interface for updating data on the `ChartLegend` object, for use in `chartLegend.set({ ... })`. */
64991
64992
  interface ChartLegendUpdateData {
64992
64993
  /**
64993
64994
  * Represents the formatting of a chart legend, which includes fill and font formatting.
@@ -65053,7 +65054,7 @@ declare namespace Excel {
65053
65054
  */
65054
65055
  width?: number;
65055
65056
  }
65056
- /** An interface for updating data on the ChartLegendEntry object, for use in `chartLegendEntry.set({ ... })`. */
65057
+ /** An interface for updating data on the `ChartLegendEntry` object, for use in `chartLegendEntry.set({ ... })`. */
65057
65058
  interface ChartLegendEntryUpdateData {
65058
65059
  /**
65059
65060
  * Represents the visibility of a chart legend entry.
@@ -65063,11 +65064,11 @@ declare namespace Excel {
65063
65064
  */
65064
65065
  visible?: boolean;
65065
65066
  }
65066
- /** An interface for updating data on the ChartLegendEntryCollection object, for use in `chartLegendEntryCollection.set({ ... })`. */
65067
+ /** An interface for updating data on the `ChartLegendEntryCollection` object, for use in `chartLegendEntryCollection.set({ ... })`. */
65067
65068
  interface ChartLegendEntryCollectionUpdateData {
65068
65069
  items?: Excel.Interfaces.ChartLegendEntryData[];
65069
65070
  }
65070
- /** An interface for updating data on the ChartLegendFormat object, for use in `chartLegendFormat.set({ ... })`. */
65071
+ /** An interface for updating data on the `ChartLegendFormat` object, for use in `chartLegendFormat.set({ ... })`. */
65071
65072
  interface ChartLegendFormatUpdateData {
65072
65073
  /**
65073
65074
  * Represents the border format, which includes color, linestyle, and weight.
@@ -65084,7 +65085,7 @@ declare namespace Excel {
65084
65085
  */
65085
65086
  font?: Excel.Interfaces.ChartFontUpdateData;
65086
65087
  }
65087
- /** An interface for updating data on the ChartMapOptions object, for use in `chartMapOptions.set({ ... })`. */
65088
+ /** An interface for updating data on the `ChartMapOptions` object, for use in `chartMapOptions.set({ ... })`. */
65088
65089
  interface ChartMapOptionsUpdateData {
65089
65090
  /**
65090
65091
  * Specifies the series map labels strategy of a region map chart.
@@ -65108,7 +65109,7 @@ declare namespace Excel {
65108
65109
  */
65109
65110
  projectionType?: Excel.ChartMapProjectionType | "Automatic" | "Mercator" | "Miller" | "Robinson" | "Albers";
65110
65111
  }
65111
- /** An interface for updating data on the ChartTitle object, for use in `chartTitle.set({ ... })`. */
65112
+ /** An interface for updating data on the `ChartTitle` object, for use in `chartTitle.set({ ... })`. */
65112
65113
  interface ChartTitleUpdateData {
65113
65114
  /**
65114
65115
  * Represents the formatting of a chart title, which includes fill and font formatting.
@@ -65188,7 +65189,7 @@ declare namespace Excel {
65188
65189
  */
65189
65190
  visible?: boolean;
65190
65191
  }
65191
- /** An interface for updating data on the ChartFormatString object, for use in `chartFormatString.set({ ... })`. */
65192
+ /** An interface for updating data on the `ChartFormatString` object, for use in `chartFormatString.set({ ... })`. */
65192
65193
  interface ChartFormatStringUpdateData {
65193
65194
  /**
65194
65195
  * Represents the font attributes, such as font name, font size, and color of a chart characters object.
@@ -65198,7 +65199,7 @@ declare namespace Excel {
65198
65199
  */
65199
65200
  font?: Excel.Interfaces.ChartFontUpdateData;
65200
65201
  }
65201
- /** An interface for updating data on the ChartTitleFormat object, for use in `chartTitleFormat.set({ ... })`. */
65202
+ /** An interface for updating data on the `ChartTitleFormat` object, for use in `chartTitleFormat.set({ ... })`. */
65202
65203
  interface ChartTitleFormatUpdateData {
65203
65204
  /**
65204
65205
  * Represents the border format of chart title, which includes color, linestyle, and weight.
@@ -65215,7 +65216,7 @@ declare namespace Excel {
65215
65216
  */
65216
65217
  font?: Excel.Interfaces.ChartFontUpdateData;
65217
65218
  }
65218
- /** An interface for updating data on the ChartBorder object, for use in `chartBorder.set({ ... })`. */
65219
+ /** An interface for updating data on the `ChartBorder` object, for use in `chartBorder.set({ ... })`. */
65219
65220
  interface ChartBorderUpdateData {
65220
65221
  /**
65221
65222
  * HTML color code representing the color of borders in the chart.
@@ -65239,7 +65240,7 @@ declare namespace Excel {
65239
65240
  */
65240
65241
  weight?: number;
65241
65242
  }
65242
- /** An interface for updating data on the ChartBinOptions object, for use in `chartBinOptions.set({ ... })`. */
65243
+ /** An interface for updating data on the `ChartBinOptions` object, for use in `chartBinOptions.set({ ... })`. */
65243
65244
  interface ChartBinOptionsUpdateData {
65244
65245
  /**
65245
65246
  * Specifies if bin overflow is enabled in a histogram chart or pareto chart.
@@ -65291,7 +65292,7 @@ declare namespace Excel {
65291
65292
  */
65292
65293
  width?: number;
65293
65294
  }
65294
- /** An interface for updating data on the ChartBoxwhiskerOptions object, for use in `chartBoxwhiskerOptions.set({ ... })`. */
65295
+ /** An interface for updating data on the `ChartBoxwhiskerOptions` object, for use in `chartBoxwhiskerOptions.set({ ... })`. */
65295
65296
  interface ChartBoxwhiskerOptionsUpdateData {
65296
65297
  /**
65297
65298
  * Specifies if the quartile calculation type of a box and whisker chart.
@@ -65329,7 +65330,7 @@ declare namespace Excel {
65329
65330
  */
65330
65331
  showOutlierPoints?: boolean;
65331
65332
  }
65332
- /** An interface for updating data on the ChartLineFormat object, for use in `chartLineFormat.set({ ... })`. */
65333
+ /** An interface for updating data on the `ChartLineFormat` object, for use in `chartLineFormat.set({ ... })`. */
65333
65334
  interface ChartLineFormatUpdateData {
65334
65335
  /**
65335
65336
  * HTML color code representing the color of lines in the chart.
@@ -65353,7 +65354,7 @@ declare namespace Excel {
65353
65354
  */
65354
65355
  weight?: number;
65355
65356
  }
65356
- /** An interface for updating data on the ChartFont object, for use in `chartFont.set({ ... })`. */
65357
+ /** An interface for updating data on the `ChartFont` object, for use in `chartFont.set({ ... })`. */
65357
65358
  interface ChartFontUpdateData {
65358
65359
  /**
65359
65360
  * Represents the bold status of font.
@@ -65398,7 +65399,7 @@ declare namespace Excel {
65398
65399
  */
65399
65400
  underline?: Excel.ChartUnderlineStyle | "None" | "Single";
65400
65401
  }
65401
- /** An interface for updating data on the ChartTrendline object, for use in `chartTrendline.set({ ... })`. */
65402
+ /** An interface for updating data on the `ChartTrendline` object, for use in `chartTrendline.set({ ... })`. */
65402
65403
  interface ChartTrendlineUpdateData {
65403
65404
  /**
65404
65405
  * Represents the formatting of a chart trendline.
@@ -65478,11 +65479,11 @@ declare namespace Excel {
65478
65479
  */
65479
65480
  type?: Excel.ChartTrendlineType | "Linear" | "Exponential" | "Logarithmic" | "MovingAverage" | "Polynomial" | "Power";
65480
65481
  }
65481
- /** An interface for updating data on the ChartTrendlineCollection object, for use in `chartTrendlineCollection.set({ ... })`. */
65482
+ /** An interface for updating data on the `ChartTrendlineCollection` object, for use in `chartTrendlineCollection.set({ ... })`. */
65482
65483
  interface ChartTrendlineCollectionUpdateData {
65483
65484
  items?: Excel.Interfaces.ChartTrendlineData[];
65484
65485
  }
65485
- /** An interface for updating data on the ChartTrendlineFormat object, for use in `chartTrendlineFormat.set({ ... })`. */
65486
+ /** An interface for updating data on the `ChartTrendlineFormat` object, for use in `chartTrendlineFormat.set({ ... })`. */
65486
65487
  interface ChartTrendlineFormatUpdateData {
65487
65488
  /**
65488
65489
  * Represents chart line formatting.
@@ -65492,7 +65493,7 @@ declare namespace Excel {
65492
65493
  */
65493
65494
  line?: Excel.Interfaces.ChartLineFormatUpdateData;
65494
65495
  }
65495
- /** An interface for updating data on the ChartTrendlineLabel object, for use in `chartTrendlineLabel.set({ ... })`. */
65496
+ /** An interface for updating data on the `ChartTrendlineLabel` object, for use in `chartTrendlineLabel.set({ ... })`. */
65496
65497
  interface ChartTrendlineLabelUpdateData {
65497
65498
  /**
65498
65499
  * The format of the chart trendline label.
@@ -65574,7 +65575,7 @@ declare namespace Excel {
65574
65575
  */
65575
65576
  verticalAlignment?: Excel.ChartTextVerticalAlignment | "Center" | "Bottom" | "Top" | "Justify" | "Distributed";
65576
65577
  }
65577
- /** An interface for updating data on the ChartTrendlineLabelFormat object, for use in `chartTrendlineLabelFormat.set({ ... })`. */
65578
+ /** An interface for updating data on the `ChartTrendlineLabelFormat` object, for use in `chartTrendlineLabelFormat.set({ ... })`. */
65578
65579
  interface ChartTrendlineLabelFormatUpdateData {
65579
65580
  /**
65580
65581
  * Specifies the border format, which includes color, linestyle, and weight.
@@ -65591,7 +65592,7 @@ declare namespace Excel {
65591
65592
  */
65592
65593
  font?: Excel.Interfaces.ChartFontUpdateData;
65593
65594
  }
65594
- /** An interface for updating data on the ChartPlotArea object, for use in `chartPlotArea.set({ ... })`. */
65595
+ /** An interface for updating data on the `ChartPlotArea` object, for use in `chartPlotArea.set({ ... })`. */
65595
65596
  interface ChartPlotAreaUpdateData {
65596
65597
  /**
65597
65598
  * Specifies the formatting of a chart plot area.
@@ -65664,7 +65665,7 @@ declare namespace Excel {
65664
65665
  */
65665
65666
  width?: number;
65666
65667
  }
65667
- /** An interface for updating data on the ChartPlotAreaFormat object, for use in `chartPlotAreaFormat.set({ ... })`. */
65668
+ /** An interface for updating data on the `ChartPlotAreaFormat` object, for use in `chartPlotAreaFormat.set({ ... })`. */
65668
65669
  interface ChartPlotAreaFormatUpdateData {
65669
65670
  /**
65670
65671
  * Specifies the border attributes of a chart plot area.
@@ -65674,23 +65675,23 @@ declare namespace Excel {
65674
65675
  */
65675
65676
  border?: Excel.Interfaces.ChartBorderUpdateData;
65676
65677
  }
65677
- /** An interface for updating data on the CustomXmlPartScopedCollection object, for use in `customXmlPartScopedCollection.set({ ... })`. */
65678
+ /** An interface for updating data on the `CustomXmlPartScopedCollection` object, for use in `customXmlPartScopedCollection.set({ ... })`. */
65678
65679
  interface CustomXmlPartScopedCollectionUpdateData {
65679
65680
  items?: Excel.Interfaces.CustomXmlPartData[];
65680
65681
  }
65681
- /** An interface for updating data on the CustomXmlPartCollection object, for use in `customXmlPartCollection.set({ ... })`. */
65682
+ /** An interface for updating data on the `CustomXmlPartCollection` object, for use in `customXmlPartCollection.set({ ... })`. */
65682
65683
  interface CustomXmlPartCollectionUpdateData {
65683
65684
  items?: Excel.Interfaces.CustomXmlPartData[];
65684
65685
  }
65685
- /** An interface for updating data on the PivotTableScopedCollection object, for use in `pivotTableScopedCollection.set({ ... })`. */
65686
+ /** An interface for updating data on the `PivotTableScopedCollection` object, for use in `pivotTableScopedCollection.set({ ... })`. */
65686
65687
  interface PivotTableScopedCollectionUpdateData {
65687
65688
  items?: Excel.Interfaces.PivotTableData[];
65688
65689
  }
65689
- /** An interface for updating data on the PivotTableCollection object, for use in `pivotTableCollection.set({ ... })`. */
65690
+ /** An interface for updating data on the `PivotTableCollection` object, for use in `pivotTableCollection.set({ ... })`. */
65690
65691
  interface PivotTableCollectionUpdateData {
65691
65692
  items?: Excel.Interfaces.PivotTableData[];
65692
65693
  }
65693
- /** An interface for updating data on the PivotTable object, for use in `pivotTable.set({ ... })`. */
65694
+ /** An interface for updating data on the `PivotTable` object, for use in `pivotTable.set({ ... })`. */
65694
65695
  interface PivotTableUpdateData {
65695
65696
  /**
65696
65697
  * Specifies if the PivotTable allows the application of multiple PivotFilters on a given PivotField in the table.
@@ -65728,7 +65729,7 @@ declare namespace Excel {
65728
65729
  */
65729
65730
  useCustomSortLists?: boolean;
65730
65731
  }
65731
- /** An interface for updating data on the PivotLayout object, for use in `pivotLayout.set({ ... })`. */
65732
+ /** An interface for updating data on the `PivotLayout` object, for use in `pivotLayout.set({ ... })`. */
65732
65733
  interface PivotLayoutUpdateData {
65733
65734
  /**
65734
65735
  * The alt text description of the PivotTable.
@@ -65826,11 +65827,11 @@ declare namespace Excel {
65826
65827
  */
65827
65828
  subtotalLocation?: Excel.SubtotalLocationType | "AtTop" | "AtBottom" | "Off";
65828
65829
  }
65829
- /** An interface for updating data on the PivotHierarchyCollection object, for use in `pivotHierarchyCollection.set({ ... })`. */
65830
+ /** An interface for updating data on the `PivotHierarchyCollection` object, for use in `pivotHierarchyCollection.set({ ... })`. */
65830
65831
  interface PivotHierarchyCollectionUpdateData {
65831
65832
  items?: Excel.Interfaces.PivotHierarchyData[];
65832
65833
  }
65833
- /** An interface for updating data on the PivotHierarchy object, for use in `pivotHierarchy.set({ ... })`. */
65834
+ /** An interface for updating data on the `PivotHierarchy` object, for use in `pivotHierarchy.set({ ... })`. */
65834
65835
  interface PivotHierarchyUpdateData {
65835
65836
  /**
65836
65837
  * Name of the PivotHierarchy.
@@ -65840,11 +65841,11 @@ declare namespace Excel {
65840
65841
  */
65841
65842
  name?: string;
65842
65843
  }
65843
- /** An interface for updating data on the RowColumnPivotHierarchyCollection object, for use in `rowColumnPivotHierarchyCollection.set({ ... })`. */
65844
+ /** An interface for updating data on the `RowColumnPivotHierarchyCollection` object, for use in `rowColumnPivotHierarchyCollection.set({ ... })`. */
65844
65845
  interface RowColumnPivotHierarchyCollectionUpdateData {
65845
65846
  items?: Excel.Interfaces.RowColumnPivotHierarchyData[];
65846
65847
  }
65847
- /** An interface for updating data on the RowColumnPivotHierarchy object, for use in `rowColumnPivotHierarchy.set({ ... })`. */
65848
+ /** An interface for updating data on the `RowColumnPivotHierarchy` object, for use in `rowColumnPivotHierarchy.set({ ... })`. */
65848
65849
  interface RowColumnPivotHierarchyUpdateData {
65849
65850
  /**
65850
65851
  * Name of the RowColumnPivotHierarchy.
@@ -65861,11 +65862,11 @@ declare namespace Excel {
65861
65862
  */
65862
65863
  position?: number;
65863
65864
  }
65864
- /** An interface for updating data on the FilterPivotHierarchyCollection object, for use in `filterPivotHierarchyCollection.set({ ... })`. */
65865
+ /** An interface for updating data on the `FilterPivotHierarchyCollection` object, for use in `filterPivotHierarchyCollection.set({ ... })`. */
65865
65866
  interface FilterPivotHierarchyCollectionUpdateData {
65866
65867
  items?: Excel.Interfaces.FilterPivotHierarchyData[];
65867
65868
  }
65868
- /** An interface for updating data on the FilterPivotHierarchy object, for use in `filterPivotHierarchy.set({ ... })`. */
65869
+ /** An interface for updating data on the `FilterPivotHierarchy` object, for use in `filterPivotHierarchy.set({ ... })`. */
65869
65870
  interface FilterPivotHierarchyUpdateData {
65870
65871
  /**
65871
65872
  * Determines whether to allow multiple filter items.
@@ -65889,11 +65890,11 @@ declare namespace Excel {
65889
65890
  */
65890
65891
  position?: number;
65891
65892
  }
65892
- /** An interface for updating data on the DataPivotHierarchyCollection object, for use in `dataPivotHierarchyCollection.set({ ... })`. */
65893
+ /** An interface for updating data on the `DataPivotHierarchyCollection` object, for use in `dataPivotHierarchyCollection.set({ ... })`. */
65893
65894
  interface DataPivotHierarchyCollectionUpdateData {
65894
65895
  items?: Excel.Interfaces.DataPivotHierarchyData[];
65895
65896
  }
65896
- /** An interface for updating data on the DataPivotHierarchy object, for use in `dataPivotHierarchy.set({ ... })`. */
65897
+ /** An interface for updating data on the `DataPivotHierarchy` object, for use in `dataPivotHierarchy.set({ ... })`. */
65897
65898
  interface DataPivotHierarchyUpdateData {
65898
65899
  /**
65899
65900
  * Returns the PivotFields associated with the DataPivotHierarchy.
@@ -65938,11 +65939,11 @@ declare namespace Excel {
65938
65939
  */
65939
65940
  summarizeBy?: Excel.AggregationFunction | "Unknown" | "Automatic" | "Sum" | "Count" | "Average" | "Max" | "Min" | "Product" | "CountNumbers" | "StandardDeviation" | "StandardDeviationP" | "Variance" | "VarianceP";
65940
65941
  }
65941
- /** An interface for updating data on the PivotFieldCollection object, for use in `pivotFieldCollection.set({ ... })`. */
65942
+ /** An interface for updating data on the `PivotFieldCollection` object, for use in `pivotFieldCollection.set({ ... })`. */
65942
65943
  interface PivotFieldCollectionUpdateData {
65943
65944
  items?: Excel.Interfaces.PivotFieldData[];
65944
65945
  }
65945
- /** An interface for updating data on the PivotField object, for use in `pivotField.set({ ... })`. */
65946
+ /** An interface for updating data on the `PivotField` object, for use in `pivotField.set({ ... })`. */
65946
65947
  interface PivotFieldUpdateData {
65947
65948
  /**
65948
65949
  * Name of the PivotField.
@@ -65966,11 +65967,11 @@ declare namespace Excel {
65966
65967
  */
65967
65968
  subtotals?: Excel.Subtotals;
65968
65969
  }
65969
- /** An interface for updating data on the PivotItemCollection object, for use in `pivotItemCollection.set({ ... })`. */
65970
+ /** An interface for updating data on the `PivotItemCollection` object, for use in `pivotItemCollection.set({ ... })`. */
65970
65971
  interface PivotItemCollectionUpdateData {
65971
65972
  items?: Excel.Interfaces.PivotItemData[];
65972
65973
  }
65973
- /** An interface for updating data on the PivotItem object, for use in `pivotItem.set({ ... })`. */
65974
+ /** An interface for updating data on the `PivotItem` object, for use in `pivotItem.set({ ... })`. */
65974
65975
  interface PivotItemUpdateData {
65975
65976
  /**
65976
65977
  * Determines whether the item is expanded to show child items or if it's collapsed and child items are hidden.
@@ -65994,7 +65995,7 @@ declare namespace Excel {
65994
65995
  */
65995
65996
  visible?: boolean;
65996
65997
  }
65997
- /** An interface for updating data on the WorksheetCustomProperty object, for use in `worksheetCustomProperty.set({ ... })`. */
65998
+ /** An interface for updating data on the `WorksheetCustomProperty` object, for use in `worksheetCustomProperty.set({ ... })`. */
65998
65999
  interface WorksheetCustomPropertyUpdateData {
65999
66000
  /**
66000
66001
  * Gets or sets the value of the custom property.
@@ -66004,11 +66005,11 @@ declare namespace Excel {
66004
66005
  */
66005
66006
  value?: string;
66006
66007
  }
66007
- /** An interface for updating data on the WorksheetCustomPropertyCollection object, for use in `worksheetCustomPropertyCollection.set({ ... })`. */
66008
+ /** An interface for updating data on the `WorksheetCustomPropertyCollection` object, for use in `worksheetCustomPropertyCollection.set({ ... })`. */
66008
66009
  interface WorksheetCustomPropertyCollectionUpdateData {
66009
66010
  items?: Excel.Interfaces.WorksheetCustomPropertyData[];
66010
66011
  }
66011
- /** An interface for updating data on the DocumentProperties object, for use in `documentProperties.set({ ... })`. */
66012
+ /** An interface for updating data on the `DocumentProperties` object, for use in `documentProperties.set({ ... })`. */
66012
66013
  interface DocumentPropertiesUpdateData {
66013
66014
  /**
66014
66015
  * The author of the workbook.
@@ -66025,7 +66026,7 @@ declare namespace Excel {
66025
66026
  */
66026
66027
  category?: string;
66027
66028
  /**
66028
- * The comments of the workbook.
66029
+ * The comment field in the metadata of the workbook. These have no connection to comments by users made in the workbork.
66029
66030
  *
66030
66031
  * @remarks
66031
66032
  * [Api set: ExcelApi 1.7]
@@ -66074,7 +66075,7 @@ declare namespace Excel {
66074
66075
  */
66075
66076
  title?: string;
66076
66077
  }
66077
- /** An interface for updating data on the CustomProperty object, for use in `customProperty.set({ ... })`. */
66078
+ /** An interface for updating data on the `CustomProperty` object, for use in `customProperty.set({ ... })`. */
66078
66079
  interface CustomPropertyUpdateData {
66079
66080
  /**
66080
66081
  * The value of the custom property. The value is limited to 255 characters outside of Excel on the web (larger values are automatically trimmed to 255 characters on other platforms).
@@ -66084,15 +66085,15 @@ declare namespace Excel {
66084
66085
  */
66085
66086
  value?: any;
66086
66087
  }
66087
- /** An interface for updating data on the CustomPropertyCollection object, for use in `customPropertyCollection.set({ ... })`. */
66088
+ /** An interface for updating data on the `CustomPropertyCollection` object, for use in `customPropertyCollection.set({ ... })`. */
66088
66089
  interface CustomPropertyCollectionUpdateData {
66089
66090
  items?: Excel.Interfaces.CustomPropertyData[];
66090
66091
  }
66091
- /** An interface for updating data on the ConditionalFormatCollection object, for use in `conditionalFormatCollection.set({ ... })`. */
66092
+ /** An interface for updating data on the `ConditionalFormatCollection` object, for use in `conditionalFormatCollection.set({ ... })`. */
66092
66093
  interface ConditionalFormatCollectionUpdateData {
66093
66094
  items?: Excel.Interfaces.ConditionalFormatData[];
66094
66095
  }
66095
- /** An interface for updating data on the ConditionalFormat object, for use in `conditionalFormat.set({ ... })`. */
66096
+ /** An interface for updating data on the `ConditionalFormat` object, for use in `conditionalFormat.set({ ... })`. */
66096
66097
  interface ConditionalFormatUpdateData {
66097
66098
  /**
66098
66099
  * Returns the cell value conditional format properties if the current conditional format is a `CellValue` type.
@@ -66230,7 +66231,7 @@ declare namespace Excel {
66230
66231
  */
66231
66232
  stopIfTrue?: boolean;
66232
66233
  }
66233
- /** An interface for updating data on the DataBarConditionalFormat object, for use in `dataBarConditionalFormat.set({ ... })`. */
66234
+ /** An interface for updating data on the `DataBarConditionalFormat` object, for use in `dataBarConditionalFormat.set({ ... })`. */
66234
66235
  interface DataBarConditionalFormatUpdateData {
66235
66236
  /**
66236
66237
  * Representation of all values to the left of the axis in an Excel data bar.
@@ -66292,7 +66293,7 @@ declare namespace Excel {
66292
66293
  */
66293
66294
  upperBoundRule?: Excel.ConditionalDataBarRule;
66294
66295
  }
66295
- /** An interface for updating data on the ConditionalDataBarPositiveFormat object, for use in `conditionalDataBarPositiveFormat.set({ ... })`. */
66296
+ /** An interface for updating data on the `ConditionalDataBarPositiveFormat` object, for use in `conditionalDataBarPositiveFormat.set({ ... })`. */
66296
66297
  interface ConditionalDataBarPositiveFormatUpdateData {
66297
66298
  /**
66298
66299
  * HTML color code representing the color of the border line, in the form #RRGGBB (e.g., "FFA500") or as a named HTML color (e.g., "orange").
@@ -66317,7 +66318,7 @@ declare namespace Excel {
66317
66318
  */
66318
66319
  gradientFill?: boolean;
66319
66320
  }
66320
- /** An interface for updating data on the ConditionalDataBarNegativeFormat object, for use in `conditionalDataBarNegativeFormat.set({ ... })`. */
66321
+ /** An interface for updating data on the `ConditionalDataBarNegativeFormat` object, for use in `conditionalDataBarNegativeFormat.set({ ... })`. */
66321
66322
  interface ConditionalDataBarNegativeFormatUpdateData {
66322
66323
  /**
66323
66324
  * HTML color code representing the color of the border line, in the form #RRGGBB (e.g., "FFA500") or as a named HTML color (e.g., "orange").
@@ -66349,7 +66350,7 @@ declare namespace Excel {
66349
66350
  */
66350
66351
  matchPositiveFillColor?: boolean;
66351
66352
  }
66352
- /** An interface for updating data on the CustomConditionalFormat object, for use in `customConditionalFormat.set({ ... })`. */
66353
+ /** An interface for updating data on the `CustomConditionalFormat` object, for use in `customConditionalFormat.set({ ... })`. */
66353
66354
  interface CustomConditionalFormatUpdateData {
66354
66355
  /**
66355
66356
  * Returns a format object, encapsulating the conditional formats font, fill, borders, and other properties.
@@ -66366,7 +66367,7 @@ declare namespace Excel {
66366
66367
  */
66367
66368
  rule?: Excel.Interfaces.ConditionalFormatRuleUpdateData;
66368
66369
  }
66369
- /** An interface for updating data on the ConditionalFormatRule object, for use in `conditionalFormatRule.set({ ... })`. */
66370
+ /** An interface for updating data on the `ConditionalFormatRule` object, for use in `conditionalFormatRule.set({ ... })`. */
66370
66371
  interface ConditionalFormatRuleUpdateData {
66371
66372
  /**
66372
66373
  * The formula, if required, on which to evaluate the conditional format rule.
@@ -66390,7 +66391,7 @@ declare namespace Excel {
66390
66391
  */
66391
66392
  formulaR1C1?: string;
66392
66393
  }
66393
- /** An interface for updating data on the IconSetConditionalFormat object, for use in `iconSetConditionalFormat.set({ ... })`. */
66394
+ /** An interface for updating data on the `IconSetConditionalFormat` object, for use in `iconSetConditionalFormat.set({ ... })`. */
66394
66395
  interface IconSetConditionalFormatUpdateData {
66395
66396
  /**
66396
66397
  * An array of criteria and icon sets for the rules and potential custom icons for conditional icons. Note that for the first criterion only the custom icon can be modified, while type, formula, and operator will be ignored when set.
@@ -66421,7 +66422,7 @@ declare namespace Excel {
66421
66422
  */
66422
66423
  style?: Excel.IconSet | "Invalid" | "ThreeArrows" | "ThreeArrowsGray" | "ThreeFlags" | "ThreeTrafficLights1" | "ThreeTrafficLights2" | "ThreeSigns" | "ThreeSymbols" | "ThreeSymbols2" | "FourArrows" | "FourArrowsGray" | "FourRedToBlack" | "FourRating" | "FourTrafficLights" | "FiveArrows" | "FiveArrowsGray" | "FiveRating" | "FiveQuarters" | "ThreeStars" | "ThreeTriangles" | "FiveBoxes";
66423
66424
  }
66424
- /** An interface for updating data on the ColorScaleConditionalFormat object, for use in `colorScaleConditionalFormat.set({ ... })`. */
66425
+ /** An interface for updating data on the `ColorScaleConditionalFormat` object, for use in `colorScaleConditionalFormat.set({ ... })`. */
66425
66426
  interface ColorScaleConditionalFormatUpdateData {
66426
66427
  /**
66427
66428
  * The criteria of the color scale. Midpoint is optional when using a two point color scale.
@@ -66431,7 +66432,7 @@ declare namespace Excel {
66431
66432
  */
66432
66433
  criteria?: Excel.ConditionalColorScaleCriteria;
66433
66434
  }
66434
- /** An interface for updating data on the TopBottomConditionalFormat object, for use in `topBottomConditionalFormat.set({ ... })`. */
66435
+ /** An interface for updating data on the `TopBottomConditionalFormat` object, for use in `topBottomConditionalFormat.set({ ... })`. */
66435
66436
  interface TopBottomConditionalFormatUpdateData {
66436
66437
  /**
66437
66438
  * Returns a format object, encapsulating the conditional format's font, fill, borders, and other properties.
@@ -66448,7 +66449,7 @@ declare namespace Excel {
66448
66449
  */
66449
66450
  rule?: Excel.ConditionalTopBottomRule;
66450
66451
  }
66451
- /** An interface for updating data on the PresetCriteriaConditionalFormat object, for use in `presetCriteriaConditionalFormat.set({ ... })`. */
66452
+ /** An interface for updating data on the `PresetCriteriaConditionalFormat` object, for use in `presetCriteriaConditionalFormat.set({ ... })`. */
66452
66453
  interface PresetCriteriaConditionalFormatUpdateData {
66453
66454
  /**
66454
66455
  * Returns a format object, encapsulating the conditional formats font, fill, borders, and other properties.
@@ -66465,7 +66466,7 @@ declare namespace Excel {
66465
66466
  */
66466
66467
  rule?: Excel.ConditionalPresetCriteriaRule;
66467
66468
  }
66468
- /** An interface for updating data on the TextConditionalFormat object, for use in `textConditionalFormat.set({ ... })`. */
66469
+ /** An interface for updating data on the `TextConditionalFormat` object, for use in `textConditionalFormat.set({ ... })`. */
66469
66470
  interface TextConditionalFormatUpdateData {
66470
66471
  /**
66471
66472
  * Returns a format object, encapsulating the conditional format's font, fill, borders, and other properties.
@@ -66482,7 +66483,7 @@ declare namespace Excel {
66482
66483
  */
66483
66484
  rule?: Excel.ConditionalTextComparisonRule;
66484
66485
  }
66485
- /** An interface for updating data on the CellValueConditionalFormat object, for use in `cellValueConditionalFormat.set({ ... })`. */
66486
+ /** An interface for updating data on the `CellValueConditionalFormat` object, for use in `cellValueConditionalFormat.set({ ... })`. */
66486
66487
  interface CellValueConditionalFormatUpdateData {
66487
66488
  /**
66488
66489
  * Returns a format object, encapsulating the conditional formats font, fill, borders, and other properties.
@@ -66499,7 +66500,7 @@ declare namespace Excel {
66499
66500
  */
66500
66501
  rule?: Excel.ConditionalCellValueRule;
66501
66502
  }
66502
- /** An interface for updating data on the ConditionalRangeFormat object, for use in `conditionalRangeFormat.set({ ... })`. */
66503
+ /** An interface for updating data on the `ConditionalRangeFormat` object, for use in `conditionalRangeFormat.set({ ... })`. */
66503
66504
  interface ConditionalRangeFormatUpdateData {
66504
66505
  /**
66505
66506
  * Collection of border objects that apply to the overall conditional format range.
@@ -66523,7 +66524,7 @@ declare namespace Excel {
66523
66524
  */
66524
66525
  font?: Excel.Interfaces.ConditionalRangeFontUpdateData;
66525
66526
  /**
66526
- * Represents Excel's number format code for the given range. For more information about Excel number formatting, see {@link https://support.microsoft.com/office/number-format-codes-5026bbd6-04bc-48cd-bf33-80f18b4eae68 | Number format codes}.
66527
+ * Represents Excel's number format code for the given range. For more information about Excel number formatting, see {@link https://support.microsoft.com/office/5026bbd6-04bc-48cd-bf33-80f18b4eae68 | Number format codes}.
66527
66528
  Cleared if `null` is passed in.
66528
66529
  *
66529
66530
  * @remarks
@@ -66531,7 +66532,7 @@ declare namespace Excel {
66531
66532
  */
66532
66533
  numberFormat?: any;
66533
66534
  }
66534
- /** An interface for updating data on the ConditionalRangeFont object, for use in `conditionalRangeFont.set({ ... })`. */
66535
+ /** An interface for updating data on the `ConditionalRangeFont` object, for use in `conditionalRangeFont.set({ ... })`. */
66535
66536
  interface ConditionalRangeFontUpdateData {
66536
66537
  /**
66537
66538
  * Specifies if the font is bold.
@@ -66569,7 +66570,7 @@ declare namespace Excel {
66569
66570
  */
66570
66571
  underline?: Excel.ConditionalRangeFontUnderlineStyle | "None" | "Single" | "Double";
66571
66572
  }
66572
- /** An interface for updating data on the ConditionalRangeFill object, for use in `conditionalRangeFill.set({ ... })`. */
66573
+ /** An interface for updating data on the `ConditionalRangeFill` object, for use in `conditionalRangeFill.set({ ... })`. */
66573
66574
  interface ConditionalRangeFillUpdateData {
66574
66575
  /**
66575
66576
  * HTML color code representing the color of the fill, in the form #RRGGBB (e.g., "FFA500") or as a named HTML color (e.g., "orange").
@@ -66579,7 +66580,7 @@ declare namespace Excel {
66579
66580
  */
66580
66581
  color?: string;
66581
66582
  }
66582
- /** An interface for updating data on the ConditionalRangeBorder object, for use in `conditionalRangeBorder.set({ ... })`. */
66583
+ /** An interface for updating data on the `ConditionalRangeBorder` object, for use in `conditionalRangeBorder.set({ ... })`. */
66583
66584
  interface ConditionalRangeBorderUpdateData {
66584
66585
  /**
66585
66586
  * HTML color code representing the color of the border line, in the form #RRGGBB (e.g., "FFA500") or as a named HTML color (e.g., "orange").
@@ -66596,7 +66597,7 @@ declare namespace Excel {
66596
66597
  */
66597
66598
  style?: Excel.ConditionalRangeBorderLineStyle | "None" | "Continuous" | "Dash" | "DashDot" | "DashDotDot" | "Dot";
66598
66599
  }
66599
- /** An interface for updating data on the ConditionalRangeBorderCollection object, for use in `conditionalRangeBorderCollection.set({ ... })`. */
66600
+ /** An interface for updating data on the `ConditionalRangeBorderCollection` object, for use in `conditionalRangeBorderCollection.set({ ... })`. */
66600
66601
  interface ConditionalRangeBorderCollectionUpdateData {
66601
66602
  /**
66602
66603
  * Gets the bottom border.
@@ -66628,7 +66629,7 @@ declare namespace Excel {
66628
66629
  top?: Excel.Interfaces.ConditionalRangeBorderUpdateData;
66629
66630
  items?: Excel.Interfaces.ConditionalRangeBorderData[];
66630
66631
  }
66631
- /** An interface for updating data on the Style object, for use in `style.set({ ... })`. */
66632
+ /** An interface for updating data on the `Style` object, for use in `style.set({ ... })`. */
66632
66633
  interface StyleUpdateData {
66633
66634
  /**
66634
66635
  * A collection of four border objects that represent the style of the four borders.
@@ -66778,15 +66779,15 @@ declare namespace Excel {
66778
66779
  */
66779
66780
  wrapText?: boolean;
66780
66781
  }
66781
- /** An interface for updating data on the StyleCollection object, for use in `styleCollection.set({ ... })`. */
66782
+ /** An interface for updating data on the `StyleCollection` object, for use in `styleCollection.set({ ... })`. */
66782
66783
  interface StyleCollectionUpdateData {
66783
66784
  items?: Excel.Interfaces.StyleData[];
66784
66785
  }
66785
- /** An interface for updating data on the TableStyleCollection object, for use in `tableStyleCollection.set({ ... })`. */
66786
+ /** An interface for updating data on the `TableStyleCollection` object, for use in `tableStyleCollection.set({ ... })`. */
66786
66787
  interface TableStyleCollectionUpdateData {
66787
66788
  items?: Excel.Interfaces.TableStyleData[];
66788
66789
  }
66789
- /** An interface for updating data on the TableStyle object, for use in `tableStyle.set({ ... })`. */
66790
+ /** An interface for updating data on the `TableStyle` object, for use in `tableStyle.set({ ... })`. */
66790
66791
  interface TableStyleUpdateData {
66791
66792
  /**
66792
66793
  * Specifies the name of the table style.
@@ -66796,11 +66797,11 @@ declare namespace Excel {
66796
66797
  */
66797
66798
  name?: string;
66798
66799
  }
66799
- /** An interface for updating data on the PivotTableStyleCollection object, for use in `pivotTableStyleCollection.set({ ... })`. */
66800
+ /** An interface for updating data on the `PivotTableStyleCollection` object, for use in `pivotTableStyleCollection.set({ ... })`. */
66800
66801
  interface PivotTableStyleCollectionUpdateData {
66801
66802
  items?: Excel.Interfaces.PivotTableStyleData[];
66802
66803
  }
66803
- /** An interface for updating data on the PivotTableStyle object, for use in `pivotTableStyle.set({ ... })`. */
66804
+ /** An interface for updating data on the `PivotTableStyle` object, for use in `pivotTableStyle.set({ ... })`. */
66804
66805
  interface PivotTableStyleUpdateData {
66805
66806
  /**
66806
66807
  * Specifies the name of the PivotTable style.
@@ -66810,11 +66811,11 @@ declare namespace Excel {
66810
66811
  */
66811
66812
  name?: string;
66812
66813
  }
66813
- /** An interface for updating data on the SlicerStyleCollection object, for use in `slicerStyleCollection.set({ ... })`. */
66814
+ /** An interface for updating data on the `SlicerStyleCollection` object, for use in `slicerStyleCollection.set({ ... })`. */
66814
66815
  interface SlicerStyleCollectionUpdateData {
66815
66816
  items?: Excel.Interfaces.SlicerStyleData[];
66816
66817
  }
66817
- /** An interface for updating data on the SlicerStyle object, for use in `slicerStyle.set({ ... })`. */
66818
+ /** An interface for updating data on the `SlicerStyle` object, for use in `slicerStyle.set({ ... })`. */
66818
66819
  interface SlicerStyleUpdateData {
66819
66820
  /**
66820
66821
  * Specifies the name of the slicer style.
@@ -66824,11 +66825,11 @@ declare namespace Excel {
66824
66825
  */
66825
66826
  name?: string;
66826
66827
  }
66827
- /** An interface for updating data on the TimelineStyleCollection object, for use in `timelineStyleCollection.set({ ... })`. */
66828
+ /** An interface for updating data on the `TimelineStyleCollection` object, for use in `timelineStyleCollection.set({ ... })`. */
66828
66829
  interface TimelineStyleCollectionUpdateData {
66829
66830
  items?: Excel.Interfaces.TimelineStyleData[];
66830
66831
  }
66831
- /** An interface for updating data on the TimelineStyle object, for use in `timelineStyle.set({ ... })`. */
66832
+ /** An interface for updating data on the `TimelineStyle` object, for use in `timelineStyle.set({ ... })`. */
66832
66833
  interface TimelineStyleUpdateData {
66833
66834
  /**
66834
66835
  * Specifies the name of the timeline style.
@@ -66838,7 +66839,7 @@ declare namespace Excel {
66838
66839
  */
66839
66840
  name?: string;
66840
66841
  }
66841
- /** An interface for updating data on the PageLayout object, for use in `pageLayout.set({ ... })`. */
66842
+ /** An interface for updating data on the `PageLayout` object, for use in `pageLayout.set({ ... })`. */
66842
66843
  interface PageLayoutUpdateData {
66843
66844
  /**
66844
66845
  * Header and footer configuration for the worksheet.
@@ -66982,7 +66983,7 @@ declare namespace Excel {
66982
66983
  */
66983
66984
  zoom?: Excel.PageLayoutZoomOptions;
66984
66985
  }
66985
- /** An interface for updating data on the HeaderFooter object, for use in `headerFooter.set({ ... })`. */
66986
+ /** An interface for updating data on the `HeaderFooter` object, for use in `headerFooter.set({ ... })`. */
66986
66987
  interface HeaderFooterUpdateData {
66987
66988
  /**
66988
66989
  * The center footer of the worksheet.
@@ -67033,7 +67034,7 @@ declare namespace Excel {
67033
67034
  */
67034
67035
  rightHeader?: string;
67035
67036
  }
67036
- /** An interface for updating data on the HeaderFooterGroup object, for use in `headerFooterGroup.set({ ... })`. */
67037
+ /** An interface for updating data on the `HeaderFooterGroup` object, for use in `headerFooterGroup.set({ ... })`. */
67037
67038
  interface HeaderFooterGroupUpdateData {
67038
67039
  /**
67039
67040
  * The general header/footer, used for all pages unless even/odd or first page is specified.
@@ -67085,23 +67086,23 @@ declare namespace Excel {
67085
67086
  */
67086
67087
  useSheetScale?: boolean;
67087
67088
  }
67088
- /** An interface for updating data on the PageBreakCollection object, for use in `pageBreakCollection.set({ ... })`. */
67089
+ /** An interface for updating data on the `PageBreakCollection` object, for use in `pageBreakCollection.set({ ... })`. */
67089
67090
  interface PageBreakCollectionUpdateData {
67090
67091
  items?: Excel.Interfaces.PageBreakData[];
67091
67092
  }
67092
- /** An interface for updating data on the RangeCollection object, for use in `rangeCollection.set({ ... })`. */
67093
+ /** An interface for updating data on the `RangeCollection` object, for use in `rangeCollection.set({ ... })`. */
67093
67094
  interface RangeCollectionUpdateData {
67094
67095
  items?: Excel.Interfaces.RangeData[];
67095
67096
  }
67096
- /** An interface for updating data on the RangeAreasCollection object, for use in `rangeAreasCollection.set({ ... })`. */
67097
+ /** An interface for updating data on the `RangeAreasCollection` object, for use in `rangeAreasCollection.set({ ... })`. */
67097
67098
  interface RangeAreasCollectionUpdateData {
67098
67099
  items?: Excel.Interfaces.RangeAreasData[];
67099
67100
  }
67100
- /** An interface for updating data on the CommentCollection object, for use in `commentCollection.set({ ... })`. */
67101
+ /** An interface for updating data on the `CommentCollection` object, for use in `commentCollection.set({ ... })`. */
67101
67102
  interface CommentCollectionUpdateData {
67102
67103
  items?: Excel.Interfaces.CommentData[];
67103
67104
  }
67104
- /** An interface for updating data on the Comment object, for use in `comment.set({ ... })`. */
67105
+ /** An interface for updating data on the `Comment` object, for use in `comment.set({ ... })`. */
67105
67106
  interface CommentUpdateData {
67106
67107
  /**
67107
67108
  * The comment's content. The string is plain text.
@@ -67118,11 +67119,11 @@ declare namespace Excel {
67118
67119
  */
67119
67120
  resolved?: boolean;
67120
67121
  }
67121
- /** An interface for updating data on the CommentReplyCollection object, for use in `commentReplyCollection.set({ ... })`. */
67122
+ /** An interface for updating data on the `CommentReplyCollection` object, for use in `commentReplyCollection.set({ ... })`. */
67122
67123
  interface CommentReplyCollectionUpdateData {
67123
67124
  items?: Excel.Interfaces.CommentReplyData[];
67124
67125
  }
67125
- /** An interface for updating data on the CommentReply object, for use in `commentReply.set({ ... })`. */
67126
+ /** An interface for updating data on the `CommentReply` object, for use in `commentReply.set({ ... })`. */
67126
67127
  interface CommentReplyUpdateData {
67127
67128
  /**
67128
67129
  * The comment reply's content. The string is plain text.
@@ -67132,11 +67133,11 @@ declare namespace Excel {
67132
67133
  */
67133
67134
  content?: string;
67134
67135
  }
67135
- /** An interface for updating data on the ShapeCollection object, for use in `shapeCollection.set({ ... })`. */
67136
+ /** An interface for updating data on the `ShapeCollection` object, for use in `shapeCollection.set({ ... })`. */
67136
67137
  interface ShapeCollectionUpdateData {
67137
67138
  items?: Excel.Interfaces.ShapeData[];
67138
67139
  }
67139
- /** An interface for updating data on the Shape object, for use in `shape.set({ ... })`. */
67140
+ /** An interface for updating data on the `Shape` object, for use in `shape.set({ ... })`. */
67140
67141
  interface ShapeUpdateData {
67141
67142
  /**
67142
67143
  * Returns the fill formatting of this shape.
@@ -67241,11 +67242,11 @@ declare namespace Excel {
67241
67242
  */
67242
67243
  width?: number;
67243
67244
  }
67244
- /** An interface for updating data on the GroupShapeCollection object, for use in `groupShapeCollection.set({ ... })`. */
67245
+ /** An interface for updating data on the `GroupShapeCollection` object, for use in `groupShapeCollection.set({ ... })`. */
67245
67246
  interface GroupShapeCollectionUpdateData {
67246
67247
  items?: Excel.Interfaces.ShapeData[];
67247
67248
  }
67248
- /** An interface for updating data on the Line object, for use in `line.set({ ... })`. */
67249
+ /** An interface for updating data on the `Line` object, for use in `line.set({ ... })`. */
67249
67250
  interface LineUpdateData {
67250
67251
  /**
67251
67252
  * Represents the length of the arrowhead at the beginning of the specified line.
@@ -67297,7 +67298,7 @@ declare namespace Excel {
67297
67298
  */
67298
67299
  connectorType?: Excel.ConnectorType | "Straight" | "Elbow" | "Curve";
67299
67300
  }
67300
- /** An interface for updating data on the ShapeFill object, for use in `shapeFill.set({ ... })`. */
67301
+ /** An interface for updating data on the `ShapeFill` object, for use in `shapeFill.set({ ... })`. */
67301
67302
  interface ShapeFillUpdateData {
67302
67303
  /**
67303
67304
  * Represents the shape fill foreground color in HTML color format, in the form #RRGGBB (e.g., "FFA500") or as a named HTML color (e.g., "orange")
@@ -67314,7 +67315,7 @@ declare namespace Excel {
67314
67315
  */
67315
67316
  transparency?: number;
67316
67317
  }
67317
- /** An interface for updating data on the ShapeLineFormat object, for use in `shapeLineFormat.set({ ... })`. */
67318
+ /** An interface for updating data on the `ShapeLineFormat` object, for use in `shapeLineFormat.set({ ... })`. */
67318
67319
  interface ShapeLineFormatUpdateData {
67319
67320
  /**
67320
67321
  * Represents the line color in HTML color format, in the form #RRGGBB (e.g., "FFA500") or as a named HTML color (e.g., "orange").
@@ -67359,7 +67360,7 @@ declare namespace Excel {
67359
67360
  */
67360
67361
  weight?: number;
67361
67362
  }
67362
- /** An interface for updating data on the TextFrame object, for use in `textFrame.set({ ... })`. */
67363
+ /** An interface for updating data on the `TextFrame` object, for use in `textFrame.set({ ... })`. */
67363
67364
  interface TextFrameUpdateData {
67364
67365
  /**
67365
67366
  * The automatic sizing settings for the text frame. A text frame can be set to automatically fit the text to the text frame, to automatically fit the text frame to the text, or not perform any automatic sizing.
@@ -67439,7 +67440,7 @@ declare namespace Excel {
67439
67440
  */
67440
67441
  verticalOverflow?: Excel.ShapeTextVerticalOverflow | "Overflow" | "Ellipsis" | "Clip";
67441
67442
  }
67442
- /** An interface for updating data on the TextRange object, for use in `textRange.set({ ... })`. */
67443
+ /** An interface for updating data on the `TextRange` object, for use in `textRange.set({ ... })`. */
67443
67444
  interface TextRangeUpdateData {
67444
67445
  /**
67445
67446
  * Returns a `ShapeFont` object that represents the font attributes for the text range.
@@ -67456,7 +67457,7 @@ declare namespace Excel {
67456
67457
  */
67457
67458
  text?: string;
67458
67459
  }
67459
- /** An interface for updating data on the ShapeFont object, for use in `shapeFont.set({ ... })`. */
67460
+ /** An interface for updating data on the `ShapeFont` object, for use in `shapeFont.set({ ... })`. */
67460
67461
  interface ShapeFontUpdateData {
67461
67462
  /**
67462
67463
  * Represents the bold status of font. Returns `null` if the `TextRange` includes both bold and non-bold text fragments.
@@ -67501,7 +67502,7 @@ declare namespace Excel {
67501
67502
  */
67502
67503
  underline?: Excel.ShapeFontUnderlineStyle | "None" | "Single" | "Double" | "Heavy" | "Dotted" | "DottedHeavy" | "Dash" | "DashHeavy" | "DashLong" | "DashLongHeavy" | "DotDash" | "DotDashHeavy" | "DotDotDash" | "DotDotDashHeavy" | "Wavy" | "WavyHeavy" | "WavyDouble";
67503
67504
  }
67504
- /** An interface for updating data on the Slicer object, for use in `slicer.set({ ... })`. */
67505
+ /** An interface for updating data on the `Slicer` object, for use in `slicer.set({ ... })`. */
67505
67506
  interface SlicerUpdateData {
67506
67507
  /**
67507
67508
  * Represents the worksheet containing the slicer.
@@ -67571,11 +67572,11 @@ declare namespace Excel {
67571
67572
  */
67572
67573
  width?: number;
67573
67574
  }
67574
- /** An interface for updating data on the SlicerCollection object, for use in `slicerCollection.set({ ... })`. */
67575
+ /** An interface for updating data on the `SlicerCollection` object, for use in `slicerCollection.set({ ... })`. */
67575
67576
  interface SlicerCollectionUpdateData {
67576
67577
  items?: Excel.Interfaces.SlicerData[];
67577
67578
  }
67578
- /** An interface for updating data on the SlicerItem object, for use in `slicerItem.set({ ... })`. */
67579
+ /** An interface for updating data on the `SlicerItem` object, for use in `slicerItem.set({ ... })`. */
67579
67580
  interface SlicerItemUpdateData {
67580
67581
  /**
67581
67582
  * Value is `true` if the slicer item is selected.
@@ -67587,11 +67588,11 @@ declare namespace Excel {
67587
67588
  */
67588
67589
  isSelected?: boolean;
67589
67590
  }
67590
- /** An interface for updating data on the SlicerItemCollection object, for use in `slicerItemCollection.set({ ... })`. */
67591
+ /** An interface for updating data on the `SlicerItemCollection` object, for use in `slicerItemCollection.set({ ... })`. */
67591
67592
  interface SlicerItemCollectionUpdateData {
67592
67593
  items?: Excel.Interfaces.SlicerItemData[];
67593
67594
  }
67594
- /** An interface for updating data on the NamedSheetView object, for use in `namedSheetView.set({ ... })`. */
67595
+ /** An interface for updating data on the `NamedSheetView` object, for use in `namedSheetView.set({ ... })`. */
67595
67596
  interface NamedSheetViewUpdateData {
67596
67597
  /**
67597
67598
  * Gets or sets the name of the sheet view.
@@ -67602,7 +67603,7 @@ declare namespace Excel {
67602
67603
  */
67603
67604
  name?: string;
67604
67605
  }
67605
- /** An interface for updating data on the NamedSheetViewCollection object, for use in `namedSheetViewCollection.set({ ... })`. */
67606
+ /** An interface for updating data on the `NamedSheetViewCollection` object, for use in `namedSheetViewCollection.set({ ... })`. */
67606
67607
  interface NamedSheetViewCollectionUpdateData {
67607
67608
  items?: Excel.Interfaces.NamedSheetViewData[];
67608
67609
  }
@@ -68365,7 +68366,7 @@ declare namespace Excel {
68365
68366
  */
68366
68367
  linkedDataTypeState?: Excel.LinkedDataTypeState[][];
68367
68368
  /**
68368
- * Represents Excel's number format code for the given range. For more information about Excel number formatting, see {@link https://support.microsoft.com/office/number-format-codes-5026bbd6-04bc-48cd-bf33-80f18b4eae68 | Number format codes}.
68369
+ * Represents Excel's number format code for the given range. For more information about Excel number formatting, see {@link https://support.microsoft.com/office/5026bbd6-04bc-48cd-bf33-80f18b4eae68 | Number format codes}.
68369
68370
  *
68370
68371
  * @remarks
68371
68372
  * [Api set: ExcelApi 1.1]
@@ -72268,7 +72269,7 @@ declare namespace Excel {
72268
72269
  */
72269
72270
  category?: string;
72270
72271
  /**
72271
- * The comments of the workbook.
72272
+ * The comment field in the metadata of the workbook. These have no connection to comments by users made in the workbork.
72272
72273
  *
72273
72274
  * @remarks
72274
72275
  * [Api set: ExcelApi 1.7]
@@ -72815,7 +72816,7 @@ declare namespace Excel {
72815
72816
  */
72816
72817
  font?: Excel.Interfaces.ConditionalRangeFontData;
72817
72818
  /**
72818
- * Represents Excel's number format code for the given range. For more information about Excel number formatting, see {@link https://support.microsoft.com/office/number-format-codes-5026bbd6-04bc-48cd-bf33-80f18b4eae68 | Number format codes}.
72819
+ * Represents Excel's number format code for the given range. For more information about Excel number formatting, see {@link https://support.microsoft.com/office/5026bbd6-04bc-48cd-bf33-80f18b4eae68 | Number format codes}.
72819
72820
  Cleared if `null` is passed in.
72820
72821
  *
72821
72822
  * @remarks
@@ -74253,7 +74254,7 @@ declare namespace Excel {
74253
74254
  */
74254
74255
  interface AllowEditRangeLoadOptions {
74255
74256
  /**
74256
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
74257
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
74257
74258
  */
74258
74259
  $all?: boolean;
74259
74260
  /**
@@ -74292,7 +74293,7 @@ declare namespace Excel {
74292
74293
  */
74293
74294
  interface AllowEditRangeCollectionLoadOptions {
74294
74295
  /**
74295
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
74296
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
74296
74297
  */
74297
74298
  $all?: boolean;
74298
74299
  /**
@@ -74330,7 +74331,7 @@ declare namespace Excel {
74330
74331
  */
74331
74332
  interface QueryLoadOptions {
74332
74333
  /**
74333
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
74334
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
74334
74335
  */
74335
74336
  $all?: boolean;
74336
74337
  /**
@@ -74386,7 +74387,7 @@ declare namespace Excel {
74386
74387
  */
74387
74388
  interface QueryCollectionLoadOptions {
74388
74389
  /**
74389
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
74390
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
74390
74391
  */
74391
74392
  $all?: boolean;
74392
74393
  /**
@@ -74444,7 +74445,7 @@ declare namespace Excel {
74444
74445
  */
74445
74446
  interface LinkedWorkbookLoadOptions {
74446
74447
  /**
74447
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
74448
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
74448
74449
  */
74449
74450
  $all?: boolean;
74450
74451
  /**
@@ -74463,7 +74464,7 @@ declare namespace Excel {
74463
74464
  */
74464
74465
  interface LinkedWorkbookCollectionLoadOptions {
74465
74466
  /**
74466
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
74467
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
74467
74468
  */
74468
74469
  $all?: boolean;
74469
74470
  /**
@@ -74482,7 +74483,7 @@ declare namespace Excel {
74482
74483
  */
74483
74484
  interface RuntimeLoadOptions {
74484
74485
  /**
74485
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
74486
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
74486
74487
  */
74487
74488
  $all?: boolean;
74488
74489
  /**
@@ -74501,7 +74502,7 @@ declare namespace Excel {
74501
74502
  */
74502
74503
  interface ApplicationLoadOptions {
74503
74504
  /**
74504
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
74505
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
74505
74506
  */
74506
74507
  $all?: boolean;
74507
74508
  /**
@@ -74572,7 +74573,7 @@ declare namespace Excel {
74572
74573
  */
74573
74574
  interface IterativeCalculationLoadOptions {
74574
74575
  /**
74575
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
74576
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
74576
74577
  */
74577
74578
  $all?: boolean;
74578
74579
  /**
@@ -74606,7 +74607,7 @@ declare namespace Excel {
74606
74607
  */
74607
74608
  interface WorkbookLoadOptions {
74608
74609
  /**
74609
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
74610
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
74610
74611
  */
74611
74612
  $all?: boolean;
74612
74613
  /**
@@ -74719,7 +74720,7 @@ declare namespace Excel {
74719
74720
  */
74720
74721
  interface WorkbookProtectionLoadOptions {
74721
74722
  /**
74722
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
74723
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
74723
74724
  */
74724
74725
  $all?: boolean;
74725
74726
  /**
@@ -74739,7 +74740,7 @@ declare namespace Excel {
74739
74740
  */
74740
74741
  interface WorksheetLoadOptions {
74741
74742
  /**
74742
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
74743
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
74743
74744
  */
74744
74745
  $all?: boolean;
74745
74746
  /**
@@ -74867,7 +74868,7 @@ declare namespace Excel {
74867
74868
  */
74868
74869
  interface WorksheetCollectionLoadOptions {
74869
74870
  /**
74870
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
74871
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
74871
74872
  */
74872
74873
  $all?: boolean;
74873
74874
  /**
@@ -74995,7 +74996,7 @@ declare namespace Excel {
74995
74996
  */
74996
74997
  interface WorksheetProtectionLoadOptions {
74997
74998
  /**
74998
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
74999
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
74999
75000
  */
75000
75001
  $all?: boolean;
75001
75002
  /**
@@ -75051,7 +75052,7 @@ declare namespace Excel {
75051
75052
  */
75052
75053
  interface RangeLoadOptions {
75053
75054
  /**
75054
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
75055
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
75055
75056
  */
75056
75057
  $all?: boolean;
75057
75058
  /**
@@ -75197,7 +75198,7 @@ declare namespace Excel {
75197
75198
  */
75198
75199
  linkedDataTypeState?: boolean;
75199
75200
  /**
75200
- * Represents Excel's number format code for the given range. For more information about Excel number formatting, see {@link https://support.microsoft.com/office/number-format-codes-5026bbd6-04bc-48cd-bf33-80f18b4eae68 | Number format codes}.
75201
+ * Represents Excel's number format code for the given range. For more information about Excel number formatting, see {@link https://support.microsoft.com/office/5026bbd6-04bc-48cd-bf33-80f18b4eae68 | Number format codes}.
75201
75202
  *
75202
75203
  * @remarks
75203
75204
  * [Api set: ExcelApi 1.1]
@@ -75322,7 +75323,7 @@ declare namespace Excel {
75322
75323
  */
75323
75324
  interface RangeAreasLoadOptions {
75324
75325
  /**
75325
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
75326
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
75326
75327
  */
75327
75328
  $all?: boolean;
75328
75329
  /**
@@ -75406,7 +75407,7 @@ declare namespace Excel {
75406
75407
  */
75407
75408
  interface WorkbookRangeAreasLoadOptions {
75408
75409
  /**
75409
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
75410
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
75410
75411
  */
75411
75412
  $all?: boolean;
75412
75413
  /**
@@ -75425,7 +75426,7 @@ declare namespace Excel {
75425
75426
  */
75426
75427
  interface RangeViewLoadOptions {
75427
75428
  /**
75428
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
75429
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
75429
75430
  */
75430
75431
  $all?: boolean;
75431
75432
  /**
@@ -75532,7 +75533,7 @@ declare namespace Excel {
75532
75533
  */
75533
75534
  interface RangeViewCollectionLoadOptions {
75534
75535
  /**
75535
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
75536
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
75536
75537
  */
75537
75538
  $all?: boolean;
75538
75539
  /**
@@ -75639,7 +75640,7 @@ declare namespace Excel {
75639
75640
  */
75640
75641
  interface SettingCollectionLoadOptions {
75641
75642
  /**
75642
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
75643
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
75643
75644
  */
75644
75645
  $all?: boolean;
75645
75646
  /**
@@ -75665,7 +75666,7 @@ declare namespace Excel {
75665
75666
  */
75666
75667
  interface SettingLoadOptions {
75667
75668
  /**
75668
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
75669
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
75669
75670
  */
75670
75671
  $all?: boolean;
75671
75672
  /**
@@ -75691,7 +75692,7 @@ declare namespace Excel {
75691
75692
  */
75692
75693
  interface NamedItemCollectionLoadOptions {
75693
75694
  /**
75694
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
75695
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
75695
75696
  */
75696
75697
  $all?: boolean;
75697
75698
  /**
@@ -75793,7 +75794,7 @@ declare namespace Excel {
75793
75794
  */
75794
75795
  interface NamedItemLoadOptions {
75795
75796
  /**
75796
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
75797
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
75797
75798
  */
75798
75799
  $all?: boolean;
75799
75800
  /**
@@ -75895,7 +75896,7 @@ declare namespace Excel {
75895
75896
  */
75896
75897
  interface NamedItemArrayValuesLoadOptions {
75897
75898
  /**
75898
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
75899
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
75899
75900
  */
75900
75901
  $all?: boolean;
75901
75902
  /**
@@ -75939,7 +75940,7 @@ declare namespace Excel {
75939
75940
  */
75940
75941
  interface BindingLoadOptions {
75941
75942
  /**
75942
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
75943
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
75943
75944
  */
75944
75945
  $all?: boolean;
75945
75946
  /**
@@ -75965,7 +75966,7 @@ declare namespace Excel {
75965
75966
  */
75966
75967
  interface BindingCollectionLoadOptions {
75967
75968
  /**
75968
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
75969
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
75969
75970
  */
75970
75971
  $all?: boolean;
75971
75972
  /**
@@ -75991,7 +75992,7 @@ declare namespace Excel {
75991
75992
  */
75992
75993
  interface TableCollectionLoadOptions {
75993
75994
  /**
75994
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
75995
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
75995
75996
  */
75996
75997
  $all?: boolean;
75997
75998
  /**
@@ -76117,7 +76118,7 @@ declare namespace Excel {
76117
76118
  */
76118
76119
  interface TableScopedCollectionLoadOptions {
76119
76120
  /**
76120
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
76121
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
76121
76122
  */
76122
76123
  $all?: boolean;
76123
76124
  /**
@@ -76131,28 +76132,28 @@ declare namespace Excel {
76131
76132
  * For EACH ITEM in the collection: Represents a collection of all the columns in the table.
76132
76133
  *
76133
76134
  * @remarks
76134
- * [Api set: ExcelApi 1.1]
76135
+ * [Api set: ExcelApi 1.9]
76135
76136
  */
76136
76137
  columns?: Excel.Interfaces.TableColumnCollectionLoadOptions;
76137
76138
  /**
76138
76139
  * For EACH ITEM in the collection: Represents a collection of all the rows in the table.
76139
76140
  *
76140
76141
  * @remarks
76141
- * [Api set: ExcelApi 1.1]
76142
+ * [Api set: ExcelApi 1.9]
76142
76143
  */
76143
76144
  rows?: Excel.Interfaces.TableRowCollectionLoadOptions;
76144
76145
  /**
76145
76146
  * For EACH ITEM in the collection: Represents the sorting for the table.
76146
76147
  *
76147
76148
  * @remarks
76148
- * [Api set: ExcelApi 1.2]
76149
+ * [Api set: ExcelApi 1.9]
76149
76150
  */
76150
76151
  sort?: Excel.Interfaces.TableSortLoadOptions;
76151
76152
  /**
76152
76153
  * For EACH ITEM in the collection: The worksheet containing the current table.
76153
76154
  *
76154
76155
  * @remarks
76155
- * [Api set: ExcelApi 1.2]
76156
+ * [Api set: ExcelApi 1.9]
76156
76157
  */
76157
76158
  worksheet?: Excel.Interfaces.WorksheetLoadOptions;
76158
76159
  /**
@@ -76244,7 +76245,7 @@ declare namespace Excel {
76244
76245
  */
76245
76246
  interface TableLoadOptions {
76246
76247
  /**
76247
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
76248
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
76248
76249
  */
76249
76250
  $all?: boolean;
76250
76251
  /**
@@ -76370,7 +76371,7 @@ declare namespace Excel {
76370
76371
  */
76371
76372
  interface TableColumnCollectionLoadOptions {
76372
76373
  /**
76373
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
76374
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
76374
76375
  */
76375
76376
  $all?: boolean;
76376
76377
  /**
@@ -76436,7 +76437,7 @@ declare namespace Excel {
76436
76437
  */
76437
76438
  interface TableColumnLoadOptions {
76438
76439
  /**
76439
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
76440
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
76440
76441
  */
76441
76442
  $all?: boolean;
76442
76443
  /**
@@ -76507,7 +76508,7 @@ declare namespace Excel {
76507
76508
  */
76508
76509
  interface TableRowCollectionLoadOptions {
76509
76510
  /**
76510
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
76511
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
76511
76512
  */
76512
76513
  $all?: boolean;
76513
76514
  /**
@@ -76557,7 +76558,7 @@ declare namespace Excel {
76557
76558
  */
76558
76559
  interface TableRowLoadOptions {
76559
76560
  /**
76560
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
76561
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
76561
76562
  */
76562
76563
  $all?: boolean;
76563
76564
  /**
@@ -76603,7 +76604,7 @@ declare namespace Excel {
76603
76604
  */
76604
76605
  interface DataValidationLoadOptions {
76605
76606
  /**
76606
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
76607
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
76607
76608
  */
76608
76609
  $all?: boolean;
76609
76610
  /**
@@ -76659,7 +76660,7 @@ declare namespace Excel {
76659
76660
  */
76660
76661
  interface RemoveDuplicatesResultLoadOptions {
76661
76662
  /**
76662
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
76663
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
76663
76664
  */
76664
76665
  $all?: boolean;
76665
76666
  /**
@@ -76685,7 +76686,7 @@ declare namespace Excel {
76685
76686
  */
76686
76687
  interface RangeFormatLoadOptions {
76687
76688
  /**
76688
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
76689
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
76689
76690
  */
76690
76691
  $all?: boolean;
76691
76692
  /**
@@ -76819,7 +76820,7 @@ declare namespace Excel {
76819
76820
  */
76820
76821
  interface FormatProtectionLoadOptions {
76821
76822
  /**
76822
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
76823
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
76823
76824
  */
76824
76825
  $all?: boolean;
76825
76826
  /**
@@ -76845,7 +76846,7 @@ declare namespace Excel {
76845
76846
  */
76846
76847
  interface RangeFillLoadOptions {
76847
76848
  /**
76848
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
76849
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
76849
76850
  */
76850
76851
  $all?: boolean;
76851
76852
  /**
@@ -76895,7 +76896,7 @@ declare namespace Excel {
76895
76896
  */
76896
76897
  interface RangeBorderLoadOptions {
76897
76898
  /**
76898
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
76899
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
76899
76900
  */
76900
76901
  $all?: boolean;
76901
76902
  /**
@@ -76943,7 +76944,7 @@ declare namespace Excel {
76943
76944
  */
76944
76945
  interface RangeBorderCollectionLoadOptions {
76945
76946
  /**
76946
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
76947
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
76947
76948
  */
76948
76949
  $all?: boolean;
76949
76950
  /**
@@ -76991,7 +76992,7 @@ declare namespace Excel {
76991
76992
  */
76992
76993
  interface RangeFontLoadOptions {
76993
76994
  /**
76994
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
76995
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
76995
76996
  */
76996
76997
  $all?: boolean;
76997
76998
  /**
@@ -77080,7 +77081,7 @@ declare namespace Excel {
77080
77081
  */
77081
77082
  interface ChartCollectionLoadOptions {
77082
77083
  /**
77083
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
77084
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
77084
77085
  */
77085
77086
  $all?: boolean;
77086
77087
  /**
@@ -77263,7 +77264,7 @@ declare namespace Excel {
77263
77264
  */
77264
77265
  interface ChartLoadOptions {
77265
77266
  /**
77266
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
77267
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
77267
77268
  */
77268
77269
  $all?: boolean;
77269
77270
  /**
@@ -77445,7 +77446,7 @@ declare namespace Excel {
77445
77446
  */
77446
77447
  interface ChartPivotOptionsLoadOptions {
77447
77448
  /**
77448
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
77449
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
77449
77450
  */
77450
77451
  $all?: boolean;
77451
77452
  /**
@@ -77485,7 +77486,7 @@ declare namespace Excel {
77485
77486
  */
77486
77487
  interface ChartAreaFormatLoadOptions {
77487
77488
  /**
77488
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
77489
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
77489
77490
  */
77490
77491
  $all?: boolean;
77491
77492
  /**
@@ -77525,7 +77526,7 @@ declare namespace Excel {
77525
77526
  */
77526
77527
  interface ChartSeriesCollectionLoadOptions {
77527
77528
  /**
77528
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
77529
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
77529
77530
  */
77530
77531
  $all?: boolean;
77531
77532
  /**
@@ -77855,7 +77856,7 @@ declare namespace Excel {
77855
77856
  */
77856
77857
  interface ChartSeriesLoadOptions {
77857
77858
  /**
77858
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
77859
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
77859
77860
  */
77860
77861
  $all?: boolean;
77861
77862
  /**
@@ -78185,7 +78186,7 @@ declare namespace Excel {
78185
78186
  */
78186
78187
  interface ChartSeriesFormatLoadOptions {
78187
78188
  /**
78188
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
78189
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
78189
78190
  */
78190
78191
  $all?: boolean;
78191
78192
  /**
@@ -78204,7 +78205,7 @@ declare namespace Excel {
78204
78205
  */
78205
78206
  interface ChartPointsCollectionLoadOptions {
78206
78207
  /**
78207
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
78208
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
78208
78209
  */
78209
78210
  $all?: boolean;
78210
78211
  /**
@@ -78273,7 +78274,7 @@ declare namespace Excel {
78273
78274
  */
78274
78275
  interface ChartPointLoadOptions {
78275
78276
  /**
78276
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
78277
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
78277
78278
  */
78278
78279
  $all?: boolean;
78279
78280
  /**
@@ -78342,7 +78343,7 @@ declare namespace Excel {
78342
78343
  */
78343
78344
  interface ChartPointFormatLoadOptions {
78344
78345
  /**
78345
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
78346
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
78346
78347
  */
78347
78348
  $all?: boolean;
78348
78349
  /**
@@ -78361,7 +78362,7 @@ declare namespace Excel {
78361
78362
  */
78362
78363
  interface ChartAxesLoadOptions {
78363
78364
  /**
78364
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
78365
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
78365
78366
  */
78366
78367
  $all?: boolean;
78367
78368
  /**
@@ -78394,7 +78395,7 @@ declare namespace Excel {
78394
78395
  */
78395
78396
  interface ChartAxisLoadOptions {
78396
78397
  /**
78397
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
78398
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
78398
78399
  */
78399
78400
  $all?: boolean;
78400
78401
  /**
@@ -78679,7 +78680,7 @@ declare namespace Excel {
78679
78680
  */
78680
78681
  interface ChartAxisFormatLoadOptions {
78681
78682
  /**
78682
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
78683
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
78683
78684
  */
78684
78685
  $all?: boolean;
78685
78686
  /**
@@ -78705,7 +78706,7 @@ declare namespace Excel {
78705
78706
  */
78706
78707
  interface ChartAxisTitleLoadOptions {
78707
78708
  /**
78708
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
78709
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
78709
78710
  */
78710
78711
  $all?: boolean;
78711
78712
  /**
@@ -78745,7 +78746,7 @@ declare namespace Excel {
78745
78746
  */
78746
78747
  interface ChartAxisTitleFormatLoadOptions {
78747
78748
  /**
78748
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
78749
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
78749
78750
  */
78750
78751
  $all?: boolean;
78751
78752
  /**
@@ -78771,7 +78772,7 @@ declare namespace Excel {
78771
78772
  */
78772
78773
  interface ChartDataLabelsLoadOptions {
78773
78774
  /**
78774
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
78775
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
78775
78776
  */
78776
78777
  $all?: boolean;
78777
78778
  /**
@@ -78890,7 +78891,7 @@ declare namespace Excel {
78890
78891
  */
78891
78892
  interface ChartDataLabelLoadOptions {
78892
78893
  /**
78893
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
78894
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
78894
78895
  */
78895
78896
  $all?: boolean;
78896
78897
  /**
@@ -79051,7 +79052,7 @@ declare namespace Excel {
79051
79052
  */
79052
79053
  interface ChartDataLabelFormatLoadOptions {
79053
79054
  /**
79054
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
79055
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
79055
79056
  */
79056
79057
  $all?: boolean;
79057
79058
  /**
@@ -79077,7 +79078,7 @@ declare namespace Excel {
79077
79078
  */
79078
79079
  interface ChartDataTableLoadOptions {
79079
79080
  /**
79080
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
79081
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
79081
79082
  */
79082
79083
  $all?: boolean;
79083
79084
  /**
@@ -79131,7 +79132,7 @@ declare namespace Excel {
79131
79132
  */
79132
79133
  interface ChartDataTableFormatLoadOptions {
79133
79134
  /**
79134
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
79135
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
79135
79136
  */
79136
79137
  $all?: boolean;
79137
79138
  /**
@@ -79157,7 +79158,7 @@ declare namespace Excel {
79157
79158
  */
79158
79159
  interface ChartErrorBarsLoadOptions {
79159
79160
  /**
79160
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
79161
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
79161
79162
  */
79162
79163
  $all?: boolean;
79163
79164
  /**
@@ -79204,7 +79205,7 @@ declare namespace Excel {
79204
79205
  */
79205
79206
  interface ChartErrorBarsFormatLoadOptions {
79206
79207
  /**
79207
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
79208
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
79208
79209
  */
79209
79210
  $all?: boolean;
79210
79211
  /**
@@ -79223,7 +79224,7 @@ declare namespace Excel {
79223
79224
  */
79224
79225
  interface ChartGridlinesLoadOptions {
79225
79226
  /**
79226
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
79227
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
79227
79228
  */
79228
79229
  $all?: boolean;
79229
79230
  /**
@@ -79249,7 +79250,7 @@ declare namespace Excel {
79249
79250
  */
79250
79251
  interface ChartGridlinesFormatLoadOptions {
79251
79252
  /**
79252
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
79253
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
79253
79254
  */
79254
79255
  $all?: boolean;
79255
79256
  /**
@@ -79268,7 +79269,7 @@ declare namespace Excel {
79268
79269
  */
79269
79270
  interface ChartLegendLoadOptions {
79270
79271
  /**
79271
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
79272
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
79272
79273
  */
79273
79274
  $all?: boolean;
79274
79275
  /**
@@ -79343,7 +79344,7 @@ declare namespace Excel {
79343
79344
  */
79344
79345
  interface ChartLegendEntryLoadOptions {
79345
79346
  /**
79346
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
79347
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
79347
79348
  */
79348
79349
  $all?: boolean;
79349
79350
  /**
@@ -79397,7 +79398,7 @@ declare namespace Excel {
79397
79398
  */
79398
79399
  interface ChartLegendEntryCollectionLoadOptions {
79399
79400
  /**
79400
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
79401
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
79401
79402
  */
79402
79403
  $all?: boolean;
79403
79404
  /**
@@ -79451,7 +79452,7 @@ declare namespace Excel {
79451
79452
  */
79452
79453
  interface ChartLegendFormatLoadOptions {
79453
79454
  /**
79454
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
79455
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
79455
79456
  */
79456
79457
  $all?: boolean;
79457
79458
  /**
@@ -79477,7 +79478,7 @@ declare namespace Excel {
79477
79478
  */
79478
79479
  interface ChartMapOptionsLoadOptions {
79479
79480
  /**
79480
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
79481
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
79481
79482
  */
79482
79483
  $all?: boolean;
79483
79484
  /**
@@ -79510,7 +79511,7 @@ declare namespace Excel {
79510
79511
  */
79511
79512
  interface ChartTitleLoadOptions {
79512
79513
  /**
79513
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
79514
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
79514
79515
  */
79515
79516
  $all?: boolean;
79516
79517
  /**
@@ -79613,7 +79614,7 @@ declare namespace Excel {
79613
79614
  */
79614
79615
  interface ChartFormatStringLoadOptions {
79615
79616
  /**
79616
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
79617
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
79617
79618
  */
79618
79619
  $all?: boolean;
79619
79620
  /**
@@ -79632,7 +79633,7 @@ declare namespace Excel {
79632
79633
  */
79633
79634
  interface ChartTitleFormatLoadOptions {
79634
79635
  /**
79635
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
79636
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
79636
79637
  */
79637
79638
  $all?: boolean;
79638
79639
  /**
@@ -79658,7 +79659,7 @@ declare namespace Excel {
79658
79659
  */
79659
79660
  interface ChartBorderLoadOptions {
79660
79661
  /**
79661
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
79662
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
79662
79663
  */
79663
79664
  $all?: boolean;
79664
79665
  /**
@@ -79691,7 +79692,7 @@ declare namespace Excel {
79691
79692
  */
79692
79693
  interface ChartBinOptionsLoadOptions {
79693
79694
  /**
79694
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
79695
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
79695
79696
  */
79696
79697
  $all?: boolean;
79697
79698
  /**
@@ -79752,7 +79753,7 @@ declare namespace Excel {
79752
79753
  */
79753
79754
  interface ChartBoxwhiskerOptionsLoadOptions {
79754
79755
  /**
79755
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
79756
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
79756
79757
  */
79757
79758
  $all?: boolean;
79758
79759
  /**
@@ -79799,7 +79800,7 @@ declare namespace Excel {
79799
79800
  */
79800
79801
  interface ChartLineFormatLoadOptions {
79801
79802
  /**
79802
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
79803
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
79803
79804
  */
79804
79805
  $all?: boolean;
79805
79806
  /**
@@ -79832,7 +79833,7 @@ declare namespace Excel {
79832
79833
  */
79833
79834
  interface ChartFontLoadOptions {
79834
79835
  /**
79835
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
79836
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
79836
79837
  */
79837
79838
  $all?: boolean;
79838
79839
  /**
@@ -79886,7 +79887,7 @@ declare namespace Excel {
79886
79887
  */
79887
79888
  interface ChartTrendlineLoadOptions {
79888
79889
  /**
79889
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
79890
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
79890
79891
  */
79891
79892
  $all?: boolean;
79892
79893
  /**
@@ -79975,7 +79976,7 @@ declare namespace Excel {
79975
79976
  */
79976
79977
  interface ChartTrendlineCollectionLoadOptions {
79977
79978
  /**
79978
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
79979
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
79979
79980
  */
79980
79981
  $all?: boolean;
79981
79982
  /**
@@ -80064,7 +80065,7 @@ declare namespace Excel {
80064
80065
  */
80065
80066
  interface ChartTrendlineFormatLoadOptions {
80066
80067
  /**
80067
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
80068
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
80068
80069
  */
80069
80070
  $all?: boolean;
80070
80071
  /**
@@ -80083,7 +80084,7 @@ declare namespace Excel {
80083
80084
  */
80084
80085
  interface ChartTrendlineLabelLoadOptions {
80085
80086
  /**
80086
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
80087
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
80087
80088
  */
80088
80089
  $all?: boolean;
80089
80090
  /**
@@ -80188,7 +80189,7 @@ declare namespace Excel {
80188
80189
  */
80189
80190
  interface ChartTrendlineLabelFormatLoadOptions {
80190
80191
  /**
80191
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
80192
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
80192
80193
  */
80193
80194
  $all?: boolean;
80194
80195
  /**
@@ -80214,7 +80215,7 @@ declare namespace Excel {
80214
80215
  */
80215
80216
  interface ChartPlotAreaLoadOptions {
80216
80217
  /**
80217
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
80218
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
80218
80219
  */
80219
80220
  $all?: boolean;
80220
80221
  /**
@@ -80296,7 +80297,7 @@ declare namespace Excel {
80296
80297
  */
80297
80298
  interface ChartPlotAreaFormatLoadOptions {
80298
80299
  /**
80299
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
80300
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
80300
80301
  */
80301
80302
  $all?: boolean;
80302
80303
  /**
@@ -80315,7 +80316,7 @@ declare namespace Excel {
80315
80316
  */
80316
80317
  interface TableSortLoadOptions {
80317
80318
  /**
80318
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
80319
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
80319
80320
  */
80320
80321
  $all?: boolean;
80321
80322
  /**
@@ -80348,7 +80349,7 @@ declare namespace Excel {
80348
80349
  */
80349
80350
  interface FilterLoadOptions {
80350
80351
  /**
80351
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
80352
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
80352
80353
  */
80353
80354
  $all?: boolean;
80354
80355
  /**
@@ -80368,7 +80369,7 @@ declare namespace Excel {
80368
80369
  */
80369
80370
  interface AutoFilterLoadOptions {
80370
80371
  /**
80371
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
80372
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
80372
80373
  */
80373
80374
  $all?: boolean;
80374
80375
  /**
@@ -80401,7 +80402,7 @@ declare namespace Excel {
80401
80402
  */
80402
80403
  interface CultureInfoLoadOptions {
80403
80404
  /**
80404
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
80405
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
80405
80406
  */
80406
80407
  $all?: boolean;
80407
80408
  /**
@@ -80434,7 +80435,7 @@ declare namespace Excel {
80434
80435
  */
80435
80436
  interface NumberFormatInfoLoadOptions {
80436
80437
  /**
80437
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
80438
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
80438
80439
  */
80439
80440
  $all?: boolean;
80440
80441
  /**
@@ -80467,7 +80468,7 @@ declare namespace Excel {
80467
80468
  */
80468
80469
  interface DatetimeFormatInfoLoadOptions {
80469
80470
  /**
80470
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
80471
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
80471
80472
  */
80472
80473
  $all?: boolean;
80473
80474
  /**
@@ -80516,7 +80517,7 @@ declare namespace Excel {
80516
80517
  */
80517
80518
  interface CustomXmlPartScopedCollectionLoadOptions {
80518
80519
  /**
80519
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
80520
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
80520
80521
  */
80521
80522
  $all?: boolean;
80522
80523
  /**
@@ -80542,7 +80543,7 @@ declare namespace Excel {
80542
80543
  */
80543
80544
  interface CustomXmlPartCollectionLoadOptions {
80544
80545
  /**
80545
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
80546
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
80546
80547
  */
80547
80548
  $all?: boolean;
80548
80549
  /**
@@ -80568,7 +80569,7 @@ declare namespace Excel {
80568
80569
  */
80569
80570
  interface CustomXmlPartLoadOptions {
80570
80571
  /**
80571
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
80572
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
80572
80573
  */
80573
80574
  $all?: boolean;
80574
80575
  /**
@@ -80594,21 +80595,21 @@ declare namespace Excel {
80594
80595
  */
80595
80596
  interface PivotTableScopedCollectionLoadOptions {
80596
80597
  /**
80597
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
80598
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
80598
80599
  */
80599
80600
  $all?: boolean;
80600
80601
  /**
80601
80602
  * For EACH ITEM in the collection: The PivotLayout describing the layout and visual structure of the PivotTable.
80602
80603
  *
80603
80604
  * @remarks
80604
- * [Api set: ExcelApi 1.8]
80605
+ * [Api set: ExcelApi 1.12]
80605
80606
  */
80606
80607
  layout?: Excel.Interfaces.PivotLayoutLoadOptions;
80607
80608
  /**
80608
80609
  * For EACH ITEM in the collection: The worksheet containing the current PivotTable.
80609
80610
  *
80610
80611
  * @remarks
80611
- * [Api set: ExcelApi 1.3]
80612
+ * [Api set: ExcelApi 1.12]
80612
80613
  */
80613
80614
  worksheet?: Excel.Interfaces.WorksheetLoadOptions;
80614
80615
  /**
@@ -80662,7 +80663,7 @@ declare namespace Excel {
80662
80663
  */
80663
80664
  interface PivotTableCollectionLoadOptions {
80664
80665
  /**
80665
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
80666
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
80666
80667
  */
80667
80668
  $all?: boolean;
80668
80669
  /**
@@ -80731,7 +80732,7 @@ declare namespace Excel {
80731
80732
  */
80732
80733
  interface PivotTableLoadOptions {
80733
80734
  /**
80734
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
80735
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
80735
80736
  */
80736
80737
  $all?: boolean;
80737
80738
  /**
@@ -80799,7 +80800,7 @@ declare namespace Excel {
80799
80800
  */
80800
80801
  interface PivotLayoutLoadOptions {
80801
80802
  /**
80802
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
80803
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
80803
80804
  */
80804
80805
  $all?: boolean;
80805
80806
  /**
@@ -80906,7 +80907,7 @@ declare namespace Excel {
80906
80907
  */
80907
80908
  interface PivotHierarchyCollectionLoadOptions {
80908
80909
  /**
80909
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
80910
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
80910
80911
  */
80911
80912
  $all?: boolean;
80912
80913
  /**
@@ -80932,7 +80933,7 @@ declare namespace Excel {
80932
80933
  */
80933
80934
  interface PivotHierarchyLoadOptions {
80934
80935
  /**
80935
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
80936
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
80936
80937
  */
80937
80938
  $all?: boolean;
80938
80939
  /**
@@ -80958,7 +80959,7 @@ declare namespace Excel {
80958
80959
  */
80959
80960
  interface RowColumnPivotHierarchyCollectionLoadOptions {
80960
80961
  /**
80961
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
80962
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
80962
80963
  */
80963
80964
  $all?: boolean;
80964
80965
  /**
@@ -80991,7 +80992,7 @@ declare namespace Excel {
80991
80992
  */
80992
80993
  interface RowColumnPivotHierarchyLoadOptions {
80993
80994
  /**
80994
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
80995
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
80995
80996
  */
80996
80997
  $all?: boolean;
80997
80998
  /**
@@ -81024,7 +81025,7 @@ declare namespace Excel {
81024
81025
  */
81025
81026
  interface FilterPivotHierarchyCollectionLoadOptions {
81026
81027
  /**
81027
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
81028
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
81028
81029
  */
81029
81030
  $all?: boolean;
81030
81031
  /**
@@ -81064,7 +81065,7 @@ declare namespace Excel {
81064
81065
  */
81065
81066
  interface FilterPivotHierarchyLoadOptions {
81066
81067
  /**
81067
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
81068
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
81068
81069
  */
81069
81070
  $all?: boolean;
81070
81071
  /**
@@ -81104,7 +81105,7 @@ declare namespace Excel {
81104
81105
  */
81105
81106
  interface DataPivotHierarchyCollectionLoadOptions {
81106
81107
  /**
81107
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
81108
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
81108
81109
  */
81109
81110
  $all?: boolean;
81110
81111
  /**
@@ -81165,7 +81166,7 @@ declare namespace Excel {
81165
81166
  */
81166
81167
  interface DataPivotHierarchyLoadOptions {
81167
81168
  /**
81168
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
81169
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
81169
81170
  */
81170
81171
  $all?: boolean;
81171
81172
  /**
@@ -81226,7 +81227,7 @@ declare namespace Excel {
81226
81227
  */
81227
81228
  interface PivotFieldCollectionLoadOptions {
81228
81229
  /**
81229
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
81230
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
81230
81231
  */
81231
81232
  $all?: boolean;
81232
81233
  /**
@@ -81266,7 +81267,7 @@ declare namespace Excel {
81266
81267
  */
81267
81268
  interface PivotFieldLoadOptions {
81268
81269
  /**
81269
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
81270
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
81270
81271
  */
81271
81272
  $all?: boolean;
81272
81273
  /**
@@ -81306,7 +81307,7 @@ declare namespace Excel {
81306
81307
  */
81307
81308
  interface PivotItemCollectionLoadOptions {
81308
81309
  /**
81309
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
81310
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
81310
81311
  */
81311
81312
  $all?: boolean;
81312
81313
  /**
@@ -81346,7 +81347,7 @@ declare namespace Excel {
81346
81347
  */
81347
81348
  interface PivotItemLoadOptions {
81348
81349
  /**
81349
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
81350
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
81350
81351
  */
81351
81352
  $all?: boolean;
81352
81353
  /**
@@ -81386,7 +81387,7 @@ declare namespace Excel {
81386
81387
  */
81387
81388
  interface WorksheetCustomPropertyLoadOptions {
81388
81389
  /**
81389
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
81390
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
81390
81391
  */
81391
81392
  $all?: boolean;
81392
81393
  /**
@@ -81412,7 +81413,7 @@ declare namespace Excel {
81412
81413
  */
81413
81414
  interface WorksheetCustomPropertyCollectionLoadOptions {
81414
81415
  /**
81415
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
81416
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
81416
81417
  */
81417
81418
  $all?: boolean;
81418
81419
  /**
@@ -81438,7 +81439,7 @@ declare namespace Excel {
81438
81439
  */
81439
81440
  interface DocumentPropertiesLoadOptions {
81440
81441
  /**
81441
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
81442
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
81442
81443
  */
81443
81444
  $all?: boolean;
81444
81445
  /**
@@ -81456,7 +81457,7 @@ declare namespace Excel {
81456
81457
  */
81457
81458
  category?: boolean;
81458
81459
  /**
81459
- * The comments of the workbook.
81460
+ * The comment field in the metadata of the workbook. These have no connection to comments by users made in the workbork.
81460
81461
  *
81461
81462
  * @remarks
81462
81463
  * [Api set: ExcelApi 1.7]
@@ -81527,7 +81528,7 @@ declare namespace Excel {
81527
81528
  */
81528
81529
  interface CustomPropertyLoadOptions {
81529
81530
  /**
81530
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
81531
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
81531
81532
  */
81532
81533
  $all?: boolean;
81533
81534
  /**
@@ -81560,7 +81561,7 @@ declare namespace Excel {
81560
81561
  */
81561
81562
  interface CustomPropertyCollectionLoadOptions {
81562
81563
  /**
81563
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
81564
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
81564
81565
  */
81565
81566
  $all?: boolean;
81566
81567
  /**
@@ -81593,7 +81594,7 @@ declare namespace Excel {
81593
81594
  */
81594
81595
  interface ConditionalFormatCollectionLoadOptions {
81595
81596
  /**
81596
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
81597
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
81597
81598
  */
81598
81599
  $all?: boolean;
81599
81600
  /**
@@ -81755,7 +81756,7 @@ declare namespace Excel {
81755
81756
  */
81756
81757
  interface ConditionalFormatLoadOptions {
81757
81758
  /**
81758
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
81759
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
81759
81760
  */
81760
81761
  $all?: boolean;
81761
81762
  /**
@@ -81916,7 +81917,7 @@ declare namespace Excel {
81916
81917
  */
81917
81918
  interface DataBarConditionalFormatLoadOptions {
81918
81919
  /**
81919
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
81920
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
81920
81921
  */
81921
81922
  $all?: boolean;
81922
81923
  /**
@@ -81987,7 +81988,7 @@ declare namespace Excel {
81987
81988
  */
81988
81989
  interface ConditionalDataBarPositiveFormatLoadOptions {
81989
81990
  /**
81990
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
81991
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
81991
81992
  */
81992
81993
  $all?: boolean;
81993
81994
  /**
@@ -82021,7 +82022,7 @@ declare namespace Excel {
82021
82022
  */
82022
82023
  interface ConditionalDataBarNegativeFormatLoadOptions {
82023
82024
  /**
82024
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
82025
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
82025
82026
  */
82026
82027
  $all?: boolean;
82027
82028
  /**
@@ -82062,7 +82063,7 @@ declare namespace Excel {
82062
82063
  */
82063
82064
  interface CustomConditionalFormatLoadOptions {
82064
82065
  /**
82065
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
82066
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
82066
82067
  */
82067
82068
  $all?: boolean;
82068
82069
  /**
@@ -82088,7 +82089,7 @@ declare namespace Excel {
82088
82089
  */
82089
82090
  interface ConditionalFormatRuleLoadOptions {
82090
82091
  /**
82091
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
82092
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
82092
82093
  */
82093
82094
  $all?: boolean;
82094
82095
  /**
@@ -82121,7 +82122,7 @@ declare namespace Excel {
82121
82122
  */
82122
82123
  interface IconSetConditionalFormatLoadOptions {
82123
82124
  /**
82124
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
82125
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
82125
82126
  */
82126
82127
  $all?: boolean;
82127
82128
  /**
@@ -82161,7 +82162,7 @@ declare namespace Excel {
82161
82162
  */
82162
82163
  interface ColorScaleConditionalFormatLoadOptions {
82163
82164
  /**
82164
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
82165
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
82165
82166
  */
82166
82167
  $all?: boolean;
82167
82168
  /**
@@ -82187,7 +82188,7 @@ declare namespace Excel {
82187
82188
  */
82188
82189
  interface TopBottomConditionalFormatLoadOptions {
82189
82190
  /**
82190
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
82191
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
82191
82192
  */
82192
82193
  $all?: boolean;
82193
82194
  /**
@@ -82213,7 +82214,7 @@ declare namespace Excel {
82213
82214
  */
82214
82215
  interface PresetCriteriaConditionalFormatLoadOptions {
82215
82216
  /**
82216
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
82217
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
82217
82218
  */
82218
82219
  $all?: boolean;
82219
82220
  /**
@@ -82239,7 +82240,7 @@ declare namespace Excel {
82239
82240
  */
82240
82241
  interface TextConditionalFormatLoadOptions {
82241
82242
  /**
82242
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
82243
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
82243
82244
  */
82244
82245
  $all?: boolean;
82245
82246
  /**
@@ -82265,7 +82266,7 @@ declare namespace Excel {
82265
82266
  */
82266
82267
  interface CellValueConditionalFormatLoadOptions {
82267
82268
  /**
82268
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
82269
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
82269
82270
  */
82270
82271
  $all?: boolean;
82271
82272
  /**
@@ -82291,7 +82292,7 @@ declare namespace Excel {
82291
82292
  */
82292
82293
  interface ConditionalRangeFormatLoadOptions {
82293
82294
  /**
82294
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
82295
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
82295
82296
  */
82296
82297
  $all?: boolean;
82297
82298
  /**
@@ -82316,7 +82317,7 @@ declare namespace Excel {
82316
82317
  */
82317
82318
  font?: Excel.Interfaces.ConditionalRangeFontLoadOptions;
82318
82319
  /**
82319
- * Represents Excel's number format code for the given range. For more information about Excel number formatting, see {@link https://support.microsoft.com/office/number-format-codes-5026bbd6-04bc-48cd-bf33-80f18b4eae68 | Number format codes}.
82320
+ * Represents Excel's number format code for the given range. For more information about Excel number formatting, see {@link https://support.microsoft.com/office/5026bbd6-04bc-48cd-bf33-80f18b4eae68 | Number format codes}.
82320
82321
  Cleared if `null` is passed in.
82321
82322
  *
82322
82323
  * @remarks
@@ -82332,7 +82333,7 @@ declare namespace Excel {
82332
82333
  */
82333
82334
  interface ConditionalRangeFontLoadOptions {
82334
82335
  /**
82335
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
82336
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
82336
82337
  */
82337
82338
  $all?: boolean;
82338
82339
  /**
@@ -82379,7 +82380,7 @@ declare namespace Excel {
82379
82380
  */
82380
82381
  interface ConditionalRangeFillLoadOptions {
82381
82382
  /**
82382
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
82383
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
82383
82384
  */
82384
82385
  $all?: boolean;
82385
82386
  /**
@@ -82398,7 +82399,7 @@ declare namespace Excel {
82398
82399
  */
82399
82400
  interface ConditionalRangeBorderLoadOptions {
82400
82401
  /**
82401
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
82402
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
82402
82403
  */
82403
82404
  $all?: boolean;
82404
82405
  /**
@@ -82431,7 +82432,7 @@ declare namespace Excel {
82431
82432
  */
82432
82433
  interface ConditionalRangeBorderCollectionLoadOptions {
82433
82434
  /**
82434
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
82435
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
82435
82436
  */
82436
82437
  $all?: boolean;
82437
82438
  /**
@@ -82464,7 +82465,7 @@ declare namespace Excel {
82464
82465
  */
82465
82466
  interface StyleLoadOptions {
82466
82467
  /**
82467
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
82468
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
82468
82469
  */
82469
82470
  $all?: boolean;
82470
82471
  /**
@@ -82637,7 +82638,7 @@ declare namespace Excel {
82637
82638
  */
82638
82639
  interface StyleCollectionLoadOptions {
82639
82640
  /**
82640
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
82641
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
82641
82642
  */
82642
82643
  $all?: boolean;
82643
82644
  /**
@@ -82810,7 +82811,7 @@ declare namespace Excel {
82810
82811
  */
82811
82812
  interface TableStyleCollectionLoadOptions {
82812
82813
  /**
82813
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
82814
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
82814
82815
  */
82815
82816
  $all?: boolean;
82816
82817
  /**
@@ -82836,7 +82837,7 @@ declare namespace Excel {
82836
82837
  */
82837
82838
  interface TableStyleLoadOptions {
82838
82839
  /**
82839
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
82840
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
82840
82841
  */
82841
82842
  $all?: boolean;
82842
82843
  /**
@@ -82862,7 +82863,7 @@ declare namespace Excel {
82862
82863
  */
82863
82864
  interface PivotTableStyleCollectionLoadOptions {
82864
82865
  /**
82865
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
82866
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
82866
82867
  */
82867
82868
  $all?: boolean;
82868
82869
  /**
@@ -82888,7 +82889,7 @@ declare namespace Excel {
82888
82889
  */
82889
82890
  interface PivotTableStyleLoadOptions {
82890
82891
  /**
82891
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
82892
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
82892
82893
  */
82893
82894
  $all?: boolean;
82894
82895
  /**
@@ -82914,7 +82915,7 @@ declare namespace Excel {
82914
82915
  */
82915
82916
  interface SlicerStyleCollectionLoadOptions {
82916
82917
  /**
82917
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
82918
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
82918
82919
  */
82919
82920
  $all?: boolean;
82920
82921
  /**
@@ -82940,7 +82941,7 @@ declare namespace Excel {
82940
82941
  */
82941
82942
  interface SlicerStyleLoadOptions {
82942
82943
  /**
82943
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
82944
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
82944
82945
  */
82945
82946
  $all?: boolean;
82946
82947
  /**
@@ -82966,7 +82967,7 @@ declare namespace Excel {
82966
82967
  */
82967
82968
  interface TimelineStyleCollectionLoadOptions {
82968
82969
  /**
82969
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
82970
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
82970
82971
  */
82971
82972
  $all?: boolean;
82972
82973
  /**
@@ -82992,7 +82993,7 @@ declare namespace Excel {
82992
82993
  */
82993
82994
  interface TimelineStyleLoadOptions {
82994
82995
  /**
82995
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
82996
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
82996
82997
  */
82997
82998
  $all?: boolean;
82998
82999
  /**
@@ -83018,7 +83019,7 @@ declare namespace Excel {
83018
83019
  */
83019
83020
  interface PageLayoutLoadOptions {
83020
83021
  /**
83021
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
83022
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
83022
83023
  */
83023
83024
  $all?: boolean;
83024
83025
  /**
@@ -83169,7 +83170,7 @@ declare namespace Excel {
83169
83170
  */
83170
83171
  interface HeaderFooterLoadOptions {
83171
83172
  /**
83172
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
83173
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
83173
83174
  */
83174
83175
  $all?: boolean;
83175
83176
  /**
@@ -83227,7 +83228,7 @@ declare namespace Excel {
83227
83228
  */
83228
83229
  interface HeaderFooterGroupLoadOptions {
83229
83230
  /**
83230
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
83231
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
83231
83232
  */
83232
83233
  $all?: boolean;
83233
83234
  /**
@@ -83286,7 +83287,7 @@ declare namespace Excel {
83286
83287
  */
83287
83288
  interface PageBreakLoadOptions {
83288
83289
  /**
83289
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
83290
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
83290
83291
  */
83291
83292
  $all?: boolean;
83292
83293
  /**
@@ -83310,7 +83311,7 @@ declare namespace Excel {
83310
83311
  */
83311
83312
  interface PageBreakCollectionLoadOptions {
83312
83313
  /**
83313
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
83314
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
83314
83315
  */
83315
83316
  $all?: boolean;
83316
83317
  /**
@@ -83334,28 +83335,28 @@ declare namespace Excel {
83334
83335
  */
83335
83336
  interface RangeCollectionLoadOptions {
83336
83337
  /**
83337
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
83338
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
83338
83339
  */
83339
83340
  $all?: boolean;
83340
83341
  /**
83341
83342
  * For EACH ITEM in the collection: Returns a data validation object.
83342
83343
  *
83343
83344
  * @remarks
83344
- * [Api set: ExcelApi 1.8]
83345
+ * [Api set: ExcelApi 1.9]
83345
83346
  */
83346
83347
  dataValidation?: Excel.Interfaces.DataValidationLoadOptions;
83347
83348
  /**
83348
83349
  * For EACH ITEM in the collection: Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties.
83349
83350
  *
83350
83351
  * @remarks
83351
- * [Api set: ExcelApi 1.1]
83352
+ * [Api set: ExcelApi 1.9]
83352
83353
  */
83353
83354
  format?: Excel.Interfaces.RangeFormatLoadOptions;
83354
83355
  /**
83355
83356
  * For EACH ITEM in the collection: The worksheet containing the current range.
83356
83357
  *
83357
83358
  * @remarks
83358
- * [Api set: ExcelApi 1.1]
83359
+ * [Api set: ExcelApi 1.9]
83359
83360
  */
83360
83361
  worksheet?: Excel.Interfaces.WorksheetLoadOptions;
83361
83362
  /**
@@ -83480,7 +83481,7 @@ declare namespace Excel {
83480
83481
  */
83481
83482
  linkedDataTypeState?: boolean;
83482
83483
  /**
83483
- * For EACH ITEM in the collection: Represents Excel's number format code for the given range. For more information about Excel number formatting, see {@link https://support.microsoft.com/office/number-format-codes-5026bbd6-04bc-48cd-bf33-80f18b4eae68 | Number format codes}.
83484
+ * For EACH ITEM in the collection: Represents Excel's number format code for the given range. For more information about Excel number formatting, see {@link https://support.microsoft.com/office/5026bbd6-04bc-48cd-bf33-80f18b4eae68 | Number format codes}.
83484
83485
  *
83485
83486
  * @remarks
83486
83487
  * [Api set: ExcelApi 1.1]
@@ -83604,28 +83605,28 @@ declare namespace Excel {
83604
83605
  */
83605
83606
  interface RangeAreasCollectionLoadOptions {
83606
83607
  /**
83607
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
83608
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
83608
83609
  */
83609
83610
  $all?: boolean;
83610
83611
  /**
83611
83612
  * For EACH ITEM in the collection: Returns a data validation object for all ranges in the `RangeAreas`.
83612
83613
  *
83613
83614
  * @remarks
83614
- * [Api set: ExcelApi 1.9]
83615
+ * [Api set: ExcelApi 1.12]
83615
83616
  */
83616
83617
  dataValidation?: Excel.Interfaces.DataValidationLoadOptions;
83617
83618
  /**
83618
83619
  * For EACH ITEM in the collection: Returns a `RangeFormat` object, encapsulating the font, fill, borders, alignment, and other properties for all ranges in the `RangeAreas` object.
83619
83620
  *
83620
83621
  * @remarks
83621
- * [Api set: ExcelApi 1.9]
83622
+ * [Api set: ExcelApi 1.12]
83622
83623
  */
83623
83624
  format?: Excel.Interfaces.RangeFormatLoadOptions;
83624
83625
  /**
83625
83626
  * For EACH ITEM in the collection: Returns the worksheet for the current `RangeAreas`.
83626
83627
  *
83627
83628
  * @remarks
83628
- * [Api set: ExcelApi 1.9]
83629
+ * [Api set: ExcelApi 1.12]
83629
83630
  */
83630
83631
  worksheet?: Excel.Interfaces.WorksheetLoadOptions;
83631
83632
  /**
@@ -83688,7 +83689,7 @@ declare namespace Excel {
83688
83689
  */
83689
83690
  interface CommentCollectionLoadOptions {
83690
83691
  /**
83691
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
83692
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
83692
83693
  */
83693
83694
  $all?: boolean;
83694
83695
  /**
@@ -83763,7 +83764,7 @@ declare namespace Excel {
83763
83764
  */
83764
83765
  interface CommentLoadOptions {
83765
83766
  /**
83766
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
83767
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
83767
83768
  */
83768
83769
  $all?: boolean;
83769
83770
  /**
@@ -83838,7 +83839,7 @@ declare namespace Excel {
83838
83839
  */
83839
83840
  interface CommentReplyCollectionLoadOptions {
83840
83841
  /**
83841
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
83842
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
83842
83843
  */
83843
83844
  $all?: boolean;
83844
83845
  /**
@@ -83913,7 +83914,7 @@ declare namespace Excel {
83913
83914
  */
83914
83915
  interface CommentReplyLoadOptions {
83915
83916
  /**
83916
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
83917
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
83917
83918
  */
83918
83919
  $all?: boolean;
83919
83920
  /**
@@ -83988,7 +83989,7 @@ declare namespace Excel {
83988
83989
  */
83989
83990
  interface ShapeCollectionLoadOptions {
83990
83991
  /**
83991
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
83992
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
83992
83993
  */
83993
83994
  $all?: boolean;
83994
83995
  /**
@@ -84189,7 +84190,7 @@ declare namespace Excel {
84189
84190
  */
84190
84191
  interface ShapeLoadOptions {
84191
84192
  /**
84192
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
84193
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
84193
84194
  */
84194
84195
  $all?: boolean;
84195
84196
  /**
@@ -84389,7 +84390,7 @@ declare namespace Excel {
84389
84390
  */
84390
84391
  interface GeometricShapeLoadOptions {
84391
84392
  /**
84392
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
84393
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
84393
84394
  */
84394
84395
  $all?: boolean;
84395
84396
  /**
@@ -84415,7 +84416,7 @@ declare namespace Excel {
84415
84416
  */
84416
84417
  interface ImageLoadOptions {
84417
84418
  /**
84418
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
84419
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
84419
84420
  */
84420
84421
  $all?: boolean;
84421
84422
  /**
@@ -84448,7 +84449,7 @@ declare namespace Excel {
84448
84449
  */
84449
84450
  interface ShapeGroupLoadOptions {
84450
84451
  /**
84451
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
84452
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
84452
84453
  */
84453
84454
  $all?: boolean;
84454
84455
  /**
@@ -84474,7 +84475,7 @@ declare namespace Excel {
84474
84475
  */
84475
84476
  interface GroupShapeCollectionLoadOptions {
84476
84477
  /**
84477
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
84478
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
84478
84479
  */
84479
84480
  $all?: boolean;
84480
84481
  /**
@@ -84674,7 +84675,7 @@ declare namespace Excel {
84674
84675
  */
84675
84676
  interface LineLoadOptions {
84676
84677
  /**
84677
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
84678
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
84678
84679
  */
84679
84680
  $all?: boolean;
84680
84681
  /**
@@ -84791,7 +84792,7 @@ declare namespace Excel {
84791
84792
  */
84792
84793
  interface ShapeFillLoadOptions {
84793
84794
  /**
84794
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
84795
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
84795
84796
  */
84796
84797
  $all?: boolean;
84797
84798
  /**
@@ -84824,7 +84825,7 @@ declare namespace Excel {
84824
84825
  */
84825
84826
  interface ShapeLineFormatLoadOptions {
84826
84827
  /**
84827
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
84828
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
84828
84829
  */
84829
84830
  $all?: boolean;
84830
84831
  /**
@@ -84878,7 +84879,7 @@ declare namespace Excel {
84878
84879
  */
84879
84880
  interface TextFrameLoadOptions {
84880
84881
  /**
84881
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
84882
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
84882
84883
  */
84883
84884
  $all?: boolean;
84884
84885
  /**
@@ -84981,7 +84982,7 @@ declare namespace Excel {
84981
84982
  */
84982
84983
  interface TextRangeLoadOptions {
84983
84984
  /**
84984
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
84985
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
84985
84986
  */
84986
84987
  $all?: boolean;
84987
84988
  /**
@@ -85007,7 +85008,7 @@ declare namespace Excel {
85007
85008
  */
85008
85009
  interface ShapeFontLoadOptions {
85009
85010
  /**
85010
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
85011
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
85011
85012
  */
85012
85013
  $all?: boolean;
85013
85014
  /**
@@ -85061,7 +85062,7 @@ declare namespace Excel {
85061
85062
  */
85062
85063
  interface SlicerLoadOptions {
85063
85064
  /**
85064
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
85065
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
85065
85066
  */
85066
85067
  $all?: boolean;
85067
85068
  /**
@@ -85154,7 +85155,7 @@ declare namespace Excel {
85154
85155
  */
85155
85156
  interface SlicerCollectionLoadOptions {
85156
85157
  /**
85157
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
85158
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
85158
85159
  */
85159
85160
  $all?: boolean;
85160
85161
  /**
@@ -85247,7 +85248,7 @@ declare namespace Excel {
85247
85248
  */
85248
85249
  interface SlicerItemLoadOptions {
85249
85250
  /**
85250
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
85251
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
85251
85252
  */
85252
85253
  $all?: boolean;
85253
85254
  /**
@@ -85289,7 +85290,7 @@ declare namespace Excel {
85289
85290
  */
85290
85291
  interface SlicerItemCollectionLoadOptions {
85291
85292
  /**
85292
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
85293
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
85293
85294
  */
85294
85295
  $all?: boolean;
85295
85296
  /**
@@ -85332,7 +85333,7 @@ declare namespace Excel {
85332
85333
  */
85333
85334
  interface NamedSheetViewLoadOptions {
85334
85335
  /**
85335
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
85336
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
85336
85337
  */
85337
85338
  $all?: boolean;
85338
85339
  /**
@@ -85352,7 +85353,7 @@ declare namespace Excel {
85352
85353
  */
85353
85354
  interface NamedSheetViewCollectionLoadOptions {
85354
85355
  /**
85355
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
85356
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
85356
85357
  */
85357
85358
  $all?: boolean;
85358
85359
  /**
@@ -85372,7 +85373,7 @@ declare namespace Excel {
85372
85373
  */
85373
85374
  interface FunctionResultLoadOptions {
85374
85375
  /**
85375
- Specifying `$all` for the LoadOptions loads all the scalar properties (e.g.: `Range.address`) but not the navigational properties (e.g.: `Range.format.fill.color`).
85376
+ Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`) but not the navigational properties (such as `Range.format.fill.color`).
85376
85377
  */
85377
85378
  $all?: boolean;
85378
85379
  /**