@types/office-js 1.0.423 → 1.0.424

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 +510 -497
  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
@@ -56073,7 +56080,13 @@ declare namespace Excel {
56073
56080
  * @remarks
56074
56081
  * [Api set: ExcelApi 1.7]
56075
56082
  */
56076
- lineageActivityUpdateAvailable = "LineageActivityUpdateAvailable"
56083
+ workbookActionRecorded = "WorkbookActionRecorded",
56084
+ /**
56085
+ * VbaRecorderRecordingChanged represents the type of event registered when the VBA recording output changes.
56086
+ * @remarks
56087
+ * [Api set: Recorder 1.1]
56088
+ */
56089
+ vbaRecorderRecordingChanged2 = "VbaRecorderRecordingChanged2"
56077
56090
  }
56078
56091
  /**
56079
56092
  * @remarks
@@ -57034,7 +57047,7 @@ declare namespace Excel {
57034
57047
  * @remarks
57035
57048
  * [Api set: ExcelApiOnline 1.1]
57036
57049
  */
57037
- link = "Link",
57050
+ link = "Link"
57038
57051
  }
57039
57052
  /**
57040
57053
  * @remarks
@@ -58778,7 +58791,7 @@ declare namespace Excel {
58778
58791
  }): Excel.NamedSheetView;
58779
58792
  /**
58780
58793
  * 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.
58794
+ * 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
58795
  */
58783
58796
  toJSON(): Excel.Interfaces.NamedSheetViewData;
58784
58797
  }
@@ -60853,7 +60866,7 @@ declare namespace Excel {
60853
60866
  */
60854
60867
  irr(values: Excel.Range | Excel.RangeReference | Excel.FunctionResult<any>, guess?: number | Excel.Range | Excel.RangeReference | Excel.FunctionResult<any>): FunctionResult<number>;
60855
60868
  /**
60856
- * Checks whether a value is an error (#VALUE!, #REF!, #DIV/0!, #NUM!, #NAME?, or #NULL!) excluding #N/A, and returns TRUE or FALSE.
60869
+ * Checks whether a value is an error other than #N/A, and returns TRUE or FALSE.
60857
60870
  *
60858
60871
  * @remarks
60859
60872
  * [Api set: ExcelApi 1.2]
@@ -60862,7 +60875,7 @@ declare namespace Excel {
60862
60875
  */
60863
60876
  isErr(value: number | string | boolean | Excel.Range | Excel.RangeReference | Excel.FunctionResult<any>): FunctionResult<boolean>;
60864
60877
  /**
60865
- * Checks whether a value is an error (#N/A, #VALUE!, #REF!, #DIV/0!, #NUM!, #NAME?, or #NULL!), and returns TRUE or FALSE.
60878
+ * Checks whether a value is an error, and returns TRUE or FALSE.
60866
60879
  *
60867
60880
  * @remarks
60868
60881
  * [Api set: ExcelApi 1.2]
@@ -61537,7 +61550,7 @@ declare namespace Excel {
61537
61550
  */
61538
61551
  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
61552
  /**
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.
61553
+ * Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set.
61541
61554
  *
61542
61555
  * @remarks
61543
61556
  * [Api set: ExcelApi 1.2]
@@ -61548,7 +61561,7 @@ declare namespace Excel {
61548
61561
  */
61549
61562
  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
61563
  /**
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.
61564
+ * Returns the rank of a value in a data set as a percentage (0..1, inclusive) of the data set.
61552
61565
  *
61553
61566
  * @remarks
61554
61567
  * [Api set: ExcelApi 1.2]
@@ -62333,7 +62346,7 @@ declare namespace Excel {
62333
62346
  * [Api set: ExcelApi 1.2]
62334
62347
  *
62335
62348
  * @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).
62349
+ * @param formatText Is a number format in text form from the Category box on the Number tab in the Format Cells dialog box.
62337
62350
  */
62338
62351
  text(value: number | string | boolean | Excel.Range | Excel.RangeReference | Excel.FunctionResult<any>, formatText: string | Excel.Range | Excel.RangeReference | Excel.FunctionResult<any>): FunctionResult<string>;
62339
62352
  /**
@@ -62400,7 +62413,7 @@ declare namespace Excel {
62400
62413
  */
62401
62414
  trunc(number: number | Excel.Range | Excel.RangeReference | Excel.FunctionResult<any>, numDigits?: number | Excel.Range | Excel.RangeReference | Excel.FunctionResult<any>): FunctionResult<number>;
62402
62415
  /**
62403
- * Returns an integer representing the data type of a value: number = 1; text = 2; logical value = 4; error value = 16; array = 64.
62416
+ * 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
62417
  *
62405
62418
  * @remarks
62406
62419
  * [Api set: ExcelApi 1.2]
@@ -62678,7 +62691,7 @@ declare namespace Excel {
62678
62691
  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
62692
  /**
62680
62693
  * 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.
62694
+ * 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
62695
  */
62683
62696
  toJSON(): {
62684
62697
  [key: string]: string;
@@ -62732,7 +62745,7 @@ declare namespace Excel {
62732
62745
  */
62733
62746
  $skip?: number;
62734
62747
  }
62735
- /** An interface for updating data on the AllowEditRange object, for use in `allowEditRange.set({ ... })`. */
62748
+ /** An interface for updating data on the `AllowEditRange` object, for use in `allowEditRange.set({ ... })`. */
62736
62749
  interface AllowEditRangeUpdateData {
62737
62750
  /**
62738
62751
  * Specifies the range associated with the object.
@@ -62754,15 +62767,15 @@ declare namespace Excel {
62754
62767
  */
62755
62768
  title?: string;
62756
62769
  }
62757
- /** An interface for updating data on the AllowEditRangeCollection object, for use in `allowEditRangeCollection.set({ ... })`. */
62770
+ /** An interface for updating data on the `AllowEditRangeCollection` object, for use in `allowEditRangeCollection.set({ ... })`. */
62758
62771
  interface AllowEditRangeCollectionUpdateData {
62759
62772
  items?: Excel.Interfaces.AllowEditRangeData[];
62760
62773
  }
62761
- /** An interface for updating data on the QueryCollection object, for use in `queryCollection.set({ ... })`. */
62774
+ /** An interface for updating data on the `QueryCollection` object, for use in `queryCollection.set({ ... })`. */
62762
62775
  interface QueryCollectionUpdateData {
62763
62776
  items?: Excel.Interfaces.QueryData[];
62764
62777
  }
62765
- /** An interface for updating data on the LinkedWorkbookCollection object, for use in `linkedWorkbookCollection.set({ ... })`. */
62778
+ /** An interface for updating data on the `LinkedWorkbookCollection` object, for use in `linkedWorkbookCollection.set({ ... })`. */
62766
62779
  interface LinkedWorkbookCollectionUpdateData {
62767
62780
  /**
62768
62781
  * Represents the update mode of the workbook links. The mode is same for all of the workbook links present in the workbook.
@@ -62773,7 +62786,7 @@ declare namespace Excel {
62773
62786
  workbookLinksRefreshMode?: Excel.WorkbookLinksRefreshMode | "Manual" | "Automatic";
62774
62787
  items?: Excel.Interfaces.LinkedWorkbookData[];
62775
62788
  }
62776
- /** An interface for updating data on the Runtime object, for use in `runtime.set({ ... })`. */
62789
+ /** An interface for updating data on the `Runtime` object, for use in `runtime.set({ ... })`. */
62777
62790
  interface RuntimeUpdateData {
62778
62791
  /**
62779
62792
  * Toggle JavaScript events in the current task pane or content add-in.
@@ -62783,7 +62796,7 @@ declare namespace Excel {
62783
62796
  */
62784
62797
  enableEvents?: boolean;
62785
62798
  }
62786
- /** An interface for updating data on the Application object, for use in `application.set({ ... })`. */
62799
+ /** An interface for updating data on the `Application` object, for use in `application.set({ ... })`. */
62787
62800
  interface ApplicationUpdateData {
62788
62801
  /**
62789
62802
  * Returns the iterative calculation settings.
@@ -62802,7 +62815,7 @@ declare namespace Excel {
62802
62815
  */
62803
62816
  calculationMode?: Excel.CalculationMode | "Automatic" | "AutomaticExceptTables" | "Manual";
62804
62817
  }
62805
- /** An interface for updating data on the IterativeCalculation object, for use in `iterativeCalculation.set({ ... })`. */
62818
+ /** An interface for updating data on the `IterativeCalculation` object, for use in `iterativeCalculation.set({ ... })`. */
62806
62819
  interface IterativeCalculationUpdateData {
62807
62820
  /**
62808
62821
  * True if Excel will use iteration to resolve circular references.
@@ -62826,7 +62839,7 @@ declare namespace Excel {
62826
62839
  */
62827
62840
  maxIteration?: number;
62828
62841
  }
62829
- /** An interface for updating data on the Workbook object, for use in `workbook.set({ ... })`. */
62842
+ /** An interface for updating data on the `Workbook` object, for use in `workbook.set({ ... })`. */
62830
62843
  interface WorkbookUpdateData {
62831
62844
  /**
62832
62845
  * Gets the workbook properties.
@@ -62860,7 +62873,7 @@ declare namespace Excel {
62860
62873
  */
62861
62874
  usePrecisionAsDisplayed?: boolean;
62862
62875
  }
62863
- /** An interface for updating data on the Worksheet object, for use in `worksheet.set({ ... })`. */
62876
+ /** An interface for updating data on the `Worksheet` object, for use in `worksheet.set({ ... })`. */
62864
62877
  interface WorksheetUpdateData {
62865
62878
  /**
62866
62879
  * Gets the `PageLayout` object of the worksheet.
@@ -62930,11 +62943,11 @@ declare namespace Excel {
62930
62943
  */
62931
62944
  visibility?: Excel.SheetVisibility | "Visible" | "Hidden" | "VeryHidden";
62932
62945
  }
62933
- /** An interface for updating data on the WorksheetCollection object, for use in `worksheetCollection.set({ ... })`. */
62946
+ /** An interface for updating data on the `WorksheetCollection` object, for use in `worksheetCollection.set({ ... })`. */
62934
62947
  interface WorksheetCollectionUpdateData {
62935
62948
  items?: Excel.Interfaces.WorksheetData[];
62936
62949
  }
62937
- /** An interface for updating data on the Range object, for use in `range.set({ ... })`. */
62950
+ /** An interface for updating data on the `Range` object, for use in `range.set({ ... })`. */
62938
62951
  interface RangeUpdateData {
62939
62952
  /**
62940
62953
  * Returns a data validation object.
@@ -62986,7 +62999,7 @@ declare namespace Excel {
62986
62999
  */
62987
63000
  hyperlink?: Excel.RangeHyperlink;
62988
63001
  /**
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}.
63002
+ * 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
63003
  *
62991
63004
  * @remarks
62992
63005
  * [Api set: ExcelApi 1.1]
@@ -63044,7 +63057,7 @@ declare namespace Excel {
63044
63057
  */
63045
63058
  valuesAsJsonLocal?: CellValue[][];
63046
63059
  }
63047
- /** An interface for updating data on the RangeAreas object, for use in `rangeAreas.set({ ... })`. */
63060
+ /** An interface for updating data on the `RangeAreas` object, for use in `rangeAreas.set({ ... })`. */
63048
63061
  interface RangeAreasUpdateData {
63049
63062
  /**
63050
63063
  * Returns a data validation object for all ranges in the `RangeAreas`.
@@ -63070,7 +63083,7 @@ declare namespace Excel {
63070
63083
  */
63071
63084
  style?: string;
63072
63085
  }
63073
- /** An interface for updating data on the RangeView object, for use in `rangeView.set({ ... })`. */
63086
+ /** An interface for updating data on the `RangeView` object, for use in `rangeView.set({ ... })`. */
63074
63087
  interface RangeViewUpdateData {
63075
63088
  /**
63076
63089
  * Represents the formula in A1-style notation. If a cell has no formula, its value is returned instead.
@@ -63126,15 +63139,15 @@ declare namespace Excel {
63126
63139
  */
63127
63140
  valuesAsJsonLocal?: CellValue[][];
63128
63141
  }
63129
- /** An interface for updating data on the RangeViewCollection object, for use in `rangeViewCollection.set({ ... })`. */
63142
+ /** An interface for updating data on the `RangeViewCollection` object, for use in `rangeViewCollection.set({ ... })`. */
63130
63143
  interface RangeViewCollectionUpdateData {
63131
63144
  items?: Excel.Interfaces.RangeViewData[];
63132
63145
  }
63133
- /** An interface for updating data on the SettingCollection object, for use in `settingCollection.set({ ... })`. */
63146
+ /** An interface for updating data on the `SettingCollection` object, for use in `settingCollection.set({ ... })`. */
63134
63147
  interface SettingCollectionUpdateData {
63135
63148
  items?: Excel.Interfaces.SettingData[];
63136
63149
  }
63137
- /** An interface for updating data on the Setting object, for use in `setting.set({ ... })`. */
63150
+ /** An interface for updating data on the `Setting` object, for use in `setting.set({ ... })`. */
63138
63151
  interface SettingUpdateData {
63139
63152
  /**
63140
63153
  * Represents the value stored for this setting.
@@ -63144,11 +63157,11 @@ declare namespace Excel {
63144
63157
  */
63145
63158
  value?: any;
63146
63159
  }
63147
- /** An interface for updating data on the NamedItemCollection object, for use in `namedItemCollection.set({ ... })`. */
63160
+ /** An interface for updating data on the `NamedItemCollection` object, for use in `namedItemCollection.set({ ... })`. */
63148
63161
  interface NamedItemCollectionUpdateData {
63149
63162
  items?: Excel.Interfaces.NamedItemData[];
63150
63163
  }
63151
- /** An interface for updating data on the NamedItem object, for use in `namedItem.set({ ... })`. */
63164
+ /** An interface for updating data on the `NamedItem` object, for use in `namedItem.set({ ... })`. */
63152
63165
  interface NamedItemUpdateData {
63153
63166
  /**
63154
63167
  * Specifies the comment associated with this name.
@@ -63172,19 +63185,19 @@ declare namespace Excel {
63172
63185
  */
63173
63186
  visible?: boolean;
63174
63187
  }
63175
- /** An interface for updating data on the BindingCollection object, for use in `bindingCollection.set({ ... })`. */
63188
+ /** An interface for updating data on the `BindingCollection` object, for use in `bindingCollection.set({ ... })`. */
63176
63189
  interface BindingCollectionUpdateData {
63177
63190
  items?: Excel.Interfaces.BindingData[];
63178
63191
  }
63179
- /** An interface for updating data on the TableCollection object, for use in `tableCollection.set({ ... })`. */
63192
+ /** An interface for updating data on the `TableCollection` object, for use in `tableCollection.set({ ... })`. */
63180
63193
  interface TableCollectionUpdateData {
63181
63194
  items?: Excel.Interfaces.TableData[];
63182
63195
  }
63183
- /** An interface for updating data on the TableScopedCollection object, for use in `tableScopedCollection.set({ ... })`. */
63196
+ /** An interface for updating data on the `TableScopedCollection` object, for use in `tableScopedCollection.set({ ... })`. */
63184
63197
  interface TableScopedCollectionUpdateData {
63185
63198
  items?: Excel.Interfaces.TableData[];
63186
63199
  }
63187
- /** An interface for updating data on the Table object, for use in `table.set({ ... })`. */
63200
+ /** An interface for updating data on the `Table` object, for use in `table.set({ ... })`. */
63188
63201
  interface TableUpdateData {
63189
63202
  /**
63190
63203
  * Specifies if the first column contains special formatting.
@@ -63252,11 +63265,11 @@ declare namespace Excel {
63252
63265
  */
63253
63266
  style?: string;
63254
63267
  }
63255
- /** An interface for updating data on the TableColumnCollection object, for use in `tableColumnCollection.set({ ... })`. */
63268
+ /** An interface for updating data on the `TableColumnCollection` object, for use in `tableColumnCollection.set({ ... })`. */
63256
63269
  interface TableColumnCollectionUpdateData {
63257
63270
  items?: Excel.Interfaces.TableColumnData[];
63258
63271
  }
63259
- /** An interface for updating data on the TableColumn object, for use in `tableColumn.set({ ... })`. */
63272
+ /** An interface for updating data on the `TableColumn` object, for use in `tableColumn.set({ ... })`. */
63260
63273
  interface TableColumnUpdateData {
63261
63274
  /**
63262
63275
  * Specifies the name of the table column.
@@ -63292,11 +63305,11 @@ declare namespace Excel {
63292
63305
  */
63293
63306
  valuesAsJsonLocal?: CellValue[][];
63294
63307
  }
63295
- /** An interface for updating data on the TableRowCollection object, for use in `tableRowCollection.set({ ... })`. */
63308
+ /** An interface for updating data on the `TableRowCollection` object, for use in `tableRowCollection.set({ ... })`. */
63296
63309
  interface TableRowCollectionUpdateData {
63297
63310
  items?: Excel.Interfaces.TableRowData[];
63298
63311
  }
63299
- /** An interface for updating data on the TableRow object, for use in `tableRow.set({ ... })`. */
63312
+ /** An interface for updating data on the `TableRow` object, for use in `tableRow.set({ ... })`. */
63300
63313
  interface TableRowUpdateData {
63301
63314
  /**
63302
63315
  * 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 +63338,7 @@ declare namespace Excel {
63325
63338
  */
63326
63339
  valuesAsJsonLocal?: CellValue[][];
63327
63340
  }
63328
- /** An interface for updating data on the DataValidation object, for use in `dataValidation.set({ ... })`. */
63341
+ /** An interface for updating data on the `DataValidation` object, for use in `dataValidation.set({ ... })`. */
63329
63342
  interface DataValidationUpdateData {
63330
63343
  /**
63331
63344
  * Error alert when user enters invalid data.
@@ -63356,7 +63369,7 @@ declare namespace Excel {
63356
63369
  */
63357
63370
  rule?: Excel.DataValidationRule;
63358
63371
  }
63359
- /** An interface for updating data on the RangeFormat object, for use in `rangeFormat.set({ ... })`. */
63372
+ /** An interface for updating data on the `RangeFormat` object, for use in `rangeFormat.set({ ... })`. */
63360
63373
  interface RangeFormatUpdateData {
63361
63374
  /**
63362
63375
  * Collection of border objects that apply to the overall range.
@@ -63481,7 +63494,7 @@ declare namespace Excel {
63481
63494
  */
63482
63495
  wrapText?: boolean;
63483
63496
  }
63484
- /** An interface for updating data on the FormatProtection object, for use in `formatProtection.set({ ... })`. */
63497
+ /** An interface for updating data on the `FormatProtection` object, for use in `formatProtection.set({ ... })`. */
63485
63498
  interface FormatProtectionUpdateData {
63486
63499
  /**
63487
63500
  * 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 +63511,7 @@ declare namespace Excel {
63498
63511
  */
63499
63512
  locked?: boolean;
63500
63513
  }
63501
- /** An interface for updating data on the RangeFill object, for use in `rangeFill.set({ ... })`. */
63514
+ /** An interface for updating data on the `RangeFill` object, for use in `rangeFill.set({ ... })`. */
63502
63515
  interface RangeFillUpdateData {
63503
63516
  /**
63504
63517
  * 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 +63552,7 @@ declare namespace Excel {
63539
63552
  */
63540
63553
  tintAndShade?: number;
63541
63554
  }
63542
- /** An interface for updating data on the RangeBorder object, for use in `rangeBorder.set({ ... })`. */
63555
+ /** An interface for updating data on the `RangeBorder` object, for use in `rangeBorder.set({ ... })`. */
63543
63556
  interface RangeBorderUpdateData {
63544
63557
  /**
63545
63558
  * 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 +63584,7 @@ declare namespace Excel {
63571
63584
  */
63572
63585
  weight?: Excel.BorderWeight | "Hairline" | "Thin" | "Medium" | "Thick";
63573
63586
  }
63574
- /** An interface for updating data on the RangeBorderCollection object, for use in `rangeBorderCollection.set({ ... })`. */
63587
+ /** An interface for updating data on the `RangeBorderCollection` object, for use in `rangeBorderCollection.set({ ... })`. */
63575
63588
  interface RangeBorderCollectionUpdateData {
63576
63589
  /**
63577
63590
  * 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 +63596,7 @@ declare namespace Excel {
63583
63596
  tintAndShade?: number;
63584
63597
  items?: Excel.Interfaces.RangeBorderData[];
63585
63598
  }
63586
- /** An interface for updating data on the RangeFont object, for use in `rangeFont.set({ ... })`. */
63599
+ /** An interface for updating data on the `RangeFont` object, for use in `rangeFont.set({ ... })`. */
63587
63600
  interface RangeFontUpdateData {
63588
63601
  /**
63589
63602
  * Represents the bold status of the font.
@@ -63663,11 +63676,11 @@ declare namespace Excel {
63663
63676
  */
63664
63677
  underline?: Excel.RangeUnderlineStyle | "None" | "Single" | "Double" | "SingleAccountant" | "DoubleAccountant";
63665
63678
  }
63666
- /** An interface for updating data on the ChartCollection object, for use in `chartCollection.set({ ... })`. */
63679
+ /** An interface for updating data on the `ChartCollection` object, for use in `chartCollection.set({ ... })`. */
63667
63680
  interface ChartCollectionUpdateData {
63668
63681
  items?: Excel.Interfaces.ChartData[];
63669
63682
  }
63670
- /** An interface for updating data on the Chart object, for use in `chart.set({ ... })`. */
63683
+ /** An interface for updating data on the `Chart` object, for use in `chart.set({ ... })`. */
63671
63684
  interface ChartUpdateData {
63672
63685
  /**
63673
63686
  * Represents chart axes.
@@ -63819,7 +63832,7 @@ declare namespace Excel {
63819
63832
  */
63820
63833
  width?: number;
63821
63834
  }
63822
- /** An interface for updating data on the ChartPivotOptions object, for use in `chartPivotOptions.set({ ... })`. */
63835
+ /** An interface for updating data on the `ChartPivotOptions` object, for use in `chartPivotOptions.set({ ... })`. */
63823
63836
  interface ChartPivotOptionsUpdateData {
63824
63837
  /**
63825
63838
  * 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 +63863,7 @@ declare namespace Excel {
63850
63863
  */
63851
63864
  showValueFieldButtons?: boolean;
63852
63865
  }
63853
- /** An interface for updating data on the ChartAreaFormat object, for use in `chartAreaFormat.set({ ... })`. */
63866
+ /** An interface for updating data on the `ChartAreaFormat` object, for use in `chartAreaFormat.set({ ... })`. */
63854
63867
  interface ChartAreaFormatUpdateData {
63855
63868
  /**
63856
63869
  * Represents the border format of chart area, which includes color, linestyle, and weight.
@@ -63881,11 +63894,11 @@ declare namespace Excel {
63881
63894
  */
63882
63895
  roundedCorners?: boolean;
63883
63896
  }
63884
- /** An interface for updating data on the ChartSeriesCollection object, for use in `chartSeriesCollection.set({ ... })`. */
63897
+ /** An interface for updating data on the `ChartSeriesCollection` object, for use in `chartSeriesCollection.set({ ... })`. */
63885
63898
  interface ChartSeriesCollectionUpdateData {
63886
63899
  items?: Excel.Interfaces.ChartSeriesData[];
63887
63900
  }
63888
- /** An interface for updating data on the ChartSeries object, for use in `chartSeries.set({ ... })`. */
63901
+ /** An interface for updating data on the `ChartSeries` object, for use in `chartSeries.set({ ... })`. */
63889
63902
  interface ChartSeriesUpdateData {
63890
63903
  /**
63891
63904
  * Encapsulates the bin options for histogram charts and pareto charts.
@@ -64199,7 +64212,7 @@ declare namespace Excel {
64199
64212
  */
64200
64213
  varyByCategories?: boolean;
64201
64214
  }
64202
- /** An interface for updating data on the ChartSeriesFormat object, for use in `chartSeriesFormat.set({ ... })`. */
64215
+ /** An interface for updating data on the `ChartSeriesFormat` object, for use in `chartSeriesFormat.set({ ... })`. */
64203
64216
  interface ChartSeriesFormatUpdateData {
64204
64217
  /**
64205
64218
  * Represents line formatting.
@@ -64209,11 +64222,11 @@ declare namespace Excel {
64209
64222
  */
64210
64223
  line?: Excel.Interfaces.ChartLineFormatUpdateData;
64211
64224
  }
64212
- /** An interface for updating data on the ChartPointsCollection object, for use in `chartPointsCollection.set({ ... })`. */
64225
+ /** An interface for updating data on the `ChartPointsCollection` object, for use in `chartPointsCollection.set({ ... })`. */
64213
64226
  interface ChartPointsCollectionUpdateData {
64214
64227
  items?: Excel.Interfaces.ChartPointData[];
64215
64228
  }
64216
- /** An interface for updating data on the ChartPoint object, for use in `chartPoint.set({ ... })`. */
64229
+ /** An interface for updating data on the `ChartPoint` object, for use in `chartPoint.set({ ... })`. */
64217
64230
  interface ChartPointUpdateData {
64218
64231
  /**
64219
64232
  * Returns the data label of a chart point.
@@ -64266,7 +64279,7 @@ declare namespace Excel {
64266
64279
  */
64267
64280
  markerStyle?: Excel.ChartMarkerStyle | "Invalid" | "Automatic" | "None" | "Square" | "Diamond" | "Triangle" | "X" | "Star" | "Dot" | "Dash" | "Circle" | "Plus" | "Picture";
64268
64281
  }
64269
- /** An interface for updating data on the ChartPointFormat object, for use in `chartPointFormat.set({ ... })`. */
64282
+ /** An interface for updating data on the `ChartPointFormat` object, for use in `chartPointFormat.set({ ... })`. */
64270
64283
  interface ChartPointFormatUpdateData {
64271
64284
  /**
64272
64285
  * Represents the border format of a chart data point, which includes color, style, and weight information.
@@ -64276,7 +64289,7 @@ declare namespace Excel {
64276
64289
  */
64277
64290
  border?: Excel.Interfaces.ChartBorderUpdateData;
64278
64291
  }
64279
- /** An interface for updating data on the ChartAxes object, for use in `chartAxes.set({ ... })`. */
64292
+ /** An interface for updating data on the `ChartAxes` object, for use in `chartAxes.set({ ... })`. */
64280
64293
  interface ChartAxesUpdateData {
64281
64294
  /**
64282
64295
  * Represents the category axis in a chart.
@@ -64300,7 +64313,7 @@ declare namespace Excel {
64300
64313
  */
64301
64314
  valueAxis?: Excel.Interfaces.ChartAxisUpdateData;
64302
64315
  }
64303
- /** An interface for updating data on the ChartAxis object, for use in `chartAxis.set({ ... })`. */
64316
+ /** An interface for updating data on the `ChartAxis` object, for use in `chartAxis.set({ ... })`. */
64304
64317
  interface ChartAxisUpdateData {
64305
64318
  /**
64306
64319
  * Represents the formatting of a chart object, which includes line and font formatting.
@@ -64520,7 +64533,7 @@ declare namespace Excel {
64520
64533
  */
64521
64534
  visible?: boolean;
64522
64535
  }
64523
- /** An interface for updating data on the ChartAxisFormat object, for use in `chartAxisFormat.set({ ... })`. */
64536
+ /** An interface for updating data on the `ChartAxisFormat` object, for use in `chartAxisFormat.set({ ... })`. */
64524
64537
  interface ChartAxisFormatUpdateData {
64525
64538
  /**
64526
64539
  * Specifies the font attributes (font name, font size, color, etc.) for a chart axis element.
@@ -64537,7 +64550,7 @@ declare namespace Excel {
64537
64550
  */
64538
64551
  line?: Excel.Interfaces.ChartLineFormatUpdateData;
64539
64552
  }
64540
- /** An interface for updating data on the ChartAxisTitle object, for use in `chartAxisTitle.set({ ... })`. */
64553
+ /** An interface for updating data on the `ChartAxisTitle` object, for use in `chartAxisTitle.set({ ... })`. */
64541
64554
  interface ChartAxisTitleUpdateData {
64542
64555
  /**
64543
64556
  * Specifies the formatting of the chart axis title.
@@ -64568,7 +64581,7 @@ declare namespace Excel {
64568
64581
  */
64569
64582
  visible?: boolean;
64570
64583
  }
64571
- /** An interface for updating data on the ChartAxisTitleFormat object, for use in `chartAxisTitleFormat.set({ ... })`. */
64584
+ /** An interface for updating data on the `ChartAxisTitleFormat` object, for use in `chartAxisTitleFormat.set({ ... })`. */
64572
64585
  interface ChartAxisTitleFormatUpdateData {
64573
64586
  /**
64574
64587
  * Specifies the chart axis title's border format, which includes color, linestyle, and weight.
@@ -64585,7 +64598,7 @@ declare namespace Excel {
64585
64598
  */
64586
64599
  font?: Excel.Interfaces.ChartFontUpdateData;
64587
64600
  }
64588
- /** An interface for updating data on the ChartDataLabels object, for use in `chartDataLabels.set({ ... })`. */
64601
+ /** An interface for updating data on the `ChartDataLabels` object, for use in `chartDataLabels.set({ ... })`. */
64589
64602
  interface ChartDataLabelsUpdateData {
64590
64603
  /**
64591
64604
  * Specifies the format of chart data labels, which includes fill and font formatting.
@@ -64695,7 +64708,7 @@ declare namespace Excel {
64695
64708
  */
64696
64709
  verticalAlignment?: Excel.ChartTextVerticalAlignment | "Center" | "Bottom" | "Top" | "Justify" | "Distributed";
64697
64710
  }
64698
- /** An interface for updating data on the ChartDataLabel object, for use in `chartDataLabel.set({ ... })`. */
64711
+ /** An interface for updating data on the `ChartDataLabel` object, for use in `chartDataLabel.set({ ... })`. */
64699
64712
  interface ChartDataLabelUpdateData {
64700
64713
  /**
64701
64714
  * Represents the format of chart data label.
@@ -64833,7 +64846,7 @@ declare namespace Excel {
64833
64846
  */
64834
64847
  verticalAlignment?: Excel.ChartTextVerticalAlignment | "Center" | "Bottom" | "Top" | "Justify" | "Distributed";
64835
64848
  }
64836
- /** An interface for updating data on the ChartDataLabelFormat object, for use in `chartDataLabelFormat.set({ ... })`. */
64849
+ /** An interface for updating data on the `ChartDataLabelFormat` object, for use in `chartDataLabelFormat.set({ ... })`. */
64837
64850
  interface ChartDataLabelFormatUpdateData {
64838
64851
  /**
64839
64852
  * Represents the border format, which includes color, linestyle, and weight.
@@ -64912,7 +64925,7 @@ declare namespace Excel {
64912
64925
  */
64913
64926
  font?: Excel.Interfaces.ChartFontUpdateData;
64914
64927
  }
64915
- /** An interface for updating data on the ChartErrorBars object, for use in `chartErrorBars.set({ ... })`. */
64928
+ /** An interface for updating data on the `ChartErrorBars` object, for use in `chartErrorBars.set({ ... })`. */
64916
64929
  interface ChartErrorBarsUpdateData {
64917
64930
  /**
64918
64931
  * Specifies the formatting type of the error bars.
@@ -64950,7 +64963,7 @@ declare namespace Excel {
64950
64963
  */
64951
64964
  visible?: boolean;
64952
64965
  }
64953
- /** An interface for updating data on the ChartErrorBarsFormat object, for use in `chartErrorBarsFormat.set({ ... })`. */
64966
+ /** An interface for updating data on the `ChartErrorBarsFormat` object, for use in `chartErrorBarsFormat.set({ ... })`. */
64954
64967
  interface ChartErrorBarsFormatUpdateData {
64955
64968
  /**
64956
64969
  * Represents the chart line formatting.
@@ -64960,7 +64973,7 @@ declare namespace Excel {
64960
64973
  */
64961
64974
  line?: Excel.Interfaces.ChartLineFormatUpdateData;
64962
64975
  }
64963
- /** An interface for updating data on the ChartGridlines object, for use in `chartGridlines.set({ ... })`. */
64976
+ /** An interface for updating data on the `ChartGridlines` object, for use in `chartGridlines.set({ ... })`. */
64964
64977
  interface ChartGridlinesUpdateData {
64965
64978
  /**
64966
64979
  * Represents the formatting of chart gridlines.
@@ -64977,7 +64990,7 @@ declare namespace Excel {
64977
64990
  */
64978
64991
  visible?: boolean;
64979
64992
  }
64980
- /** An interface for updating data on the ChartGridlinesFormat object, for use in `chartGridlinesFormat.set({ ... })`. */
64993
+ /** An interface for updating data on the `ChartGridlinesFormat` object, for use in `chartGridlinesFormat.set({ ... })`. */
64981
64994
  interface ChartGridlinesFormatUpdateData {
64982
64995
  /**
64983
64996
  * Represents chart line formatting.
@@ -64987,7 +65000,7 @@ declare namespace Excel {
64987
65000
  */
64988
65001
  line?: Excel.Interfaces.ChartLineFormatUpdateData;
64989
65002
  }
64990
- /** An interface for updating data on the ChartLegend object, for use in `chartLegend.set({ ... })`. */
65003
+ /** An interface for updating data on the `ChartLegend` object, for use in `chartLegend.set({ ... })`. */
64991
65004
  interface ChartLegendUpdateData {
64992
65005
  /**
64993
65006
  * Represents the formatting of a chart legend, which includes fill and font formatting.
@@ -65053,7 +65066,7 @@ declare namespace Excel {
65053
65066
  */
65054
65067
  width?: number;
65055
65068
  }
65056
- /** An interface for updating data on the ChartLegendEntry object, for use in `chartLegendEntry.set({ ... })`. */
65069
+ /** An interface for updating data on the `ChartLegendEntry` object, for use in `chartLegendEntry.set({ ... })`. */
65057
65070
  interface ChartLegendEntryUpdateData {
65058
65071
  /**
65059
65072
  * Represents the visibility of a chart legend entry.
@@ -65063,11 +65076,11 @@ declare namespace Excel {
65063
65076
  */
65064
65077
  visible?: boolean;
65065
65078
  }
65066
- /** An interface for updating data on the ChartLegendEntryCollection object, for use in `chartLegendEntryCollection.set({ ... })`. */
65079
+ /** An interface for updating data on the `ChartLegendEntryCollection` object, for use in `chartLegendEntryCollection.set({ ... })`. */
65067
65080
  interface ChartLegendEntryCollectionUpdateData {
65068
65081
  items?: Excel.Interfaces.ChartLegendEntryData[];
65069
65082
  }
65070
- /** An interface for updating data on the ChartLegendFormat object, for use in `chartLegendFormat.set({ ... })`. */
65083
+ /** An interface for updating data on the `ChartLegendFormat` object, for use in `chartLegendFormat.set({ ... })`. */
65071
65084
  interface ChartLegendFormatUpdateData {
65072
65085
  /**
65073
65086
  * Represents the border format, which includes color, linestyle, and weight.
@@ -65084,7 +65097,7 @@ declare namespace Excel {
65084
65097
  */
65085
65098
  font?: Excel.Interfaces.ChartFontUpdateData;
65086
65099
  }
65087
- /** An interface for updating data on the ChartMapOptions object, for use in `chartMapOptions.set({ ... })`. */
65100
+ /** An interface for updating data on the `ChartMapOptions` object, for use in `chartMapOptions.set({ ... })`. */
65088
65101
  interface ChartMapOptionsUpdateData {
65089
65102
  /**
65090
65103
  * Specifies the series map labels strategy of a region map chart.
@@ -65108,7 +65121,7 @@ declare namespace Excel {
65108
65121
  */
65109
65122
  projectionType?: Excel.ChartMapProjectionType | "Automatic" | "Mercator" | "Miller" | "Robinson" | "Albers";
65110
65123
  }
65111
- /** An interface for updating data on the ChartTitle object, for use in `chartTitle.set({ ... })`. */
65124
+ /** An interface for updating data on the `ChartTitle` object, for use in `chartTitle.set({ ... })`. */
65112
65125
  interface ChartTitleUpdateData {
65113
65126
  /**
65114
65127
  * Represents the formatting of a chart title, which includes fill and font formatting.
@@ -65188,7 +65201,7 @@ declare namespace Excel {
65188
65201
  */
65189
65202
  visible?: boolean;
65190
65203
  }
65191
- /** An interface for updating data on the ChartFormatString object, for use in `chartFormatString.set({ ... })`. */
65204
+ /** An interface for updating data on the `ChartFormatString` object, for use in `chartFormatString.set({ ... })`. */
65192
65205
  interface ChartFormatStringUpdateData {
65193
65206
  /**
65194
65207
  * Represents the font attributes, such as font name, font size, and color of a chart characters object.
@@ -65198,7 +65211,7 @@ declare namespace Excel {
65198
65211
  */
65199
65212
  font?: Excel.Interfaces.ChartFontUpdateData;
65200
65213
  }
65201
- /** An interface for updating data on the ChartTitleFormat object, for use in `chartTitleFormat.set({ ... })`. */
65214
+ /** An interface for updating data on the `ChartTitleFormat` object, for use in `chartTitleFormat.set({ ... })`. */
65202
65215
  interface ChartTitleFormatUpdateData {
65203
65216
  /**
65204
65217
  * Represents the border format of chart title, which includes color, linestyle, and weight.
@@ -65215,7 +65228,7 @@ declare namespace Excel {
65215
65228
  */
65216
65229
  font?: Excel.Interfaces.ChartFontUpdateData;
65217
65230
  }
65218
- /** An interface for updating data on the ChartBorder object, for use in `chartBorder.set({ ... })`. */
65231
+ /** An interface for updating data on the `ChartBorder` object, for use in `chartBorder.set({ ... })`. */
65219
65232
  interface ChartBorderUpdateData {
65220
65233
  /**
65221
65234
  * HTML color code representing the color of borders in the chart.
@@ -65239,7 +65252,7 @@ declare namespace Excel {
65239
65252
  */
65240
65253
  weight?: number;
65241
65254
  }
65242
- /** An interface for updating data on the ChartBinOptions object, for use in `chartBinOptions.set({ ... })`. */
65255
+ /** An interface for updating data on the `ChartBinOptions` object, for use in `chartBinOptions.set({ ... })`. */
65243
65256
  interface ChartBinOptionsUpdateData {
65244
65257
  /**
65245
65258
  * Specifies if bin overflow is enabled in a histogram chart or pareto chart.
@@ -65291,7 +65304,7 @@ declare namespace Excel {
65291
65304
  */
65292
65305
  width?: number;
65293
65306
  }
65294
- /** An interface for updating data on the ChartBoxwhiskerOptions object, for use in `chartBoxwhiskerOptions.set({ ... })`. */
65307
+ /** An interface for updating data on the `ChartBoxwhiskerOptions` object, for use in `chartBoxwhiskerOptions.set({ ... })`. */
65295
65308
  interface ChartBoxwhiskerOptionsUpdateData {
65296
65309
  /**
65297
65310
  * Specifies if the quartile calculation type of a box and whisker chart.
@@ -65329,7 +65342,7 @@ declare namespace Excel {
65329
65342
  */
65330
65343
  showOutlierPoints?: boolean;
65331
65344
  }
65332
- /** An interface for updating data on the ChartLineFormat object, for use in `chartLineFormat.set({ ... })`. */
65345
+ /** An interface for updating data on the `ChartLineFormat` object, for use in `chartLineFormat.set({ ... })`. */
65333
65346
  interface ChartLineFormatUpdateData {
65334
65347
  /**
65335
65348
  * HTML color code representing the color of lines in the chart.
@@ -65353,7 +65366,7 @@ declare namespace Excel {
65353
65366
  */
65354
65367
  weight?: number;
65355
65368
  }
65356
- /** An interface for updating data on the ChartFont object, for use in `chartFont.set({ ... })`. */
65369
+ /** An interface for updating data on the `ChartFont` object, for use in `chartFont.set({ ... })`. */
65357
65370
  interface ChartFontUpdateData {
65358
65371
  /**
65359
65372
  * Represents the bold status of font.
@@ -65398,7 +65411,7 @@ declare namespace Excel {
65398
65411
  */
65399
65412
  underline?: Excel.ChartUnderlineStyle | "None" | "Single";
65400
65413
  }
65401
- /** An interface for updating data on the ChartTrendline object, for use in `chartTrendline.set({ ... })`. */
65414
+ /** An interface for updating data on the `ChartTrendline` object, for use in `chartTrendline.set({ ... })`. */
65402
65415
  interface ChartTrendlineUpdateData {
65403
65416
  /**
65404
65417
  * Represents the formatting of a chart trendline.
@@ -65478,11 +65491,11 @@ declare namespace Excel {
65478
65491
  */
65479
65492
  type?: Excel.ChartTrendlineType | "Linear" | "Exponential" | "Logarithmic" | "MovingAverage" | "Polynomial" | "Power";
65480
65493
  }
65481
- /** An interface for updating data on the ChartTrendlineCollection object, for use in `chartTrendlineCollection.set({ ... })`. */
65494
+ /** An interface for updating data on the `ChartTrendlineCollection` object, for use in `chartTrendlineCollection.set({ ... })`. */
65482
65495
  interface ChartTrendlineCollectionUpdateData {
65483
65496
  items?: Excel.Interfaces.ChartTrendlineData[];
65484
65497
  }
65485
- /** An interface for updating data on the ChartTrendlineFormat object, for use in `chartTrendlineFormat.set({ ... })`. */
65498
+ /** An interface for updating data on the `ChartTrendlineFormat` object, for use in `chartTrendlineFormat.set({ ... })`. */
65486
65499
  interface ChartTrendlineFormatUpdateData {
65487
65500
  /**
65488
65501
  * Represents chart line formatting.
@@ -65492,7 +65505,7 @@ declare namespace Excel {
65492
65505
  */
65493
65506
  line?: Excel.Interfaces.ChartLineFormatUpdateData;
65494
65507
  }
65495
- /** An interface for updating data on the ChartTrendlineLabel object, for use in `chartTrendlineLabel.set({ ... })`. */
65508
+ /** An interface for updating data on the `ChartTrendlineLabel` object, for use in `chartTrendlineLabel.set({ ... })`. */
65496
65509
  interface ChartTrendlineLabelUpdateData {
65497
65510
  /**
65498
65511
  * The format of the chart trendline label.
@@ -65574,7 +65587,7 @@ declare namespace Excel {
65574
65587
  */
65575
65588
  verticalAlignment?: Excel.ChartTextVerticalAlignment | "Center" | "Bottom" | "Top" | "Justify" | "Distributed";
65576
65589
  }
65577
- /** An interface for updating data on the ChartTrendlineLabelFormat object, for use in `chartTrendlineLabelFormat.set({ ... })`. */
65590
+ /** An interface for updating data on the `ChartTrendlineLabelFormat` object, for use in `chartTrendlineLabelFormat.set({ ... })`. */
65578
65591
  interface ChartTrendlineLabelFormatUpdateData {
65579
65592
  /**
65580
65593
  * Specifies the border format, which includes color, linestyle, and weight.
@@ -65591,7 +65604,7 @@ declare namespace Excel {
65591
65604
  */
65592
65605
  font?: Excel.Interfaces.ChartFontUpdateData;
65593
65606
  }
65594
- /** An interface for updating data on the ChartPlotArea object, for use in `chartPlotArea.set({ ... })`. */
65607
+ /** An interface for updating data on the `ChartPlotArea` object, for use in `chartPlotArea.set({ ... })`. */
65595
65608
  interface ChartPlotAreaUpdateData {
65596
65609
  /**
65597
65610
  * Specifies the formatting of a chart plot area.
@@ -65664,7 +65677,7 @@ declare namespace Excel {
65664
65677
  */
65665
65678
  width?: number;
65666
65679
  }
65667
- /** An interface for updating data on the ChartPlotAreaFormat object, for use in `chartPlotAreaFormat.set({ ... })`. */
65680
+ /** An interface for updating data on the `ChartPlotAreaFormat` object, for use in `chartPlotAreaFormat.set({ ... })`. */
65668
65681
  interface ChartPlotAreaFormatUpdateData {
65669
65682
  /**
65670
65683
  * Specifies the border attributes of a chart plot area.
@@ -65674,23 +65687,23 @@ declare namespace Excel {
65674
65687
  */
65675
65688
  border?: Excel.Interfaces.ChartBorderUpdateData;
65676
65689
  }
65677
- /** An interface for updating data on the CustomXmlPartScopedCollection object, for use in `customXmlPartScopedCollection.set({ ... })`. */
65690
+ /** An interface for updating data on the `CustomXmlPartScopedCollection` object, for use in `customXmlPartScopedCollection.set({ ... })`. */
65678
65691
  interface CustomXmlPartScopedCollectionUpdateData {
65679
65692
  items?: Excel.Interfaces.CustomXmlPartData[];
65680
65693
  }
65681
- /** An interface for updating data on the CustomXmlPartCollection object, for use in `customXmlPartCollection.set({ ... })`. */
65694
+ /** An interface for updating data on the `CustomXmlPartCollection` object, for use in `customXmlPartCollection.set({ ... })`. */
65682
65695
  interface CustomXmlPartCollectionUpdateData {
65683
65696
  items?: Excel.Interfaces.CustomXmlPartData[];
65684
65697
  }
65685
- /** An interface for updating data on the PivotTableScopedCollection object, for use in `pivotTableScopedCollection.set({ ... })`. */
65698
+ /** An interface for updating data on the `PivotTableScopedCollection` object, for use in `pivotTableScopedCollection.set({ ... })`. */
65686
65699
  interface PivotTableScopedCollectionUpdateData {
65687
65700
  items?: Excel.Interfaces.PivotTableData[];
65688
65701
  }
65689
- /** An interface for updating data on the PivotTableCollection object, for use in `pivotTableCollection.set({ ... })`. */
65702
+ /** An interface for updating data on the `PivotTableCollection` object, for use in `pivotTableCollection.set({ ... })`. */
65690
65703
  interface PivotTableCollectionUpdateData {
65691
65704
  items?: Excel.Interfaces.PivotTableData[];
65692
65705
  }
65693
- /** An interface for updating data on the PivotTable object, for use in `pivotTable.set({ ... })`. */
65706
+ /** An interface for updating data on the `PivotTable` object, for use in `pivotTable.set({ ... })`. */
65694
65707
  interface PivotTableUpdateData {
65695
65708
  /**
65696
65709
  * Specifies if the PivotTable allows the application of multiple PivotFilters on a given PivotField in the table.
@@ -65728,7 +65741,7 @@ declare namespace Excel {
65728
65741
  */
65729
65742
  useCustomSortLists?: boolean;
65730
65743
  }
65731
- /** An interface for updating data on the PivotLayout object, for use in `pivotLayout.set({ ... })`. */
65744
+ /** An interface for updating data on the `PivotLayout` object, for use in `pivotLayout.set({ ... })`. */
65732
65745
  interface PivotLayoutUpdateData {
65733
65746
  /**
65734
65747
  * The alt text description of the PivotTable.
@@ -65826,11 +65839,11 @@ declare namespace Excel {
65826
65839
  */
65827
65840
  subtotalLocation?: Excel.SubtotalLocationType | "AtTop" | "AtBottom" | "Off";
65828
65841
  }
65829
- /** An interface for updating data on the PivotHierarchyCollection object, for use in `pivotHierarchyCollection.set({ ... })`. */
65842
+ /** An interface for updating data on the `PivotHierarchyCollection` object, for use in `pivotHierarchyCollection.set({ ... })`. */
65830
65843
  interface PivotHierarchyCollectionUpdateData {
65831
65844
  items?: Excel.Interfaces.PivotHierarchyData[];
65832
65845
  }
65833
- /** An interface for updating data on the PivotHierarchy object, for use in `pivotHierarchy.set({ ... })`. */
65846
+ /** An interface for updating data on the `PivotHierarchy` object, for use in `pivotHierarchy.set({ ... })`. */
65834
65847
  interface PivotHierarchyUpdateData {
65835
65848
  /**
65836
65849
  * Name of the PivotHierarchy.
@@ -65840,11 +65853,11 @@ declare namespace Excel {
65840
65853
  */
65841
65854
  name?: string;
65842
65855
  }
65843
- /** An interface for updating data on the RowColumnPivotHierarchyCollection object, for use in `rowColumnPivotHierarchyCollection.set({ ... })`. */
65856
+ /** An interface for updating data on the `RowColumnPivotHierarchyCollection` object, for use in `rowColumnPivotHierarchyCollection.set({ ... })`. */
65844
65857
  interface RowColumnPivotHierarchyCollectionUpdateData {
65845
65858
  items?: Excel.Interfaces.RowColumnPivotHierarchyData[];
65846
65859
  }
65847
- /** An interface for updating data on the RowColumnPivotHierarchy object, for use in `rowColumnPivotHierarchy.set({ ... })`. */
65860
+ /** An interface for updating data on the `RowColumnPivotHierarchy` object, for use in `rowColumnPivotHierarchy.set({ ... })`. */
65848
65861
  interface RowColumnPivotHierarchyUpdateData {
65849
65862
  /**
65850
65863
  * Name of the RowColumnPivotHierarchy.
@@ -65861,11 +65874,11 @@ declare namespace Excel {
65861
65874
  */
65862
65875
  position?: number;
65863
65876
  }
65864
- /** An interface for updating data on the FilterPivotHierarchyCollection object, for use in `filterPivotHierarchyCollection.set({ ... })`. */
65877
+ /** An interface for updating data on the `FilterPivotHierarchyCollection` object, for use in `filterPivotHierarchyCollection.set({ ... })`. */
65865
65878
  interface FilterPivotHierarchyCollectionUpdateData {
65866
65879
  items?: Excel.Interfaces.FilterPivotHierarchyData[];
65867
65880
  }
65868
- /** An interface for updating data on the FilterPivotHierarchy object, for use in `filterPivotHierarchy.set({ ... })`. */
65881
+ /** An interface for updating data on the `FilterPivotHierarchy` object, for use in `filterPivotHierarchy.set({ ... })`. */
65869
65882
  interface FilterPivotHierarchyUpdateData {
65870
65883
  /**
65871
65884
  * Determines whether to allow multiple filter items.
@@ -65889,11 +65902,11 @@ declare namespace Excel {
65889
65902
  */
65890
65903
  position?: number;
65891
65904
  }
65892
- /** An interface for updating data on the DataPivotHierarchyCollection object, for use in `dataPivotHierarchyCollection.set({ ... })`. */
65905
+ /** An interface for updating data on the `DataPivotHierarchyCollection` object, for use in `dataPivotHierarchyCollection.set({ ... })`. */
65893
65906
  interface DataPivotHierarchyCollectionUpdateData {
65894
65907
  items?: Excel.Interfaces.DataPivotHierarchyData[];
65895
65908
  }
65896
- /** An interface for updating data on the DataPivotHierarchy object, for use in `dataPivotHierarchy.set({ ... })`. */
65909
+ /** An interface for updating data on the `DataPivotHierarchy` object, for use in `dataPivotHierarchy.set({ ... })`. */
65897
65910
  interface DataPivotHierarchyUpdateData {
65898
65911
  /**
65899
65912
  * Returns the PivotFields associated with the DataPivotHierarchy.
@@ -65938,11 +65951,11 @@ declare namespace Excel {
65938
65951
  */
65939
65952
  summarizeBy?: Excel.AggregationFunction | "Unknown" | "Automatic" | "Sum" | "Count" | "Average" | "Max" | "Min" | "Product" | "CountNumbers" | "StandardDeviation" | "StandardDeviationP" | "Variance" | "VarianceP";
65940
65953
  }
65941
- /** An interface for updating data on the PivotFieldCollection object, for use in `pivotFieldCollection.set({ ... })`. */
65954
+ /** An interface for updating data on the `PivotFieldCollection` object, for use in `pivotFieldCollection.set({ ... })`. */
65942
65955
  interface PivotFieldCollectionUpdateData {
65943
65956
  items?: Excel.Interfaces.PivotFieldData[];
65944
65957
  }
65945
- /** An interface for updating data on the PivotField object, for use in `pivotField.set({ ... })`. */
65958
+ /** An interface for updating data on the `PivotField` object, for use in `pivotField.set({ ... })`. */
65946
65959
  interface PivotFieldUpdateData {
65947
65960
  /**
65948
65961
  * Name of the PivotField.
@@ -65966,11 +65979,11 @@ declare namespace Excel {
65966
65979
  */
65967
65980
  subtotals?: Excel.Subtotals;
65968
65981
  }
65969
- /** An interface for updating data on the PivotItemCollection object, for use in `pivotItemCollection.set({ ... })`. */
65982
+ /** An interface for updating data on the `PivotItemCollection` object, for use in `pivotItemCollection.set({ ... })`. */
65970
65983
  interface PivotItemCollectionUpdateData {
65971
65984
  items?: Excel.Interfaces.PivotItemData[];
65972
65985
  }
65973
- /** An interface for updating data on the PivotItem object, for use in `pivotItem.set({ ... })`. */
65986
+ /** An interface for updating data on the `PivotItem` object, for use in `pivotItem.set({ ... })`. */
65974
65987
  interface PivotItemUpdateData {
65975
65988
  /**
65976
65989
  * Determines whether the item is expanded to show child items or if it's collapsed and child items are hidden.
@@ -65994,7 +66007,7 @@ declare namespace Excel {
65994
66007
  */
65995
66008
  visible?: boolean;
65996
66009
  }
65997
- /** An interface for updating data on the WorksheetCustomProperty object, for use in `worksheetCustomProperty.set({ ... })`. */
66010
+ /** An interface for updating data on the `WorksheetCustomProperty` object, for use in `worksheetCustomProperty.set({ ... })`. */
65998
66011
  interface WorksheetCustomPropertyUpdateData {
65999
66012
  /**
66000
66013
  * Gets or sets the value of the custom property.
@@ -66004,11 +66017,11 @@ declare namespace Excel {
66004
66017
  */
66005
66018
  value?: string;
66006
66019
  }
66007
- /** An interface for updating data on the WorksheetCustomPropertyCollection object, for use in `worksheetCustomPropertyCollection.set({ ... })`. */
66020
+ /** An interface for updating data on the `WorksheetCustomPropertyCollection` object, for use in `worksheetCustomPropertyCollection.set({ ... })`. */
66008
66021
  interface WorksheetCustomPropertyCollectionUpdateData {
66009
66022
  items?: Excel.Interfaces.WorksheetCustomPropertyData[];
66010
66023
  }
66011
- /** An interface for updating data on the DocumentProperties object, for use in `documentProperties.set({ ... })`. */
66024
+ /** An interface for updating data on the `DocumentProperties` object, for use in `documentProperties.set({ ... })`. */
66012
66025
  interface DocumentPropertiesUpdateData {
66013
66026
  /**
66014
66027
  * The author of the workbook.
@@ -66025,7 +66038,7 @@ declare namespace Excel {
66025
66038
  */
66026
66039
  category?: string;
66027
66040
  /**
66028
- * The comments of the workbook.
66041
+ * The comment field in the metadata of the workbook. These have no connection to comments by users made in the workbork.
66029
66042
  *
66030
66043
  * @remarks
66031
66044
  * [Api set: ExcelApi 1.7]
@@ -66074,7 +66087,7 @@ declare namespace Excel {
66074
66087
  */
66075
66088
  title?: string;
66076
66089
  }
66077
- /** An interface for updating data on the CustomProperty object, for use in `customProperty.set({ ... })`. */
66090
+ /** An interface for updating data on the `CustomProperty` object, for use in `customProperty.set({ ... })`. */
66078
66091
  interface CustomPropertyUpdateData {
66079
66092
  /**
66080
66093
  * 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 +66097,15 @@ declare namespace Excel {
66084
66097
  */
66085
66098
  value?: any;
66086
66099
  }
66087
- /** An interface for updating data on the CustomPropertyCollection object, for use in `customPropertyCollection.set({ ... })`. */
66100
+ /** An interface for updating data on the `CustomPropertyCollection` object, for use in `customPropertyCollection.set({ ... })`. */
66088
66101
  interface CustomPropertyCollectionUpdateData {
66089
66102
  items?: Excel.Interfaces.CustomPropertyData[];
66090
66103
  }
66091
- /** An interface for updating data on the ConditionalFormatCollection object, for use in `conditionalFormatCollection.set({ ... })`. */
66104
+ /** An interface for updating data on the `ConditionalFormatCollection` object, for use in `conditionalFormatCollection.set({ ... })`. */
66092
66105
  interface ConditionalFormatCollectionUpdateData {
66093
66106
  items?: Excel.Interfaces.ConditionalFormatData[];
66094
66107
  }
66095
- /** An interface for updating data on the ConditionalFormat object, for use in `conditionalFormat.set({ ... })`. */
66108
+ /** An interface for updating data on the `ConditionalFormat` object, for use in `conditionalFormat.set({ ... })`. */
66096
66109
  interface ConditionalFormatUpdateData {
66097
66110
  /**
66098
66111
  * Returns the cell value conditional format properties if the current conditional format is a `CellValue` type.
@@ -66230,7 +66243,7 @@ declare namespace Excel {
66230
66243
  */
66231
66244
  stopIfTrue?: boolean;
66232
66245
  }
66233
- /** An interface for updating data on the DataBarConditionalFormat object, for use in `dataBarConditionalFormat.set({ ... })`. */
66246
+ /** An interface for updating data on the `DataBarConditionalFormat` object, for use in `dataBarConditionalFormat.set({ ... })`. */
66234
66247
  interface DataBarConditionalFormatUpdateData {
66235
66248
  /**
66236
66249
  * Representation of all values to the left of the axis in an Excel data bar.
@@ -66292,7 +66305,7 @@ declare namespace Excel {
66292
66305
  */
66293
66306
  upperBoundRule?: Excel.ConditionalDataBarRule;
66294
66307
  }
66295
- /** An interface for updating data on the ConditionalDataBarPositiveFormat object, for use in `conditionalDataBarPositiveFormat.set({ ... })`. */
66308
+ /** An interface for updating data on the `ConditionalDataBarPositiveFormat` object, for use in `conditionalDataBarPositiveFormat.set({ ... })`. */
66296
66309
  interface ConditionalDataBarPositiveFormatUpdateData {
66297
66310
  /**
66298
66311
  * 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 +66330,7 @@ declare namespace Excel {
66317
66330
  */
66318
66331
  gradientFill?: boolean;
66319
66332
  }
66320
- /** An interface for updating data on the ConditionalDataBarNegativeFormat object, for use in `conditionalDataBarNegativeFormat.set({ ... })`. */
66333
+ /** An interface for updating data on the `ConditionalDataBarNegativeFormat` object, for use in `conditionalDataBarNegativeFormat.set({ ... })`. */
66321
66334
  interface ConditionalDataBarNegativeFormatUpdateData {
66322
66335
  /**
66323
66336
  * 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 +66362,7 @@ declare namespace Excel {
66349
66362
  */
66350
66363
  matchPositiveFillColor?: boolean;
66351
66364
  }
66352
- /** An interface for updating data on the CustomConditionalFormat object, for use in `customConditionalFormat.set({ ... })`. */
66365
+ /** An interface for updating data on the `CustomConditionalFormat` object, for use in `customConditionalFormat.set({ ... })`. */
66353
66366
  interface CustomConditionalFormatUpdateData {
66354
66367
  /**
66355
66368
  * Returns a format object, encapsulating the conditional formats font, fill, borders, and other properties.
@@ -66366,7 +66379,7 @@ declare namespace Excel {
66366
66379
  */
66367
66380
  rule?: Excel.Interfaces.ConditionalFormatRuleUpdateData;
66368
66381
  }
66369
- /** An interface for updating data on the ConditionalFormatRule object, for use in `conditionalFormatRule.set({ ... })`. */
66382
+ /** An interface for updating data on the `ConditionalFormatRule` object, for use in `conditionalFormatRule.set({ ... })`. */
66370
66383
  interface ConditionalFormatRuleUpdateData {
66371
66384
  /**
66372
66385
  * The formula, if required, on which to evaluate the conditional format rule.
@@ -66390,7 +66403,7 @@ declare namespace Excel {
66390
66403
  */
66391
66404
  formulaR1C1?: string;
66392
66405
  }
66393
- /** An interface for updating data on the IconSetConditionalFormat object, for use in `iconSetConditionalFormat.set({ ... })`. */
66406
+ /** An interface for updating data on the `IconSetConditionalFormat` object, for use in `iconSetConditionalFormat.set({ ... })`. */
66394
66407
  interface IconSetConditionalFormatUpdateData {
66395
66408
  /**
66396
66409
  * 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 +66434,7 @@ declare namespace Excel {
66421
66434
  */
66422
66435
  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
66436
  }
66424
- /** An interface for updating data on the ColorScaleConditionalFormat object, for use in `colorScaleConditionalFormat.set({ ... })`. */
66437
+ /** An interface for updating data on the `ColorScaleConditionalFormat` object, for use in `colorScaleConditionalFormat.set({ ... })`. */
66425
66438
  interface ColorScaleConditionalFormatUpdateData {
66426
66439
  /**
66427
66440
  * The criteria of the color scale. Midpoint is optional when using a two point color scale.
@@ -66431,7 +66444,7 @@ declare namespace Excel {
66431
66444
  */
66432
66445
  criteria?: Excel.ConditionalColorScaleCriteria;
66433
66446
  }
66434
- /** An interface for updating data on the TopBottomConditionalFormat object, for use in `topBottomConditionalFormat.set({ ... })`. */
66447
+ /** An interface for updating data on the `TopBottomConditionalFormat` object, for use in `topBottomConditionalFormat.set({ ... })`. */
66435
66448
  interface TopBottomConditionalFormatUpdateData {
66436
66449
  /**
66437
66450
  * Returns a format object, encapsulating the conditional format's font, fill, borders, and other properties.
@@ -66448,7 +66461,7 @@ declare namespace Excel {
66448
66461
  */
66449
66462
  rule?: Excel.ConditionalTopBottomRule;
66450
66463
  }
66451
- /** An interface for updating data on the PresetCriteriaConditionalFormat object, for use in `presetCriteriaConditionalFormat.set({ ... })`. */
66464
+ /** An interface for updating data on the `PresetCriteriaConditionalFormat` object, for use in `presetCriteriaConditionalFormat.set({ ... })`. */
66452
66465
  interface PresetCriteriaConditionalFormatUpdateData {
66453
66466
  /**
66454
66467
  * Returns a format object, encapsulating the conditional formats font, fill, borders, and other properties.
@@ -66465,7 +66478,7 @@ declare namespace Excel {
66465
66478
  */
66466
66479
  rule?: Excel.ConditionalPresetCriteriaRule;
66467
66480
  }
66468
- /** An interface for updating data on the TextConditionalFormat object, for use in `textConditionalFormat.set({ ... })`. */
66481
+ /** An interface for updating data on the `TextConditionalFormat` object, for use in `textConditionalFormat.set({ ... })`. */
66469
66482
  interface TextConditionalFormatUpdateData {
66470
66483
  /**
66471
66484
  * Returns a format object, encapsulating the conditional format's font, fill, borders, and other properties.
@@ -66482,7 +66495,7 @@ declare namespace Excel {
66482
66495
  */
66483
66496
  rule?: Excel.ConditionalTextComparisonRule;
66484
66497
  }
66485
- /** An interface for updating data on the CellValueConditionalFormat object, for use in `cellValueConditionalFormat.set({ ... })`. */
66498
+ /** An interface for updating data on the `CellValueConditionalFormat` object, for use in `cellValueConditionalFormat.set({ ... })`. */
66486
66499
  interface CellValueConditionalFormatUpdateData {
66487
66500
  /**
66488
66501
  * Returns a format object, encapsulating the conditional formats font, fill, borders, and other properties.
@@ -66499,7 +66512,7 @@ declare namespace Excel {
66499
66512
  */
66500
66513
  rule?: Excel.ConditionalCellValueRule;
66501
66514
  }
66502
- /** An interface for updating data on the ConditionalRangeFormat object, for use in `conditionalRangeFormat.set({ ... })`. */
66515
+ /** An interface for updating data on the `ConditionalRangeFormat` object, for use in `conditionalRangeFormat.set({ ... })`. */
66503
66516
  interface ConditionalRangeFormatUpdateData {
66504
66517
  /**
66505
66518
  * Collection of border objects that apply to the overall conditional format range.
@@ -66523,7 +66536,7 @@ declare namespace Excel {
66523
66536
  */
66524
66537
  font?: Excel.Interfaces.ConditionalRangeFontUpdateData;
66525
66538
  /**
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}.
66539
+ * 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
66540
  Cleared if `null` is passed in.
66528
66541
  *
66529
66542
  * @remarks
@@ -66531,7 +66544,7 @@ declare namespace Excel {
66531
66544
  */
66532
66545
  numberFormat?: any;
66533
66546
  }
66534
- /** An interface for updating data on the ConditionalRangeFont object, for use in `conditionalRangeFont.set({ ... })`. */
66547
+ /** An interface for updating data on the `ConditionalRangeFont` object, for use in `conditionalRangeFont.set({ ... })`. */
66535
66548
  interface ConditionalRangeFontUpdateData {
66536
66549
  /**
66537
66550
  * Specifies if the font is bold.
@@ -66569,7 +66582,7 @@ declare namespace Excel {
66569
66582
  */
66570
66583
  underline?: Excel.ConditionalRangeFontUnderlineStyle | "None" | "Single" | "Double";
66571
66584
  }
66572
- /** An interface for updating data on the ConditionalRangeFill object, for use in `conditionalRangeFill.set({ ... })`. */
66585
+ /** An interface for updating data on the `ConditionalRangeFill` object, for use in `conditionalRangeFill.set({ ... })`. */
66573
66586
  interface ConditionalRangeFillUpdateData {
66574
66587
  /**
66575
66588
  * 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 +66592,7 @@ declare namespace Excel {
66579
66592
  */
66580
66593
  color?: string;
66581
66594
  }
66582
- /** An interface for updating data on the ConditionalRangeBorder object, for use in `conditionalRangeBorder.set({ ... })`. */
66595
+ /** An interface for updating data on the `ConditionalRangeBorder` object, for use in `conditionalRangeBorder.set({ ... })`. */
66583
66596
  interface ConditionalRangeBorderUpdateData {
66584
66597
  /**
66585
66598
  * 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 +66609,7 @@ declare namespace Excel {
66596
66609
  */
66597
66610
  style?: Excel.ConditionalRangeBorderLineStyle | "None" | "Continuous" | "Dash" | "DashDot" | "DashDotDot" | "Dot";
66598
66611
  }
66599
- /** An interface for updating data on the ConditionalRangeBorderCollection object, for use in `conditionalRangeBorderCollection.set({ ... })`. */
66612
+ /** An interface for updating data on the `ConditionalRangeBorderCollection` object, for use in `conditionalRangeBorderCollection.set({ ... })`. */
66600
66613
  interface ConditionalRangeBorderCollectionUpdateData {
66601
66614
  /**
66602
66615
  * Gets the bottom border.
@@ -66628,7 +66641,7 @@ declare namespace Excel {
66628
66641
  top?: Excel.Interfaces.ConditionalRangeBorderUpdateData;
66629
66642
  items?: Excel.Interfaces.ConditionalRangeBorderData[];
66630
66643
  }
66631
- /** An interface for updating data on the Style object, for use in `style.set({ ... })`. */
66644
+ /** An interface for updating data on the `Style` object, for use in `style.set({ ... })`. */
66632
66645
  interface StyleUpdateData {
66633
66646
  /**
66634
66647
  * A collection of four border objects that represent the style of the four borders.
@@ -66778,15 +66791,15 @@ declare namespace Excel {
66778
66791
  */
66779
66792
  wrapText?: boolean;
66780
66793
  }
66781
- /** An interface for updating data on the StyleCollection object, for use in `styleCollection.set({ ... })`. */
66794
+ /** An interface for updating data on the `StyleCollection` object, for use in `styleCollection.set({ ... })`. */
66782
66795
  interface StyleCollectionUpdateData {
66783
66796
  items?: Excel.Interfaces.StyleData[];
66784
66797
  }
66785
- /** An interface for updating data on the TableStyleCollection object, for use in `tableStyleCollection.set({ ... })`. */
66798
+ /** An interface for updating data on the `TableStyleCollection` object, for use in `tableStyleCollection.set({ ... })`. */
66786
66799
  interface TableStyleCollectionUpdateData {
66787
66800
  items?: Excel.Interfaces.TableStyleData[];
66788
66801
  }
66789
- /** An interface for updating data on the TableStyle object, for use in `tableStyle.set({ ... })`. */
66802
+ /** An interface for updating data on the `TableStyle` object, for use in `tableStyle.set({ ... })`. */
66790
66803
  interface TableStyleUpdateData {
66791
66804
  /**
66792
66805
  * Specifies the name of the table style.
@@ -66796,11 +66809,11 @@ declare namespace Excel {
66796
66809
  */
66797
66810
  name?: string;
66798
66811
  }
66799
- /** An interface for updating data on the PivotTableStyleCollection object, for use in `pivotTableStyleCollection.set({ ... })`. */
66812
+ /** An interface for updating data on the `PivotTableStyleCollection` object, for use in `pivotTableStyleCollection.set({ ... })`. */
66800
66813
  interface PivotTableStyleCollectionUpdateData {
66801
66814
  items?: Excel.Interfaces.PivotTableStyleData[];
66802
66815
  }
66803
- /** An interface for updating data on the PivotTableStyle object, for use in `pivotTableStyle.set({ ... })`. */
66816
+ /** An interface for updating data on the `PivotTableStyle` object, for use in `pivotTableStyle.set({ ... })`. */
66804
66817
  interface PivotTableStyleUpdateData {
66805
66818
  /**
66806
66819
  * Specifies the name of the PivotTable style.
@@ -66810,11 +66823,11 @@ declare namespace Excel {
66810
66823
  */
66811
66824
  name?: string;
66812
66825
  }
66813
- /** An interface for updating data on the SlicerStyleCollection object, for use in `slicerStyleCollection.set({ ... })`. */
66826
+ /** An interface for updating data on the `SlicerStyleCollection` object, for use in `slicerStyleCollection.set({ ... })`. */
66814
66827
  interface SlicerStyleCollectionUpdateData {
66815
66828
  items?: Excel.Interfaces.SlicerStyleData[];
66816
66829
  }
66817
- /** An interface for updating data on the SlicerStyle object, for use in `slicerStyle.set({ ... })`. */
66830
+ /** An interface for updating data on the `SlicerStyle` object, for use in `slicerStyle.set({ ... })`. */
66818
66831
  interface SlicerStyleUpdateData {
66819
66832
  /**
66820
66833
  * Specifies the name of the slicer style.
@@ -66824,11 +66837,11 @@ declare namespace Excel {
66824
66837
  */
66825
66838
  name?: string;
66826
66839
  }
66827
- /** An interface for updating data on the TimelineStyleCollection object, for use in `timelineStyleCollection.set({ ... })`. */
66840
+ /** An interface for updating data on the `TimelineStyleCollection` object, for use in `timelineStyleCollection.set({ ... })`. */
66828
66841
  interface TimelineStyleCollectionUpdateData {
66829
66842
  items?: Excel.Interfaces.TimelineStyleData[];
66830
66843
  }
66831
- /** An interface for updating data on the TimelineStyle object, for use in `timelineStyle.set({ ... })`. */
66844
+ /** An interface for updating data on the `TimelineStyle` object, for use in `timelineStyle.set({ ... })`. */
66832
66845
  interface TimelineStyleUpdateData {
66833
66846
  /**
66834
66847
  * Specifies the name of the timeline style.
@@ -66838,7 +66851,7 @@ declare namespace Excel {
66838
66851
  */
66839
66852
  name?: string;
66840
66853
  }
66841
- /** An interface for updating data on the PageLayout object, for use in `pageLayout.set({ ... })`. */
66854
+ /** An interface for updating data on the `PageLayout` object, for use in `pageLayout.set({ ... })`. */
66842
66855
  interface PageLayoutUpdateData {
66843
66856
  /**
66844
66857
  * Header and footer configuration for the worksheet.
@@ -66982,7 +66995,7 @@ declare namespace Excel {
66982
66995
  */
66983
66996
  zoom?: Excel.PageLayoutZoomOptions;
66984
66997
  }
66985
- /** An interface for updating data on the HeaderFooter object, for use in `headerFooter.set({ ... })`. */
66998
+ /** An interface for updating data on the `HeaderFooter` object, for use in `headerFooter.set({ ... })`. */
66986
66999
  interface HeaderFooterUpdateData {
66987
67000
  /**
66988
67001
  * The center footer of the worksheet.
@@ -67033,7 +67046,7 @@ declare namespace Excel {
67033
67046
  */
67034
67047
  rightHeader?: string;
67035
67048
  }
67036
- /** An interface for updating data on the HeaderFooterGroup object, for use in `headerFooterGroup.set({ ... })`. */
67049
+ /** An interface for updating data on the `HeaderFooterGroup` object, for use in `headerFooterGroup.set({ ... })`. */
67037
67050
  interface HeaderFooterGroupUpdateData {
67038
67051
  /**
67039
67052
  * The general header/footer, used for all pages unless even/odd or first page is specified.
@@ -67085,23 +67098,23 @@ declare namespace Excel {
67085
67098
  */
67086
67099
  useSheetScale?: boolean;
67087
67100
  }
67088
- /** An interface for updating data on the PageBreakCollection object, for use in `pageBreakCollection.set({ ... })`. */
67101
+ /** An interface for updating data on the `PageBreakCollection` object, for use in `pageBreakCollection.set({ ... })`. */
67089
67102
  interface PageBreakCollectionUpdateData {
67090
67103
  items?: Excel.Interfaces.PageBreakData[];
67091
67104
  }
67092
- /** An interface for updating data on the RangeCollection object, for use in `rangeCollection.set({ ... })`. */
67105
+ /** An interface for updating data on the `RangeCollection` object, for use in `rangeCollection.set({ ... })`. */
67093
67106
  interface RangeCollectionUpdateData {
67094
67107
  items?: Excel.Interfaces.RangeData[];
67095
67108
  }
67096
- /** An interface for updating data on the RangeAreasCollection object, for use in `rangeAreasCollection.set({ ... })`. */
67109
+ /** An interface for updating data on the `RangeAreasCollection` object, for use in `rangeAreasCollection.set({ ... })`. */
67097
67110
  interface RangeAreasCollectionUpdateData {
67098
67111
  items?: Excel.Interfaces.RangeAreasData[];
67099
67112
  }
67100
- /** An interface for updating data on the CommentCollection object, for use in `commentCollection.set({ ... })`. */
67113
+ /** An interface for updating data on the `CommentCollection` object, for use in `commentCollection.set({ ... })`. */
67101
67114
  interface CommentCollectionUpdateData {
67102
67115
  items?: Excel.Interfaces.CommentData[];
67103
67116
  }
67104
- /** An interface for updating data on the Comment object, for use in `comment.set({ ... })`. */
67117
+ /** An interface for updating data on the `Comment` object, for use in `comment.set({ ... })`. */
67105
67118
  interface CommentUpdateData {
67106
67119
  /**
67107
67120
  * The comment's content. The string is plain text.
@@ -67118,11 +67131,11 @@ declare namespace Excel {
67118
67131
  */
67119
67132
  resolved?: boolean;
67120
67133
  }
67121
- /** An interface for updating data on the CommentReplyCollection object, for use in `commentReplyCollection.set({ ... })`. */
67134
+ /** An interface for updating data on the `CommentReplyCollection` object, for use in `commentReplyCollection.set({ ... })`. */
67122
67135
  interface CommentReplyCollectionUpdateData {
67123
67136
  items?: Excel.Interfaces.CommentReplyData[];
67124
67137
  }
67125
- /** An interface for updating data on the CommentReply object, for use in `commentReply.set({ ... })`. */
67138
+ /** An interface for updating data on the `CommentReply` object, for use in `commentReply.set({ ... })`. */
67126
67139
  interface CommentReplyUpdateData {
67127
67140
  /**
67128
67141
  * The comment reply's content. The string is plain text.
@@ -67132,11 +67145,11 @@ declare namespace Excel {
67132
67145
  */
67133
67146
  content?: string;
67134
67147
  }
67135
- /** An interface for updating data on the ShapeCollection object, for use in `shapeCollection.set({ ... })`. */
67148
+ /** An interface for updating data on the `ShapeCollection` object, for use in `shapeCollection.set({ ... })`. */
67136
67149
  interface ShapeCollectionUpdateData {
67137
67150
  items?: Excel.Interfaces.ShapeData[];
67138
67151
  }
67139
- /** An interface for updating data on the Shape object, for use in `shape.set({ ... })`. */
67152
+ /** An interface for updating data on the `Shape` object, for use in `shape.set({ ... })`. */
67140
67153
  interface ShapeUpdateData {
67141
67154
  /**
67142
67155
  * Returns the fill formatting of this shape.
@@ -67241,11 +67254,11 @@ declare namespace Excel {
67241
67254
  */
67242
67255
  width?: number;
67243
67256
  }
67244
- /** An interface for updating data on the GroupShapeCollection object, for use in `groupShapeCollection.set({ ... })`. */
67257
+ /** An interface for updating data on the `GroupShapeCollection` object, for use in `groupShapeCollection.set({ ... })`. */
67245
67258
  interface GroupShapeCollectionUpdateData {
67246
67259
  items?: Excel.Interfaces.ShapeData[];
67247
67260
  }
67248
- /** An interface for updating data on the Line object, for use in `line.set({ ... })`. */
67261
+ /** An interface for updating data on the `Line` object, for use in `line.set({ ... })`. */
67249
67262
  interface LineUpdateData {
67250
67263
  /**
67251
67264
  * Represents the length of the arrowhead at the beginning of the specified line.
@@ -67297,7 +67310,7 @@ declare namespace Excel {
67297
67310
  */
67298
67311
  connectorType?: Excel.ConnectorType | "Straight" | "Elbow" | "Curve";
67299
67312
  }
67300
- /** An interface for updating data on the ShapeFill object, for use in `shapeFill.set({ ... })`. */
67313
+ /** An interface for updating data on the `ShapeFill` object, for use in `shapeFill.set({ ... })`. */
67301
67314
  interface ShapeFillUpdateData {
67302
67315
  /**
67303
67316
  * 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 +67327,7 @@ declare namespace Excel {
67314
67327
  */
67315
67328
  transparency?: number;
67316
67329
  }
67317
- /** An interface for updating data on the ShapeLineFormat object, for use in `shapeLineFormat.set({ ... })`. */
67330
+ /** An interface for updating data on the `ShapeLineFormat` object, for use in `shapeLineFormat.set({ ... })`. */
67318
67331
  interface ShapeLineFormatUpdateData {
67319
67332
  /**
67320
67333
  * 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 +67372,7 @@ declare namespace Excel {
67359
67372
  */
67360
67373
  weight?: number;
67361
67374
  }
67362
- /** An interface for updating data on the TextFrame object, for use in `textFrame.set({ ... })`. */
67375
+ /** An interface for updating data on the `TextFrame` object, for use in `textFrame.set({ ... })`. */
67363
67376
  interface TextFrameUpdateData {
67364
67377
  /**
67365
67378
  * 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 +67452,7 @@ declare namespace Excel {
67439
67452
  */
67440
67453
  verticalOverflow?: Excel.ShapeTextVerticalOverflow | "Overflow" | "Ellipsis" | "Clip";
67441
67454
  }
67442
- /** An interface for updating data on the TextRange object, for use in `textRange.set({ ... })`. */
67455
+ /** An interface for updating data on the `TextRange` object, for use in `textRange.set({ ... })`. */
67443
67456
  interface TextRangeUpdateData {
67444
67457
  /**
67445
67458
  * Returns a `ShapeFont` object that represents the font attributes for the text range.
@@ -67456,7 +67469,7 @@ declare namespace Excel {
67456
67469
  */
67457
67470
  text?: string;
67458
67471
  }
67459
- /** An interface for updating data on the ShapeFont object, for use in `shapeFont.set({ ... })`. */
67472
+ /** An interface for updating data on the `ShapeFont` object, for use in `shapeFont.set({ ... })`. */
67460
67473
  interface ShapeFontUpdateData {
67461
67474
  /**
67462
67475
  * Represents the bold status of font. Returns `null` if the `TextRange` includes both bold and non-bold text fragments.
@@ -67501,7 +67514,7 @@ declare namespace Excel {
67501
67514
  */
67502
67515
  underline?: Excel.ShapeFontUnderlineStyle | "None" | "Single" | "Double" | "Heavy" | "Dotted" | "DottedHeavy" | "Dash" | "DashHeavy" | "DashLong" | "DashLongHeavy" | "DotDash" | "DotDashHeavy" | "DotDotDash" | "DotDotDashHeavy" | "Wavy" | "WavyHeavy" | "WavyDouble";
67503
67516
  }
67504
- /** An interface for updating data on the Slicer object, for use in `slicer.set({ ... })`. */
67517
+ /** An interface for updating data on the `Slicer` object, for use in `slicer.set({ ... })`. */
67505
67518
  interface SlicerUpdateData {
67506
67519
  /**
67507
67520
  * Represents the worksheet containing the slicer.
@@ -67571,11 +67584,11 @@ declare namespace Excel {
67571
67584
  */
67572
67585
  width?: number;
67573
67586
  }
67574
- /** An interface for updating data on the SlicerCollection object, for use in `slicerCollection.set({ ... })`. */
67587
+ /** An interface for updating data on the `SlicerCollection` object, for use in `slicerCollection.set({ ... })`. */
67575
67588
  interface SlicerCollectionUpdateData {
67576
67589
  items?: Excel.Interfaces.SlicerData[];
67577
67590
  }
67578
- /** An interface for updating data on the SlicerItem object, for use in `slicerItem.set({ ... })`. */
67591
+ /** An interface for updating data on the `SlicerItem` object, for use in `slicerItem.set({ ... })`. */
67579
67592
  interface SlicerItemUpdateData {
67580
67593
  /**
67581
67594
  * Value is `true` if the slicer item is selected.
@@ -67587,11 +67600,11 @@ declare namespace Excel {
67587
67600
  */
67588
67601
  isSelected?: boolean;
67589
67602
  }
67590
- /** An interface for updating data on the SlicerItemCollection object, for use in `slicerItemCollection.set({ ... })`. */
67603
+ /** An interface for updating data on the `SlicerItemCollection` object, for use in `slicerItemCollection.set({ ... })`. */
67591
67604
  interface SlicerItemCollectionUpdateData {
67592
67605
  items?: Excel.Interfaces.SlicerItemData[];
67593
67606
  }
67594
- /** An interface for updating data on the NamedSheetView object, for use in `namedSheetView.set({ ... })`. */
67607
+ /** An interface for updating data on the `NamedSheetView` object, for use in `namedSheetView.set({ ... })`. */
67595
67608
  interface NamedSheetViewUpdateData {
67596
67609
  /**
67597
67610
  * Gets or sets the name of the sheet view.
@@ -67602,7 +67615,7 @@ declare namespace Excel {
67602
67615
  */
67603
67616
  name?: string;
67604
67617
  }
67605
- /** An interface for updating data on the NamedSheetViewCollection object, for use in `namedSheetViewCollection.set({ ... })`. */
67618
+ /** An interface for updating data on the `NamedSheetViewCollection` object, for use in `namedSheetViewCollection.set({ ... })`. */
67606
67619
  interface NamedSheetViewCollectionUpdateData {
67607
67620
  items?: Excel.Interfaces.NamedSheetViewData[];
67608
67621
  }
@@ -68365,7 +68378,7 @@ declare namespace Excel {
68365
68378
  */
68366
68379
  linkedDataTypeState?: Excel.LinkedDataTypeState[][];
68367
68380
  /**
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}.
68381
+ * 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
68382
  *
68370
68383
  * @remarks
68371
68384
  * [Api set: ExcelApi 1.1]
@@ -72268,7 +72281,7 @@ declare namespace Excel {
72268
72281
  */
72269
72282
  category?: string;
72270
72283
  /**
72271
- * The comments of the workbook.
72284
+ * The comment field in the metadata of the workbook. These have no connection to comments by users made in the workbork.
72272
72285
  *
72273
72286
  * @remarks
72274
72287
  * [Api set: ExcelApi 1.7]
@@ -72815,7 +72828,7 @@ declare namespace Excel {
72815
72828
  */
72816
72829
  font?: Excel.Interfaces.ConditionalRangeFontData;
72817
72830
  /**
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}.
72831
+ * 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
72832
  Cleared if `null` is passed in.
72820
72833
  *
72821
72834
  * @remarks
@@ -74253,7 +74266,7 @@ declare namespace Excel {
74253
74266
  */
74254
74267
  interface AllowEditRangeLoadOptions {
74255
74268
  /**
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`).
74269
+ 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
74270
  */
74258
74271
  $all?: boolean;
74259
74272
  /**
@@ -74292,7 +74305,7 @@ declare namespace Excel {
74292
74305
  */
74293
74306
  interface AllowEditRangeCollectionLoadOptions {
74294
74307
  /**
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`).
74308
+ 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
74309
  */
74297
74310
  $all?: boolean;
74298
74311
  /**
@@ -74330,7 +74343,7 @@ declare namespace Excel {
74330
74343
  */
74331
74344
  interface QueryLoadOptions {
74332
74345
  /**
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`).
74346
+ 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
74347
  */
74335
74348
  $all?: boolean;
74336
74349
  /**
@@ -74386,7 +74399,7 @@ declare namespace Excel {
74386
74399
  */
74387
74400
  interface QueryCollectionLoadOptions {
74388
74401
  /**
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`).
74402
+ 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
74403
  */
74391
74404
  $all?: boolean;
74392
74405
  /**
@@ -74444,7 +74457,7 @@ declare namespace Excel {
74444
74457
  */
74445
74458
  interface LinkedWorkbookLoadOptions {
74446
74459
  /**
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`).
74460
+ 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
74461
  */
74449
74462
  $all?: boolean;
74450
74463
  /**
@@ -74463,7 +74476,7 @@ declare namespace Excel {
74463
74476
  */
74464
74477
  interface LinkedWorkbookCollectionLoadOptions {
74465
74478
  /**
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`).
74479
+ 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
74480
  */
74468
74481
  $all?: boolean;
74469
74482
  /**
@@ -74482,7 +74495,7 @@ declare namespace Excel {
74482
74495
  */
74483
74496
  interface RuntimeLoadOptions {
74484
74497
  /**
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`).
74498
+ 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
74499
  */
74487
74500
  $all?: boolean;
74488
74501
  /**
@@ -74501,7 +74514,7 @@ declare namespace Excel {
74501
74514
  */
74502
74515
  interface ApplicationLoadOptions {
74503
74516
  /**
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`).
74517
+ 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
74518
  */
74506
74519
  $all?: boolean;
74507
74520
  /**
@@ -74572,7 +74585,7 @@ declare namespace Excel {
74572
74585
  */
74573
74586
  interface IterativeCalculationLoadOptions {
74574
74587
  /**
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`).
74588
+ 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
74589
  */
74577
74590
  $all?: boolean;
74578
74591
  /**
@@ -74606,7 +74619,7 @@ declare namespace Excel {
74606
74619
  */
74607
74620
  interface WorkbookLoadOptions {
74608
74621
  /**
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`).
74622
+ 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
74623
  */
74611
74624
  $all?: boolean;
74612
74625
  /**
@@ -74719,7 +74732,7 @@ declare namespace Excel {
74719
74732
  */
74720
74733
  interface WorkbookProtectionLoadOptions {
74721
74734
  /**
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`).
74735
+ 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
74736
  */
74724
74737
  $all?: boolean;
74725
74738
  /**
@@ -74739,7 +74752,7 @@ declare namespace Excel {
74739
74752
  */
74740
74753
  interface WorksheetLoadOptions {
74741
74754
  /**
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`).
74755
+ 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
74756
  */
74744
74757
  $all?: boolean;
74745
74758
  /**
@@ -74867,7 +74880,7 @@ declare namespace Excel {
74867
74880
  */
74868
74881
  interface WorksheetCollectionLoadOptions {
74869
74882
  /**
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`).
74883
+ 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
74884
  */
74872
74885
  $all?: boolean;
74873
74886
  /**
@@ -74995,7 +75008,7 @@ declare namespace Excel {
74995
75008
  */
74996
75009
  interface WorksheetProtectionLoadOptions {
74997
75010
  /**
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`).
75011
+ 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
75012
  */
75000
75013
  $all?: boolean;
75001
75014
  /**
@@ -75051,7 +75064,7 @@ declare namespace Excel {
75051
75064
  */
75052
75065
  interface RangeLoadOptions {
75053
75066
  /**
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`).
75067
+ 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
75068
  */
75056
75069
  $all?: boolean;
75057
75070
  /**
@@ -75197,7 +75210,7 @@ declare namespace Excel {
75197
75210
  */
75198
75211
  linkedDataTypeState?: boolean;
75199
75212
  /**
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}.
75213
+ * 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
75214
  *
75202
75215
  * @remarks
75203
75216
  * [Api set: ExcelApi 1.1]
@@ -75322,7 +75335,7 @@ declare namespace Excel {
75322
75335
  */
75323
75336
  interface RangeAreasLoadOptions {
75324
75337
  /**
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`).
75338
+ 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
75339
  */
75327
75340
  $all?: boolean;
75328
75341
  /**
@@ -75406,7 +75419,7 @@ declare namespace Excel {
75406
75419
  */
75407
75420
  interface WorkbookRangeAreasLoadOptions {
75408
75421
  /**
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`).
75422
+ 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
75423
  */
75411
75424
  $all?: boolean;
75412
75425
  /**
@@ -75425,7 +75438,7 @@ declare namespace Excel {
75425
75438
  */
75426
75439
  interface RangeViewLoadOptions {
75427
75440
  /**
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`).
75441
+ 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
75442
  */
75430
75443
  $all?: boolean;
75431
75444
  /**
@@ -75532,7 +75545,7 @@ declare namespace Excel {
75532
75545
  */
75533
75546
  interface RangeViewCollectionLoadOptions {
75534
75547
  /**
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`).
75548
+ 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
75549
  */
75537
75550
  $all?: boolean;
75538
75551
  /**
@@ -75639,7 +75652,7 @@ declare namespace Excel {
75639
75652
  */
75640
75653
  interface SettingCollectionLoadOptions {
75641
75654
  /**
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`).
75655
+ 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
75656
  */
75644
75657
  $all?: boolean;
75645
75658
  /**
@@ -75665,7 +75678,7 @@ declare namespace Excel {
75665
75678
  */
75666
75679
  interface SettingLoadOptions {
75667
75680
  /**
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`).
75681
+ 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
75682
  */
75670
75683
  $all?: boolean;
75671
75684
  /**
@@ -75691,7 +75704,7 @@ declare namespace Excel {
75691
75704
  */
75692
75705
  interface NamedItemCollectionLoadOptions {
75693
75706
  /**
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`).
75707
+ 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
75708
  */
75696
75709
  $all?: boolean;
75697
75710
  /**
@@ -75793,7 +75806,7 @@ declare namespace Excel {
75793
75806
  */
75794
75807
  interface NamedItemLoadOptions {
75795
75808
  /**
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`).
75809
+ 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
75810
  */
75798
75811
  $all?: boolean;
75799
75812
  /**
@@ -75895,7 +75908,7 @@ declare namespace Excel {
75895
75908
  */
75896
75909
  interface NamedItemArrayValuesLoadOptions {
75897
75910
  /**
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`).
75911
+ 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
75912
  */
75900
75913
  $all?: boolean;
75901
75914
  /**
@@ -75939,7 +75952,7 @@ declare namespace Excel {
75939
75952
  */
75940
75953
  interface BindingLoadOptions {
75941
75954
  /**
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`).
75955
+ 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
75956
  */
75944
75957
  $all?: boolean;
75945
75958
  /**
@@ -75965,7 +75978,7 @@ declare namespace Excel {
75965
75978
  */
75966
75979
  interface BindingCollectionLoadOptions {
75967
75980
  /**
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`).
75981
+ 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
75982
  */
75970
75983
  $all?: boolean;
75971
75984
  /**
@@ -75991,7 +76004,7 @@ declare namespace Excel {
75991
76004
  */
75992
76005
  interface TableCollectionLoadOptions {
75993
76006
  /**
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`).
76007
+ 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
76008
  */
75996
76009
  $all?: boolean;
75997
76010
  /**
@@ -76117,7 +76130,7 @@ declare namespace Excel {
76117
76130
  */
76118
76131
  interface TableScopedCollectionLoadOptions {
76119
76132
  /**
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`).
76133
+ 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
76134
  */
76122
76135
  $all?: boolean;
76123
76136
  /**
@@ -76131,28 +76144,28 @@ declare namespace Excel {
76131
76144
  * For EACH ITEM in the collection: Represents a collection of all the columns in the table.
76132
76145
  *
76133
76146
  * @remarks
76134
- * [Api set: ExcelApi 1.1]
76147
+ * [Api set: ExcelApi 1.9]
76135
76148
  */
76136
76149
  columns?: Excel.Interfaces.TableColumnCollectionLoadOptions;
76137
76150
  /**
76138
76151
  * For EACH ITEM in the collection: Represents a collection of all the rows in the table.
76139
76152
  *
76140
76153
  * @remarks
76141
- * [Api set: ExcelApi 1.1]
76154
+ * [Api set: ExcelApi 1.9]
76142
76155
  */
76143
76156
  rows?: Excel.Interfaces.TableRowCollectionLoadOptions;
76144
76157
  /**
76145
76158
  * For EACH ITEM in the collection: Represents the sorting for the table.
76146
76159
  *
76147
76160
  * @remarks
76148
- * [Api set: ExcelApi 1.2]
76161
+ * [Api set: ExcelApi 1.9]
76149
76162
  */
76150
76163
  sort?: Excel.Interfaces.TableSortLoadOptions;
76151
76164
  /**
76152
76165
  * For EACH ITEM in the collection: The worksheet containing the current table.
76153
76166
  *
76154
76167
  * @remarks
76155
- * [Api set: ExcelApi 1.2]
76168
+ * [Api set: ExcelApi 1.9]
76156
76169
  */
76157
76170
  worksheet?: Excel.Interfaces.WorksheetLoadOptions;
76158
76171
  /**
@@ -76244,7 +76257,7 @@ declare namespace Excel {
76244
76257
  */
76245
76258
  interface TableLoadOptions {
76246
76259
  /**
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`).
76260
+ 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
76261
  */
76249
76262
  $all?: boolean;
76250
76263
  /**
@@ -76370,7 +76383,7 @@ declare namespace Excel {
76370
76383
  */
76371
76384
  interface TableColumnCollectionLoadOptions {
76372
76385
  /**
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`).
76386
+ 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
76387
  */
76375
76388
  $all?: boolean;
76376
76389
  /**
@@ -76436,7 +76449,7 @@ declare namespace Excel {
76436
76449
  */
76437
76450
  interface TableColumnLoadOptions {
76438
76451
  /**
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`).
76452
+ 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
76453
  */
76441
76454
  $all?: boolean;
76442
76455
  /**
@@ -76507,7 +76520,7 @@ declare namespace Excel {
76507
76520
  */
76508
76521
  interface TableRowCollectionLoadOptions {
76509
76522
  /**
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`).
76523
+ 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
76524
  */
76512
76525
  $all?: boolean;
76513
76526
  /**
@@ -76557,7 +76570,7 @@ declare namespace Excel {
76557
76570
  */
76558
76571
  interface TableRowLoadOptions {
76559
76572
  /**
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`).
76573
+ 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
76574
  */
76562
76575
  $all?: boolean;
76563
76576
  /**
@@ -76603,7 +76616,7 @@ declare namespace Excel {
76603
76616
  */
76604
76617
  interface DataValidationLoadOptions {
76605
76618
  /**
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`).
76619
+ 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
76620
  */
76608
76621
  $all?: boolean;
76609
76622
  /**
@@ -76659,7 +76672,7 @@ declare namespace Excel {
76659
76672
  */
76660
76673
  interface RemoveDuplicatesResultLoadOptions {
76661
76674
  /**
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`).
76675
+ 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
76676
  */
76664
76677
  $all?: boolean;
76665
76678
  /**
@@ -76685,7 +76698,7 @@ declare namespace Excel {
76685
76698
  */
76686
76699
  interface RangeFormatLoadOptions {
76687
76700
  /**
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`).
76701
+ 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
76702
  */
76690
76703
  $all?: boolean;
76691
76704
  /**
@@ -76819,7 +76832,7 @@ declare namespace Excel {
76819
76832
  */
76820
76833
  interface FormatProtectionLoadOptions {
76821
76834
  /**
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`).
76835
+ 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
76836
  */
76824
76837
  $all?: boolean;
76825
76838
  /**
@@ -76845,7 +76858,7 @@ declare namespace Excel {
76845
76858
  */
76846
76859
  interface RangeFillLoadOptions {
76847
76860
  /**
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`).
76861
+ 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
76862
  */
76850
76863
  $all?: boolean;
76851
76864
  /**
@@ -76895,7 +76908,7 @@ declare namespace Excel {
76895
76908
  */
76896
76909
  interface RangeBorderLoadOptions {
76897
76910
  /**
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`).
76911
+ 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
76912
  */
76900
76913
  $all?: boolean;
76901
76914
  /**
@@ -76943,7 +76956,7 @@ declare namespace Excel {
76943
76956
  */
76944
76957
  interface RangeBorderCollectionLoadOptions {
76945
76958
  /**
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`).
76959
+ 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
76960
  */
76948
76961
  $all?: boolean;
76949
76962
  /**
@@ -76991,7 +77004,7 @@ declare namespace Excel {
76991
77004
  */
76992
77005
  interface RangeFontLoadOptions {
76993
77006
  /**
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`).
77007
+ 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
77008
  */
76996
77009
  $all?: boolean;
76997
77010
  /**
@@ -77080,7 +77093,7 @@ declare namespace Excel {
77080
77093
  */
77081
77094
  interface ChartCollectionLoadOptions {
77082
77095
  /**
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`).
77096
+ 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
77097
  */
77085
77098
  $all?: boolean;
77086
77099
  /**
@@ -77263,7 +77276,7 @@ declare namespace Excel {
77263
77276
  */
77264
77277
  interface ChartLoadOptions {
77265
77278
  /**
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`).
77279
+ 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
77280
  */
77268
77281
  $all?: boolean;
77269
77282
  /**
@@ -77445,7 +77458,7 @@ declare namespace Excel {
77445
77458
  */
77446
77459
  interface ChartPivotOptionsLoadOptions {
77447
77460
  /**
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`).
77461
+ 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
77462
  */
77450
77463
  $all?: boolean;
77451
77464
  /**
@@ -77485,7 +77498,7 @@ declare namespace Excel {
77485
77498
  */
77486
77499
  interface ChartAreaFormatLoadOptions {
77487
77500
  /**
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`).
77501
+ 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
77502
  */
77490
77503
  $all?: boolean;
77491
77504
  /**
@@ -77525,7 +77538,7 @@ declare namespace Excel {
77525
77538
  */
77526
77539
  interface ChartSeriesCollectionLoadOptions {
77527
77540
  /**
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`).
77541
+ 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
77542
  */
77530
77543
  $all?: boolean;
77531
77544
  /**
@@ -77855,7 +77868,7 @@ declare namespace Excel {
77855
77868
  */
77856
77869
  interface ChartSeriesLoadOptions {
77857
77870
  /**
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`).
77871
+ 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
77872
  */
77860
77873
  $all?: boolean;
77861
77874
  /**
@@ -78185,7 +78198,7 @@ declare namespace Excel {
78185
78198
  */
78186
78199
  interface ChartSeriesFormatLoadOptions {
78187
78200
  /**
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`).
78201
+ 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
78202
  */
78190
78203
  $all?: boolean;
78191
78204
  /**
@@ -78204,7 +78217,7 @@ declare namespace Excel {
78204
78217
  */
78205
78218
  interface ChartPointsCollectionLoadOptions {
78206
78219
  /**
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`).
78220
+ 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
78221
  */
78209
78222
  $all?: boolean;
78210
78223
  /**
@@ -78273,7 +78286,7 @@ declare namespace Excel {
78273
78286
  */
78274
78287
  interface ChartPointLoadOptions {
78275
78288
  /**
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`).
78289
+ 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
78290
  */
78278
78291
  $all?: boolean;
78279
78292
  /**
@@ -78342,7 +78355,7 @@ declare namespace Excel {
78342
78355
  */
78343
78356
  interface ChartPointFormatLoadOptions {
78344
78357
  /**
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`).
78358
+ 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
78359
  */
78347
78360
  $all?: boolean;
78348
78361
  /**
@@ -78361,7 +78374,7 @@ declare namespace Excel {
78361
78374
  */
78362
78375
  interface ChartAxesLoadOptions {
78363
78376
  /**
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`).
78377
+ 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
78378
  */
78366
78379
  $all?: boolean;
78367
78380
  /**
@@ -78394,7 +78407,7 @@ declare namespace Excel {
78394
78407
  */
78395
78408
  interface ChartAxisLoadOptions {
78396
78409
  /**
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`).
78410
+ 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
78411
  */
78399
78412
  $all?: boolean;
78400
78413
  /**
@@ -78679,7 +78692,7 @@ declare namespace Excel {
78679
78692
  */
78680
78693
  interface ChartAxisFormatLoadOptions {
78681
78694
  /**
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`).
78695
+ 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
78696
  */
78684
78697
  $all?: boolean;
78685
78698
  /**
@@ -78705,7 +78718,7 @@ declare namespace Excel {
78705
78718
  */
78706
78719
  interface ChartAxisTitleLoadOptions {
78707
78720
  /**
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`).
78721
+ 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
78722
  */
78710
78723
  $all?: boolean;
78711
78724
  /**
@@ -78745,7 +78758,7 @@ declare namespace Excel {
78745
78758
  */
78746
78759
  interface ChartAxisTitleFormatLoadOptions {
78747
78760
  /**
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`).
78761
+ 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
78762
  */
78750
78763
  $all?: boolean;
78751
78764
  /**
@@ -78771,7 +78784,7 @@ declare namespace Excel {
78771
78784
  */
78772
78785
  interface ChartDataLabelsLoadOptions {
78773
78786
  /**
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`).
78787
+ 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
78788
  */
78776
78789
  $all?: boolean;
78777
78790
  /**
@@ -78890,7 +78903,7 @@ declare namespace Excel {
78890
78903
  */
78891
78904
  interface ChartDataLabelLoadOptions {
78892
78905
  /**
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`).
78906
+ 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
78907
  */
78895
78908
  $all?: boolean;
78896
78909
  /**
@@ -79051,7 +79064,7 @@ declare namespace Excel {
79051
79064
  */
79052
79065
  interface ChartDataLabelFormatLoadOptions {
79053
79066
  /**
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`).
79067
+ 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
79068
  */
79056
79069
  $all?: boolean;
79057
79070
  /**
@@ -79077,7 +79090,7 @@ declare namespace Excel {
79077
79090
  */
79078
79091
  interface ChartDataTableLoadOptions {
79079
79092
  /**
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`).
79093
+ 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
79094
  */
79082
79095
  $all?: boolean;
79083
79096
  /**
@@ -79131,7 +79144,7 @@ declare namespace Excel {
79131
79144
  */
79132
79145
  interface ChartDataTableFormatLoadOptions {
79133
79146
  /**
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`).
79147
+ 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
79148
  */
79136
79149
  $all?: boolean;
79137
79150
  /**
@@ -79157,7 +79170,7 @@ declare namespace Excel {
79157
79170
  */
79158
79171
  interface ChartErrorBarsLoadOptions {
79159
79172
  /**
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`).
79173
+ 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
79174
  */
79162
79175
  $all?: boolean;
79163
79176
  /**
@@ -79204,7 +79217,7 @@ declare namespace Excel {
79204
79217
  */
79205
79218
  interface ChartErrorBarsFormatLoadOptions {
79206
79219
  /**
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`).
79220
+ 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
79221
  */
79209
79222
  $all?: boolean;
79210
79223
  /**
@@ -79223,7 +79236,7 @@ declare namespace Excel {
79223
79236
  */
79224
79237
  interface ChartGridlinesLoadOptions {
79225
79238
  /**
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`).
79239
+ 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
79240
  */
79228
79241
  $all?: boolean;
79229
79242
  /**
@@ -79249,7 +79262,7 @@ declare namespace Excel {
79249
79262
  */
79250
79263
  interface ChartGridlinesFormatLoadOptions {
79251
79264
  /**
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`).
79265
+ 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
79266
  */
79254
79267
  $all?: boolean;
79255
79268
  /**
@@ -79268,7 +79281,7 @@ declare namespace Excel {
79268
79281
  */
79269
79282
  interface ChartLegendLoadOptions {
79270
79283
  /**
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`).
79284
+ 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
79285
  */
79273
79286
  $all?: boolean;
79274
79287
  /**
@@ -79343,7 +79356,7 @@ declare namespace Excel {
79343
79356
  */
79344
79357
  interface ChartLegendEntryLoadOptions {
79345
79358
  /**
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`).
79359
+ 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
79360
  */
79348
79361
  $all?: boolean;
79349
79362
  /**
@@ -79397,7 +79410,7 @@ declare namespace Excel {
79397
79410
  */
79398
79411
  interface ChartLegendEntryCollectionLoadOptions {
79399
79412
  /**
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`).
79413
+ 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
79414
  */
79402
79415
  $all?: boolean;
79403
79416
  /**
@@ -79451,7 +79464,7 @@ declare namespace Excel {
79451
79464
  */
79452
79465
  interface ChartLegendFormatLoadOptions {
79453
79466
  /**
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`).
79467
+ 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
79468
  */
79456
79469
  $all?: boolean;
79457
79470
  /**
@@ -79477,7 +79490,7 @@ declare namespace Excel {
79477
79490
  */
79478
79491
  interface ChartMapOptionsLoadOptions {
79479
79492
  /**
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`).
79493
+ 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
79494
  */
79482
79495
  $all?: boolean;
79483
79496
  /**
@@ -79510,7 +79523,7 @@ declare namespace Excel {
79510
79523
  */
79511
79524
  interface ChartTitleLoadOptions {
79512
79525
  /**
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`).
79526
+ 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
79527
  */
79515
79528
  $all?: boolean;
79516
79529
  /**
@@ -79613,7 +79626,7 @@ declare namespace Excel {
79613
79626
  */
79614
79627
  interface ChartFormatStringLoadOptions {
79615
79628
  /**
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`).
79629
+ 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
79630
  */
79618
79631
  $all?: boolean;
79619
79632
  /**
@@ -79632,7 +79645,7 @@ declare namespace Excel {
79632
79645
  */
79633
79646
  interface ChartTitleFormatLoadOptions {
79634
79647
  /**
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`).
79648
+ 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
79649
  */
79637
79650
  $all?: boolean;
79638
79651
  /**
@@ -79658,7 +79671,7 @@ declare namespace Excel {
79658
79671
  */
79659
79672
  interface ChartBorderLoadOptions {
79660
79673
  /**
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`).
79674
+ 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
79675
  */
79663
79676
  $all?: boolean;
79664
79677
  /**
@@ -79691,7 +79704,7 @@ declare namespace Excel {
79691
79704
  */
79692
79705
  interface ChartBinOptionsLoadOptions {
79693
79706
  /**
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`).
79707
+ 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
79708
  */
79696
79709
  $all?: boolean;
79697
79710
  /**
@@ -79752,7 +79765,7 @@ declare namespace Excel {
79752
79765
  */
79753
79766
  interface ChartBoxwhiskerOptionsLoadOptions {
79754
79767
  /**
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`).
79768
+ 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
79769
  */
79757
79770
  $all?: boolean;
79758
79771
  /**
@@ -79799,7 +79812,7 @@ declare namespace Excel {
79799
79812
  */
79800
79813
  interface ChartLineFormatLoadOptions {
79801
79814
  /**
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`).
79815
+ 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
79816
  */
79804
79817
  $all?: boolean;
79805
79818
  /**
@@ -79832,7 +79845,7 @@ declare namespace Excel {
79832
79845
  */
79833
79846
  interface ChartFontLoadOptions {
79834
79847
  /**
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`).
79848
+ 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
79849
  */
79837
79850
  $all?: boolean;
79838
79851
  /**
@@ -79886,7 +79899,7 @@ declare namespace Excel {
79886
79899
  */
79887
79900
  interface ChartTrendlineLoadOptions {
79888
79901
  /**
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`).
79902
+ 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
79903
  */
79891
79904
  $all?: boolean;
79892
79905
  /**
@@ -79975,7 +79988,7 @@ declare namespace Excel {
79975
79988
  */
79976
79989
  interface ChartTrendlineCollectionLoadOptions {
79977
79990
  /**
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`).
79991
+ 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
79992
  */
79980
79993
  $all?: boolean;
79981
79994
  /**
@@ -80064,7 +80077,7 @@ declare namespace Excel {
80064
80077
  */
80065
80078
  interface ChartTrendlineFormatLoadOptions {
80066
80079
  /**
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`).
80080
+ 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
80081
  */
80069
80082
  $all?: boolean;
80070
80083
  /**
@@ -80083,7 +80096,7 @@ declare namespace Excel {
80083
80096
  */
80084
80097
  interface ChartTrendlineLabelLoadOptions {
80085
80098
  /**
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`).
80099
+ 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
80100
  */
80088
80101
  $all?: boolean;
80089
80102
  /**
@@ -80188,7 +80201,7 @@ declare namespace Excel {
80188
80201
  */
80189
80202
  interface ChartTrendlineLabelFormatLoadOptions {
80190
80203
  /**
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`).
80204
+ 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
80205
  */
80193
80206
  $all?: boolean;
80194
80207
  /**
@@ -80214,7 +80227,7 @@ declare namespace Excel {
80214
80227
  */
80215
80228
  interface ChartPlotAreaLoadOptions {
80216
80229
  /**
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`).
80230
+ 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
80231
  */
80219
80232
  $all?: boolean;
80220
80233
  /**
@@ -80296,7 +80309,7 @@ declare namespace Excel {
80296
80309
  */
80297
80310
  interface ChartPlotAreaFormatLoadOptions {
80298
80311
  /**
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`).
80312
+ 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
80313
  */
80301
80314
  $all?: boolean;
80302
80315
  /**
@@ -80315,7 +80328,7 @@ declare namespace Excel {
80315
80328
  */
80316
80329
  interface TableSortLoadOptions {
80317
80330
  /**
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`).
80331
+ 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
80332
  */
80320
80333
  $all?: boolean;
80321
80334
  /**
@@ -80348,7 +80361,7 @@ declare namespace Excel {
80348
80361
  */
80349
80362
  interface FilterLoadOptions {
80350
80363
  /**
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`).
80364
+ 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
80365
  */
80353
80366
  $all?: boolean;
80354
80367
  /**
@@ -80368,7 +80381,7 @@ declare namespace Excel {
80368
80381
  */
80369
80382
  interface AutoFilterLoadOptions {
80370
80383
  /**
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`).
80384
+ 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
80385
  */
80373
80386
  $all?: boolean;
80374
80387
  /**
@@ -80401,7 +80414,7 @@ declare namespace Excel {
80401
80414
  */
80402
80415
  interface CultureInfoLoadOptions {
80403
80416
  /**
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`).
80417
+ 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
80418
  */
80406
80419
  $all?: boolean;
80407
80420
  /**
@@ -80434,7 +80447,7 @@ declare namespace Excel {
80434
80447
  */
80435
80448
  interface NumberFormatInfoLoadOptions {
80436
80449
  /**
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`).
80450
+ 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
80451
  */
80439
80452
  $all?: boolean;
80440
80453
  /**
@@ -80467,7 +80480,7 @@ declare namespace Excel {
80467
80480
  */
80468
80481
  interface DatetimeFormatInfoLoadOptions {
80469
80482
  /**
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`).
80483
+ 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
80484
  */
80472
80485
  $all?: boolean;
80473
80486
  /**
@@ -80516,7 +80529,7 @@ declare namespace Excel {
80516
80529
  */
80517
80530
  interface CustomXmlPartScopedCollectionLoadOptions {
80518
80531
  /**
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`).
80532
+ 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
80533
  */
80521
80534
  $all?: boolean;
80522
80535
  /**
@@ -80542,7 +80555,7 @@ declare namespace Excel {
80542
80555
  */
80543
80556
  interface CustomXmlPartCollectionLoadOptions {
80544
80557
  /**
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`).
80558
+ 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
80559
  */
80547
80560
  $all?: boolean;
80548
80561
  /**
@@ -80568,7 +80581,7 @@ declare namespace Excel {
80568
80581
  */
80569
80582
  interface CustomXmlPartLoadOptions {
80570
80583
  /**
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`).
80584
+ 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
80585
  */
80573
80586
  $all?: boolean;
80574
80587
  /**
@@ -80594,21 +80607,21 @@ declare namespace Excel {
80594
80607
  */
80595
80608
  interface PivotTableScopedCollectionLoadOptions {
80596
80609
  /**
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`).
80610
+ 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
80611
  */
80599
80612
  $all?: boolean;
80600
80613
  /**
80601
80614
  * For EACH ITEM in the collection: The PivotLayout describing the layout and visual structure of the PivotTable.
80602
80615
  *
80603
80616
  * @remarks
80604
- * [Api set: ExcelApi 1.8]
80617
+ * [Api set: ExcelApi 1.12]
80605
80618
  */
80606
80619
  layout?: Excel.Interfaces.PivotLayoutLoadOptions;
80607
80620
  /**
80608
80621
  * For EACH ITEM in the collection: The worksheet containing the current PivotTable.
80609
80622
  *
80610
80623
  * @remarks
80611
- * [Api set: ExcelApi 1.3]
80624
+ * [Api set: ExcelApi 1.12]
80612
80625
  */
80613
80626
  worksheet?: Excel.Interfaces.WorksheetLoadOptions;
80614
80627
  /**
@@ -80662,7 +80675,7 @@ declare namespace Excel {
80662
80675
  */
80663
80676
  interface PivotTableCollectionLoadOptions {
80664
80677
  /**
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`).
80678
+ 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
80679
  */
80667
80680
  $all?: boolean;
80668
80681
  /**
@@ -80731,7 +80744,7 @@ declare namespace Excel {
80731
80744
  */
80732
80745
  interface PivotTableLoadOptions {
80733
80746
  /**
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`).
80747
+ 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
80748
  */
80736
80749
  $all?: boolean;
80737
80750
  /**
@@ -80799,7 +80812,7 @@ declare namespace Excel {
80799
80812
  */
80800
80813
  interface PivotLayoutLoadOptions {
80801
80814
  /**
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`).
80815
+ 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
80816
  */
80804
80817
  $all?: boolean;
80805
80818
  /**
@@ -80906,7 +80919,7 @@ declare namespace Excel {
80906
80919
  */
80907
80920
  interface PivotHierarchyCollectionLoadOptions {
80908
80921
  /**
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`).
80922
+ 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
80923
  */
80911
80924
  $all?: boolean;
80912
80925
  /**
@@ -80932,7 +80945,7 @@ declare namespace Excel {
80932
80945
  */
80933
80946
  interface PivotHierarchyLoadOptions {
80934
80947
  /**
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`).
80948
+ 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
80949
  */
80937
80950
  $all?: boolean;
80938
80951
  /**
@@ -80958,7 +80971,7 @@ declare namespace Excel {
80958
80971
  */
80959
80972
  interface RowColumnPivotHierarchyCollectionLoadOptions {
80960
80973
  /**
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`).
80974
+ 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
80975
  */
80963
80976
  $all?: boolean;
80964
80977
  /**
@@ -80991,7 +81004,7 @@ declare namespace Excel {
80991
81004
  */
80992
81005
  interface RowColumnPivotHierarchyLoadOptions {
80993
81006
  /**
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`).
81007
+ 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
81008
  */
80996
81009
  $all?: boolean;
80997
81010
  /**
@@ -81024,7 +81037,7 @@ declare namespace Excel {
81024
81037
  */
81025
81038
  interface FilterPivotHierarchyCollectionLoadOptions {
81026
81039
  /**
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`).
81040
+ 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
81041
  */
81029
81042
  $all?: boolean;
81030
81043
  /**
@@ -81064,7 +81077,7 @@ declare namespace Excel {
81064
81077
  */
81065
81078
  interface FilterPivotHierarchyLoadOptions {
81066
81079
  /**
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`).
81080
+ 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
81081
  */
81069
81082
  $all?: boolean;
81070
81083
  /**
@@ -81104,7 +81117,7 @@ declare namespace Excel {
81104
81117
  */
81105
81118
  interface DataPivotHierarchyCollectionLoadOptions {
81106
81119
  /**
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`).
81120
+ 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
81121
  */
81109
81122
  $all?: boolean;
81110
81123
  /**
@@ -81165,7 +81178,7 @@ declare namespace Excel {
81165
81178
  */
81166
81179
  interface DataPivotHierarchyLoadOptions {
81167
81180
  /**
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`).
81181
+ 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
81182
  */
81170
81183
  $all?: boolean;
81171
81184
  /**
@@ -81226,7 +81239,7 @@ declare namespace Excel {
81226
81239
  */
81227
81240
  interface PivotFieldCollectionLoadOptions {
81228
81241
  /**
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`).
81242
+ 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
81243
  */
81231
81244
  $all?: boolean;
81232
81245
  /**
@@ -81266,7 +81279,7 @@ declare namespace Excel {
81266
81279
  */
81267
81280
  interface PivotFieldLoadOptions {
81268
81281
  /**
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`).
81282
+ 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
81283
  */
81271
81284
  $all?: boolean;
81272
81285
  /**
@@ -81306,7 +81319,7 @@ declare namespace Excel {
81306
81319
  */
81307
81320
  interface PivotItemCollectionLoadOptions {
81308
81321
  /**
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`).
81322
+ 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
81323
  */
81311
81324
  $all?: boolean;
81312
81325
  /**
@@ -81346,7 +81359,7 @@ declare namespace Excel {
81346
81359
  */
81347
81360
  interface PivotItemLoadOptions {
81348
81361
  /**
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`).
81362
+ 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
81363
  */
81351
81364
  $all?: boolean;
81352
81365
  /**
@@ -81386,7 +81399,7 @@ declare namespace Excel {
81386
81399
  */
81387
81400
  interface WorksheetCustomPropertyLoadOptions {
81388
81401
  /**
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`).
81402
+ 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
81403
  */
81391
81404
  $all?: boolean;
81392
81405
  /**
@@ -81412,7 +81425,7 @@ declare namespace Excel {
81412
81425
  */
81413
81426
  interface WorksheetCustomPropertyCollectionLoadOptions {
81414
81427
  /**
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`).
81428
+ 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
81429
  */
81417
81430
  $all?: boolean;
81418
81431
  /**
@@ -81438,7 +81451,7 @@ declare namespace Excel {
81438
81451
  */
81439
81452
  interface DocumentPropertiesLoadOptions {
81440
81453
  /**
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`).
81454
+ 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
81455
  */
81443
81456
  $all?: boolean;
81444
81457
  /**
@@ -81456,7 +81469,7 @@ declare namespace Excel {
81456
81469
  */
81457
81470
  category?: boolean;
81458
81471
  /**
81459
- * The comments of the workbook.
81472
+ * The comment field in the metadata of the workbook. These have no connection to comments by users made in the workbork.
81460
81473
  *
81461
81474
  * @remarks
81462
81475
  * [Api set: ExcelApi 1.7]
@@ -81527,7 +81540,7 @@ declare namespace Excel {
81527
81540
  */
81528
81541
  interface CustomPropertyLoadOptions {
81529
81542
  /**
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`).
81543
+ 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
81544
  */
81532
81545
  $all?: boolean;
81533
81546
  /**
@@ -81560,7 +81573,7 @@ declare namespace Excel {
81560
81573
  */
81561
81574
  interface CustomPropertyCollectionLoadOptions {
81562
81575
  /**
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`).
81576
+ 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
81577
  */
81565
81578
  $all?: boolean;
81566
81579
  /**
@@ -81593,7 +81606,7 @@ declare namespace Excel {
81593
81606
  */
81594
81607
  interface ConditionalFormatCollectionLoadOptions {
81595
81608
  /**
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`).
81609
+ 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
81610
  */
81598
81611
  $all?: boolean;
81599
81612
  /**
@@ -81755,7 +81768,7 @@ declare namespace Excel {
81755
81768
  */
81756
81769
  interface ConditionalFormatLoadOptions {
81757
81770
  /**
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`).
81771
+ 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
81772
  */
81760
81773
  $all?: boolean;
81761
81774
  /**
@@ -81916,7 +81929,7 @@ declare namespace Excel {
81916
81929
  */
81917
81930
  interface DataBarConditionalFormatLoadOptions {
81918
81931
  /**
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`).
81932
+ 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
81933
  */
81921
81934
  $all?: boolean;
81922
81935
  /**
@@ -81987,7 +82000,7 @@ declare namespace Excel {
81987
82000
  */
81988
82001
  interface ConditionalDataBarPositiveFormatLoadOptions {
81989
82002
  /**
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`).
82003
+ 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
82004
  */
81992
82005
  $all?: boolean;
81993
82006
  /**
@@ -82021,7 +82034,7 @@ declare namespace Excel {
82021
82034
  */
82022
82035
  interface ConditionalDataBarNegativeFormatLoadOptions {
82023
82036
  /**
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`).
82037
+ 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
82038
  */
82026
82039
  $all?: boolean;
82027
82040
  /**
@@ -82062,7 +82075,7 @@ declare namespace Excel {
82062
82075
  */
82063
82076
  interface CustomConditionalFormatLoadOptions {
82064
82077
  /**
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`).
82078
+ 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
82079
  */
82067
82080
  $all?: boolean;
82068
82081
  /**
@@ -82088,7 +82101,7 @@ declare namespace Excel {
82088
82101
  */
82089
82102
  interface ConditionalFormatRuleLoadOptions {
82090
82103
  /**
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`).
82104
+ 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
82105
  */
82093
82106
  $all?: boolean;
82094
82107
  /**
@@ -82121,7 +82134,7 @@ declare namespace Excel {
82121
82134
  */
82122
82135
  interface IconSetConditionalFormatLoadOptions {
82123
82136
  /**
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`).
82137
+ 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
82138
  */
82126
82139
  $all?: boolean;
82127
82140
  /**
@@ -82161,7 +82174,7 @@ declare namespace Excel {
82161
82174
  */
82162
82175
  interface ColorScaleConditionalFormatLoadOptions {
82163
82176
  /**
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`).
82177
+ 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
82178
  */
82166
82179
  $all?: boolean;
82167
82180
  /**
@@ -82187,7 +82200,7 @@ declare namespace Excel {
82187
82200
  */
82188
82201
  interface TopBottomConditionalFormatLoadOptions {
82189
82202
  /**
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`).
82203
+ 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
82204
  */
82192
82205
  $all?: boolean;
82193
82206
  /**
@@ -82213,7 +82226,7 @@ declare namespace Excel {
82213
82226
  */
82214
82227
  interface PresetCriteriaConditionalFormatLoadOptions {
82215
82228
  /**
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`).
82229
+ 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
82230
  */
82218
82231
  $all?: boolean;
82219
82232
  /**
@@ -82239,7 +82252,7 @@ declare namespace Excel {
82239
82252
  */
82240
82253
  interface TextConditionalFormatLoadOptions {
82241
82254
  /**
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`).
82255
+ 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
82256
  */
82244
82257
  $all?: boolean;
82245
82258
  /**
@@ -82265,7 +82278,7 @@ declare namespace Excel {
82265
82278
  */
82266
82279
  interface CellValueConditionalFormatLoadOptions {
82267
82280
  /**
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`).
82281
+ 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
82282
  */
82270
82283
  $all?: boolean;
82271
82284
  /**
@@ -82291,7 +82304,7 @@ declare namespace Excel {
82291
82304
  */
82292
82305
  interface ConditionalRangeFormatLoadOptions {
82293
82306
  /**
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`).
82307
+ 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
82308
  */
82296
82309
  $all?: boolean;
82297
82310
  /**
@@ -82316,7 +82329,7 @@ declare namespace Excel {
82316
82329
  */
82317
82330
  font?: Excel.Interfaces.ConditionalRangeFontLoadOptions;
82318
82331
  /**
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}.
82332
+ * 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
82333
  Cleared if `null` is passed in.
82321
82334
  *
82322
82335
  * @remarks
@@ -82332,7 +82345,7 @@ declare namespace Excel {
82332
82345
  */
82333
82346
  interface ConditionalRangeFontLoadOptions {
82334
82347
  /**
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`).
82348
+ 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
82349
  */
82337
82350
  $all?: boolean;
82338
82351
  /**
@@ -82379,7 +82392,7 @@ declare namespace Excel {
82379
82392
  */
82380
82393
  interface ConditionalRangeFillLoadOptions {
82381
82394
  /**
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`).
82395
+ 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
82396
  */
82384
82397
  $all?: boolean;
82385
82398
  /**
@@ -82398,7 +82411,7 @@ declare namespace Excel {
82398
82411
  */
82399
82412
  interface ConditionalRangeBorderLoadOptions {
82400
82413
  /**
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`).
82414
+ 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
82415
  */
82403
82416
  $all?: boolean;
82404
82417
  /**
@@ -82431,7 +82444,7 @@ declare namespace Excel {
82431
82444
  */
82432
82445
  interface ConditionalRangeBorderCollectionLoadOptions {
82433
82446
  /**
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`).
82447
+ 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
82448
  */
82436
82449
  $all?: boolean;
82437
82450
  /**
@@ -82464,7 +82477,7 @@ declare namespace Excel {
82464
82477
  */
82465
82478
  interface StyleLoadOptions {
82466
82479
  /**
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`).
82480
+ 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
82481
  */
82469
82482
  $all?: boolean;
82470
82483
  /**
@@ -82637,7 +82650,7 @@ declare namespace Excel {
82637
82650
  */
82638
82651
  interface StyleCollectionLoadOptions {
82639
82652
  /**
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`).
82653
+ 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
82654
  */
82642
82655
  $all?: boolean;
82643
82656
  /**
@@ -82810,7 +82823,7 @@ declare namespace Excel {
82810
82823
  */
82811
82824
  interface TableStyleCollectionLoadOptions {
82812
82825
  /**
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`).
82826
+ 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
82827
  */
82815
82828
  $all?: boolean;
82816
82829
  /**
@@ -82836,7 +82849,7 @@ declare namespace Excel {
82836
82849
  */
82837
82850
  interface TableStyleLoadOptions {
82838
82851
  /**
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`).
82852
+ 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
82853
  */
82841
82854
  $all?: boolean;
82842
82855
  /**
@@ -82862,7 +82875,7 @@ declare namespace Excel {
82862
82875
  */
82863
82876
  interface PivotTableStyleCollectionLoadOptions {
82864
82877
  /**
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`).
82878
+ 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
82879
  */
82867
82880
  $all?: boolean;
82868
82881
  /**
@@ -82888,7 +82901,7 @@ declare namespace Excel {
82888
82901
  */
82889
82902
  interface PivotTableStyleLoadOptions {
82890
82903
  /**
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`).
82904
+ 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
82905
  */
82893
82906
  $all?: boolean;
82894
82907
  /**
@@ -82914,7 +82927,7 @@ declare namespace Excel {
82914
82927
  */
82915
82928
  interface SlicerStyleCollectionLoadOptions {
82916
82929
  /**
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`).
82930
+ 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
82931
  */
82919
82932
  $all?: boolean;
82920
82933
  /**
@@ -82940,7 +82953,7 @@ declare namespace Excel {
82940
82953
  */
82941
82954
  interface SlicerStyleLoadOptions {
82942
82955
  /**
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`).
82956
+ 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
82957
  */
82945
82958
  $all?: boolean;
82946
82959
  /**
@@ -82966,7 +82979,7 @@ declare namespace Excel {
82966
82979
  */
82967
82980
  interface TimelineStyleCollectionLoadOptions {
82968
82981
  /**
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`).
82982
+ 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
82983
  */
82971
82984
  $all?: boolean;
82972
82985
  /**
@@ -82992,7 +83005,7 @@ declare namespace Excel {
82992
83005
  */
82993
83006
  interface TimelineStyleLoadOptions {
82994
83007
  /**
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`).
83008
+ 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
83009
  */
82997
83010
  $all?: boolean;
82998
83011
  /**
@@ -83018,7 +83031,7 @@ declare namespace Excel {
83018
83031
  */
83019
83032
  interface PageLayoutLoadOptions {
83020
83033
  /**
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`).
83034
+ 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
83035
  */
83023
83036
  $all?: boolean;
83024
83037
  /**
@@ -83169,7 +83182,7 @@ declare namespace Excel {
83169
83182
  */
83170
83183
  interface HeaderFooterLoadOptions {
83171
83184
  /**
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`).
83185
+ 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
83186
  */
83174
83187
  $all?: boolean;
83175
83188
  /**
@@ -83227,7 +83240,7 @@ declare namespace Excel {
83227
83240
  */
83228
83241
  interface HeaderFooterGroupLoadOptions {
83229
83242
  /**
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`).
83243
+ 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
83244
  */
83232
83245
  $all?: boolean;
83233
83246
  /**
@@ -83286,7 +83299,7 @@ declare namespace Excel {
83286
83299
  */
83287
83300
  interface PageBreakLoadOptions {
83288
83301
  /**
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`).
83302
+ 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
83303
  */
83291
83304
  $all?: boolean;
83292
83305
  /**
@@ -83310,7 +83323,7 @@ declare namespace Excel {
83310
83323
  */
83311
83324
  interface PageBreakCollectionLoadOptions {
83312
83325
  /**
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`).
83326
+ 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
83327
  */
83315
83328
  $all?: boolean;
83316
83329
  /**
@@ -83334,28 +83347,28 @@ declare namespace Excel {
83334
83347
  */
83335
83348
  interface RangeCollectionLoadOptions {
83336
83349
  /**
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`).
83350
+ 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
83351
  */
83339
83352
  $all?: boolean;
83340
83353
  /**
83341
83354
  * For EACH ITEM in the collection: Returns a data validation object.
83342
83355
  *
83343
83356
  * @remarks
83344
- * [Api set: ExcelApi 1.8]
83357
+ * [Api set: ExcelApi 1.9]
83345
83358
  */
83346
83359
  dataValidation?: Excel.Interfaces.DataValidationLoadOptions;
83347
83360
  /**
83348
83361
  * For EACH ITEM in the collection: Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties.
83349
83362
  *
83350
83363
  * @remarks
83351
- * [Api set: ExcelApi 1.1]
83364
+ * [Api set: ExcelApi 1.9]
83352
83365
  */
83353
83366
  format?: Excel.Interfaces.RangeFormatLoadOptions;
83354
83367
  /**
83355
83368
  * For EACH ITEM in the collection: The worksheet containing the current range.
83356
83369
  *
83357
83370
  * @remarks
83358
- * [Api set: ExcelApi 1.1]
83371
+ * [Api set: ExcelApi 1.9]
83359
83372
  */
83360
83373
  worksheet?: Excel.Interfaces.WorksheetLoadOptions;
83361
83374
  /**
@@ -83480,7 +83493,7 @@ declare namespace Excel {
83480
83493
  */
83481
83494
  linkedDataTypeState?: boolean;
83482
83495
  /**
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}.
83496
+ * 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
83497
  *
83485
83498
  * @remarks
83486
83499
  * [Api set: ExcelApi 1.1]
@@ -83604,28 +83617,28 @@ declare namespace Excel {
83604
83617
  */
83605
83618
  interface RangeAreasCollectionLoadOptions {
83606
83619
  /**
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`).
83620
+ 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
83621
  */
83609
83622
  $all?: boolean;
83610
83623
  /**
83611
83624
  * For EACH ITEM in the collection: Returns a data validation object for all ranges in the `RangeAreas`.
83612
83625
  *
83613
83626
  * @remarks
83614
- * [Api set: ExcelApi 1.9]
83627
+ * [Api set: ExcelApi 1.12]
83615
83628
  */
83616
83629
  dataValidation?: Excel.Interfaces.DataValidationLoadOptions;
83617
83630
  /**
83618
83631
  * 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
83632
  *
83620
83633
  * @remarks
83621
- * [Api set: ExcelApi 1.9]
83634
+ * [Api set: ExcelApi 1.12]
83622
83635
  */
83623
83636
  format?: Excel.Interfaces.RangeFormatLoadOptions;
83624
83637
  /**
83625
83638
  * For EACH ITEM in the collection: Returns the worksheet for the current `RangeAreas`.
83626
83639
  *
83627
83640
  * @remarks
83628
- * [Api set: ExcelApi 1.9]
83641
+ * [Api set: ExcelApi 1.12]
83629
83642
  */
83630
83643
  worksheet?: Excel.Interfaces.WorksheetLoadOptions;
83631
83644
  /**
@@ -83688,7 +83701,7 @@ declare namespace Excel {
83688
83701
  */
83689
83702
  interface CommentCollectionLoadOptions {
83690
83703
  /**
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`).
83704
+ 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
83705
  */
83693
83706
  $all?: boolean;
83694
83707
  /**
@@ -83763,7 +83776,7 @@ declare namespace Excel {
83763
83776
  */
83764
83777
  interface CommentLoadOptions {
83765
83778
  /**
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`).
83779
+ 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
83780
  */
83768
83781
  $all?: boolean;
83769
83782
  /**
@@ -83838,7 +83851,7 @@ declare namespace Excel {
83838
83851
  */
83839
83852
  interface CommentReplyCollectionLoadOptions {
83840
83853
  /**
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`).
83854
+ 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
83855
  */
83843
83856
  $all?: boolean;
83844
83857
  /**
@@ -83913,7 +83926,7 @@ declare namespace Excel {
83913
83926
  */
83914
83927
  interface CommentReplyLoadOptions {
83915
83928
  /**
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`).
83929
+ 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
83930
  */
83918
83931
  $all?: boolean;
83919
83932
  /**
@@ -83988,7 +84001,7 @@ declare namespace Excel {
83988
84001
  */
83989
84002
  interface ShapeCollectionLoadOptions {
83990
84003
  /**
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`).
84004
+ 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
84005
  */
83993
84006
  $all?: boolean;
83994
84007
  /**
@@ -84189,7 +84202,7 @@ declare namespace Excel {
84189
84202
  */
84190
84203
  interface ShapeLoadOptions {
84191
84204
  /**
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`).
84205
+ 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
84206
  */
84194
84207
  $all?: boolean;
84195
84208
  /**
@@ -84389,7 +84402,7 @@ declare namespace Excel {
84389
84402
  */
84390
84403
  interface GeometricShapeLoadOptions {
84391
84404
  /**
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`).
84405
+ 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
84406
  */
84394
84407
  $all?: boolean;
84395
84408
  /**
@@ -84415,7 +84428,7 @@ declare namespace Excel {
84415
84428
  */
84416
84429
  interface ImageLoadOptions {
84417
84430
  /**
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`).
84431
+ 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
84432
  */
84420
84433
  $all?: boolean;
84421
84434
  /**
@@ -84448,7 +84461,7 @@ declare namespace Excel {
84448
84461
  */
84449
84462
  interface ShapeGroupLoadOptions {
84450
84463
  /**
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`).
84464
+ 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
84465
  */
84453
84466
  $all?: boolean;
84454
84467
  /**
@@ -84474,7 +84487,7 @@ declare namespace Excel {
84474
84487
  */
84475
84488
  interface GroupShapeCollectionLoadOptions {
84476
84489
  /**
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`).
84490
+ 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
84491
  */
84479
84492
  $all?: boolean;
84480
84493
  /**
@@ -84674,7 +84687,7 @@ declare namespace Excel {
84674
84687
  */
84675
84688
  interface LineLoadOptions {
84676
84689
  /**
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`).
84690
+ 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
84691
  */
84679
84692
  $all?: boolean;
84680
84693
  /**
@@ -84791,7 +84804,7 @@ declare namespace Excel {
84791
84804
  */
84792
84805
  interface ShapeFillLoadOptions {
84793
84806
  /**
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`).
84807
+ 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
84808
  */
84796
84809
  $all?: boolean;
84797
84810
  /**
@@ -84824,7 +84837,7 @@ declare namespace Excel {
84824
84837
  */
84825
84838
  interface ShapeLineFormatLoadOptions {
84826
84839
  /**
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`).
84840
+ 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
84841
  */
84829
84842
  $all?: boolean;
84830
84843
  /**
@@ -84878,7 +84891,7 @@ declare namespace Excel {
84878
84891
  */
84879
84892
  interface TextFrameLoadOptions {
84880
84893
  /**
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`).
84894
+ 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
84895
  */
84883
84896
  $all?: boolean;
84884
84897
  /**
@@ -84981,7 +84994,7 @@ declare namespace Excel {
84981
84994
  */
84982
84995
  interface TextRangeLoadOptions {
84983
84996
  /**
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`).
84997
+ 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
84998
  */
84986
84999
  $all?: boolean;
84987
85000
  /**
@@ -85007,7 +85020,7 @@ declare namespace Excel {
85007
85020
  */
85008
85021
  interface ShapeFontLoadOptions {
85009
85022
  /**
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`).
85023
+ 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
85024
  */
85012
85025
  $all?: boolean;
85013
85026
  /**
@@ -85061,7 +85074,7 @@ declare namespace Excel {
85061
85074
  */
85062
85075
  interface SlicerLoadOptions {
85063
85076
  /**
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`).
85077
+ 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
85078
  */
85066
85079
  $all?: boolean;
85067
85080
  /**
@@ -85154,7 +85167,7 @@ declare namespace Excel {
85154
85167
  */
85155
85168
  interface SlicerCollectionLoadOptions {
85156
85169
  /**
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`).
85170
+ 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
85171
  */
85159
85172
  $all?: boolean;
85160
85173
  /**
@@ -85247,7 +85260,7 @@ declare namespace Excel {
85247
85260
  */
85248
85261
  interface SlicerItemLoadOptions {
85249
85262
  /**
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`).
85263
+ 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
85264
  */
85252
85265
  $all?: boolean;
85253
85266
  /**
@@ -85289,7 +85302,7 @@ declare namespace Excel {
85289
85302
  */
85290
85303
  interface SlicerItemCollectionLoadOptions {
85291
85304
  /**
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`).
85305
+ 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
85306
  */
85294
85307
  $all?: boolean;
85295
85308
  /**
@@ -85332,7 +85345,7 @@ declare namespace Excel {
85332
85345
  */
85333
85346
  interface NamedSheetViewLoadOptions {
85334
85347
  /**
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`).
85348
+ 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
85349
  */
85337
85350
  $all?: boolean;
85338
85351
  /**
@@ -85352,7 +85365,7 @@ declare namespace Excel {
85352
85365
  */
85353
85366
  interface NamedSheetViewCollectionLoadOptions {
85354
85367
  /**
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`).
85368
+ 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
85369
  */
85357
85370
  $all?: boolean;
85358
85371
  /**
@@ -85372,7 +85385,7 @@ declare namespace Excel {
85372
85385
  */
85373
85386
  interface FunctionResultLoadOptions {
85374
85387
  /**
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`).
85388
+ 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
85389
  */
85377
85390
  $all?: boolean;
85378
85391
  /**