@types/office-js 1.0.228 → 1.0.229

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.
office-js/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for Office.js (https://github.com/OfficeD
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Wed, 22 Dec 2021 20:01:22 GMT
11
+ * Last updated: Mon, 03 Jan 2022 21:01:38 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
14
14
 
office-js/index.d.ts CHANGED
@@ -19528,7 +19528,7 @@ declare namespace Excel {
19528
19528
  */
19529
19529
  getItem(key: string): Excel.LinkedWorkbook;
19530
19530
  /**
19531
- * Gets information about a linked workbook by its URL. If the workbook does not exist, then this function will return an object with its `isNullObject` property set to `true`.
19531
+ * Gets information about a linked workbook by its URL. If the workbook does not exist, then this method returns an object with its `isNullObject` property set to `true`.
19532
19532
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
19533
19533
  *
19534
19534
  * @remarks
@@ -22103,7 +22103,7 @@ declare namespace Excel {
22103
22103
  */
22104
22104
  getActiveChart(): Excel.Chart;
22105
22105
  /**
22106
- * Gets the currently active chart in the workbook. If there is no active chart, then this function will return an object with its `isNullObject` property set to `true`.
22106
+ * Gets the currently active chart in the workbook. If there is no active chart, then this method returns an object with its `isNullObject` property set to `true`.
22107
22107
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
22108
22108
  *
22109
22109
  * @remarks
@@ -22118,7 +22118,7 @@ declare namespace Excel {
22118
22118
  */
22119
22119
  getActiveSlicer(): Excel.Slicer;
22120
22120
  /**
22121
- * Gets the currently active slicer in the workbook. If there is no active slicer, then this function will return an object with its `isNullObject` property set to `true`.
22121
+ * Gets the currently active slicer in the workbook. If there is no active slicer, then this method returns an object with its `isNullObject` property set to `true`.
22122
22122
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
22123
22123
  *
22124
22124
  * @remarks
@@ -22615,7 +22615,7 @@ declare namespace Excel {
22615
22615
  */
22616
22616
  getNext(visibleOnly?: boolean): Excel.Worksheet;
22617
22617
  /**
22618
- * Gets the worksheet that follows this one. If there are no worksheets following this one, then this method will return an object with its `isNullObject` property set to `true`.
22618
+ * Gets the worksheet that follows this one. If there are no worksheets following this one, then this method returns an object with its `isNullObject` property set to `true`.
22619
22619
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
22620
22620
  *
22621
22621
  * @remarks
@@ -22634,7 +22634,7 @@ declare namespace Excel {
22634
22634
  */
22635
22635
  getPrevious(visibleOnly?: boolean): Excel.Worksheet;
22636
22636
  /**
22637
- * Gets the worksheet that precedes this one. If there are no previous worksheets, then this method will return an object with its `isNullObject` property set to `true`.
22637
+ * Gets the worksheet that precedes this one. If there are no previous worksheets, then this method returns an object with its `isNullObject` property set to `true`.
22638
22638
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
22639
22639
  *
22640
22640
  * @remarks
@@ -22683,7 +22683,7 @@ declare namespace Excel {
22683
22683
  */
22684
22684
  getUsedRange(valuesOnly?: boolean): Excel.Range;
22685
22685
  /**
22686
- * The used range is the smallest range that encompasses any cells that have a value or formatting assigned to them. If the entire worksheet is blank, then this function will return an object with its `isNullObject` property set to `true`. For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
22686
+ * The used range is the smallest range that encompasses any cells that have a value or formatting assigned to them. If the entire worksheet is blank, then this method returns an object with its `isNullObject` property set to `true`. For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
22687
22687
  *
22688
22688
  * @remarks
22689
22689
  * [Api set: ExcelApi 1.4]
@@ -22929,7 +22929,7 @@ declare namespace Excel {
22929
22929
  */
22930
22930
  getItem(key: string): Excel.Worksheet;
22931
22931
  /**
22932
- * Gets a worksheet object using its name or ID. If the worksheet does not exist, then this function will return an object with its `isNullObject` property set to `true`.
22932
+ * Gets a worksheet object using its name or ID. If the worksheet does not exist, then this method returns an object with its `isNullObject` property set to `true`.
22933
22933
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
22934
22934
  *
22935
22935
  * @remarks
@@ -23347,7 +23347,7 @@ declare namespace Excel {
23347
23347
  /**
23348
23348
  * Gets a range that describes the frozen cells in the active worksheet view.
23349
23349
  The frozen range corresponds to cells that are frozen in the top- and left-most pane.
23350
- If there is no frozen pane, then this function will return an object with its `isNullObject` property set to `true`.
23350
+ If there is no frozen pane, then this method returns an object with its `isNullObject` property set to `true`.
23351
23351
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
23352
23352
  *
23353
23353
  * @remarks
@@ -23799,7 +23799,7 @@ declare namespace Excel {
23799
23799
  /**
23800
23800
  * Finds the given string based on the criteria specified.
23801
23801
  If the current range is larger than a single cell, then the search will be limited to that range, else the search will cover the entire sheet starting after that cell.
23802
- If there are no matches, then this function will return an object with its `isNullObject` property set to `true`.
23802
+ If there are no matches, then this method returns an object with its `isNullObject` property set to `true`.
23803
23803
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
23804
23804
  *
23805
23805
  * @remarks
@@ -23959,7 +23959,7 @@ declare namespace Excel {
23959
23959
  */
23960
23960
  getIntersection(anotherRange: Range | string): Excel.Range;
23961
23961
  /**
23962
- * Gets the range object that represents the rectangular intersection of the given ranges. If no intersection is found, then this function will return an object with its `isNullObject` property set to `true`.
23962
+ * Gets the range object that represents the rectangular intersection of the given ranges. If no intersection is found, then this method returns an object with its `isNullObject` property set to `true`.
23963
23963
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
23964
23964
  *
23965
23965
  * @remarks
@@ -24114,7 +24114,7 @@ declare namespace Excel {
24114
24114
  getSpecialCells(cellType: "ConditionalFormats" | "DataValidations" | "Blanks" | "Constants" | "Formulas" | "SameConditionalFormat" | "SameDataValidation" | "Visible", cellValueType?: "All" | "Errors" | "ErrorsLogical" | "ErrorsNumbers" | "ErrorsText" | "ErrorsLogicalNumber" | "ErrorsLogicalText" | "ErrorsNumberText" | "Logical" | "LogicalNumbers" | "LogicalText" | "LogicalNumbersText" | "Numbers" | "NumbersText" | "Text"): Excel.RangeAreas;
24115
24115
  /**
24116
24116
  * Gets the `RangeAreas` object, comprising one or more ranges, that represents all the cells that match the specified type and value.
24117
- If no special cells are found, then this function will return an object with its `isNullObject` property set to `true`.
24117
+ If no special cells are found, then this method returns an object with its `isNullObject` property set to `true`.
24118
24118
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
24119
24119
  *
24120
24120
  * @remarks
@@ -24126,7 +24126,7 @@ declare namespace Excel {
24126
24126
  getSpecialCellsOrNullObject(cellType: Excel.SpecialCellType, cellValueType?: Excel.SpecialCellValueType): Excel.RangeAreas;
24127
24127
  /**
24128
24128
  * Gets the `RangeAreas` object, comprising one or more ranges, that represents all the cells that match the specified type and value.
24129
- If no special cells are found, then this function will return an object with its `isNullObject` property set to `true`.
24129
+ If no special cells are found, then this method returns an object with its `isNullObject` property set to `true`.
24130
24130
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
24131
24131
  *
24132
24132
  * @remarks
@@ -24145,7 +24145,7 @@ declare namespace Excel {
24145
24145
  getSpillParent(): Excel.Range;
24146
24146
  /**
24147
24147
  * Gets the range object containing the anchor cell for the cell getting spilled into.
24148
- If it's not a spilled cell, or more than one cell is given, then this function will return an object with its `isNullObject` property set to `true`.
24148
+ If it's not a spilled cell, or more than one cell is given, then this method returns an object with its `isNullObject` property set to `true`.
24149
24149
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
24150
24150
  *
24151
24151
  * @remarks
@@ -24161,7 +24161,7 @@ declare namespace Excel {
24161
24161
  getSpillingToRange(): Excel.Range;
24162
24162
  /**
24163
24163
  * Gets the range object containing the spill range when called on an anchor cell.
24164
- If the range isn't an anchor cell or the spill range can't be found, then this function will return an object with its `isNullObject` property set to `true`.
24164
+ If the range isn't an anchor cell or the spill range can't be found, then this method returns an object with its `isNullObject` property set to `true`.
24165
24165
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
24166
24166
  *
24167
24167
  * @remarks
@@ -24194,7 +24194,7 @@ declare namespace Excel {
24194
24194
  */
24195
24195
  getUsedRange(valuesOnly?: boolean): Excel.Range;
24196
24196
  /**
24197
- * Returns the used range of the given range object. If there are no used cells within the range, then this function will return an object with its `isNullObject` property set to `true`.
24197
+ * Returns the used range of the given range object. If there are no used cells within the range, then this method returns an object with its `isNullObject` property set to `true`.
24198
24198
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
24199
24199
  *
24200
24200
  * @remarks
@@ -24685,7 +24685,7 @@ declare namespace Excel {
24685
24685
  */
24686
24686
  getIntersection(anotherRange: Range | RangeAreas | string): Excel.RangeAreas;
24687
24687
  /**
24688
- * Returns the `RangeAreas` object that represents the intersection of the given ranges or `RangeAreas`. If no intersection is found, then this function will return an object with its `isNullObject` property set to `true`.
24688
+ * Returns the `RangeAreas` object that represents the intersection of the given ranges or `RangeAreas`. If no intersection is found, then this method returns an object with its `isNullObject` property set to `true`.
24689
24689
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
24690
24690
  *
24691
24691
  * @remarks
@@ -24725,7 +24725,7 @@ declare namespace Excel {
24725
24725
  */
24726
24726
  getSpecialCells(cellType: "ConditionalFormats" | "DataValidations" | "Blanks" | "Constants" | "Formulas" | "SameConditionalFormat" | "SameDataValidation" | "Visible", cellValueType?: "All" | "Errors" | "ErrorsLogical" | "ErrorsNumbers" | "ErrorsText" | "ErrorsLogicalNumber" | "ErrorsLogicalText" | "ErrorsNumberText" | "Logical" | "LogicalNumbers" | "LogicalText" | "LogicalNumbersText" | "Numbers" | "NumbersText" | "Text"): Excel.RangeAreas;
24727
24727
  /**
24728
- * Returns a `RangeAreas` object that represents all the cells that match the specified type and value. If no special cells are found that match the criteria, then this function will return an object with its `isNullObject` property set to `true`.
24728
+ * Returns a `RangeAreas` object that represents all the cells that match the specified type and value. If no special cells are found that match the criteria, then this method returns an object with its `isNullObject` property set to `true`.
24729
24729
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
24730
24730
  *
24731
24731
  * @remarks
@@ -24736,7 +24736,7 @@ declare namespace Excel {
24736
24736
  */
24737
24737
  getSpecialCellsOrNullObject(cellType: Excel.SpecialCellType, cellValueType?: Excel.SpecialCellValueType): Excel.RangeAreas;
24738
24738
  /**
24739
- * Returns a `RangeAreas` object that represents all the cells that match the specified type and value. If no special cells are found that match the criteria, then this function will return an object with its `isNullObject` property set to `true`.
24739
+ * Returns a `RangeAreas` object that represents all the cells that match the specified type and value. If no special cells are found that match the criteria, then this method returns an object with its `isNullObject` property set to `true`.
24740
24740
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
24741
24741
  *
24742
24742
  * @remarks
@@ -24767,7 +24767,7 @@ declare namespace Excel {
24767
24767
  getUsedRangeAreas(valuesOnly?: boolean): Excel.RangeAreas;
24768
24768
  /**
24769
24769
  * Returns the used `RangeAreas` that comprises all the used areas of individual rectangular ranges in the `RangeAreas` object.
24770
- If there are no used cells within the `RangeAreas`, then this function will return an object with its `isNullObject` property set to `true`.
24770
+ If there are no used cells within the `RangeAreas`, then this method returns an object with its `isNullObject` property set to `true`.
24771
24771
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
24772
24772
  *
24773
24773
  * @remarks
@@ -24858,7 +24858,7 @@ declare namespace Excel {
24858
24858
  */
24859
24859
  getRangeAreasBySheet(key: string): Excel.RangeAreas;
24860
24860
  /**
24861
- * Returns the `RangeAreas` object based on worksheet name or ID in the collection. If the worksheet does not exist, then this function will return an object with its `isNullObject` property set to `true`.
24861
+ * Returns the `RangeAreas` object based on worksheet name or ID in the collection. If the worksheet does not exist, then this method returns an object with its `isNullObject` property set to `true`.
24862
24862
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
24863
24863
  *
24864
24864
  * @remarks
@@ -25605,7 +25605,7 @@ declare namespace Excel {
25605
25605
  */
25606
25606
  getItem(key: string): Excel.Setting;
25607
25607
  /**
25608
- * Gets a setting entry via the key. If the setting does not exist, then this function will return an object with its `isNullObject` property set to `true`.
25608
+ * Gets a setting entry via the key. If the setting does not exist, then this method returns an object with its `isNullObject` property set to `true`.
25609
25609
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
25610
25610
  *
25611
25611
  * @remarks
@@ -25764,7 +25764,7 @@ declare namespace Excel {
25764
25764
  */
25765
25765
  getItem(name: string): Excel.NamedItem;
25766
25766
  /**
25767
- * Gets a `NamedItem` object using its name. If the object does not exist, then this function will return an object with its `isNullObject` property set to `true`.
25767
+ * Gets a `NamedItem` object using its name. If the object does not exist, then this method returns an object with its `isNullObject` property set to `true`.
25768
25768
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
25769
25769
  *
25770
25770
  * @remarks
@@ -25821,7 +25821,7 @@ declare namespace Excel {
25821
25821
  */
25822
25822
  readonly worksheet: Excel.Worksheet;
25823
25823
  /**
25824
- * Returns the worksheet to which the named item is scoped. If the item is scoped to the workbook instead, then this function will return an object with its `isNullObject` property set to `true`.
25824
+ * Returns the worksheet to which the named item is scoped. If the item is scoped to the workbook instead, then this method returns an object with its `isNullObject` property set to `true`.
25825
25825
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
25826
25826
  *
25827
25827
  * @remarks
@@ -25900,7 +25900,7 @@ declare namespace Excel {
25900
25900
  */
25901
25901
  getRange(): Excel.Range;
25902
25902
  /**
25903
- * Returns the range object that is associated with the name. If the named item's type is not a range, then this function will return an object with its `isNullObject` property set to `true`.
25903
+ * Returns the range object that is associated with the name. If the named item's type is not a range, then this method returns an object with its `isNullObject` property set to `true`.
25904
25904
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
25905
25905
  *
25906
25906
  * @remarks
@@ -26194,7 +26194,7 @@ declare namespace Excel {
26194
26194
  */
26195
26195
  getItemAt(index: number): Excel.Binding;
26196
26196
  /**
26197
- * Gets a binding object by ID. If the binding object does not exist, then this function will return an object with its `isNullObject` property set to `true`.
26197
+ * Gets a binding object by ID. If the binding object does not exist, then this method returns an object with its `isNullObject` property set to `true`.
26198
26198
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
26199
26199
  *
26200
26200
  * @remarks
@@ -26281,7 +26281,7 @@ declare namespace Excel {
26281
26281
  */
26282
26282
  getItemAt(index: number): Excel.Table;
26283
26283
  /**
26284
- * Gets a table by name or ID. If the table doesn't exist, then this function will return an object with its `isNullObject` property set to `true`.
26284
+ * Gets a table by name or ID. If the table doesn't exist, then this method returns an object with its `isNullObject` property set to `true`.
26285
26285
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
26286
26286
  *
26287
26287
  * @remarks
@@ -26377,7 +26377,7 @@ declare namespace Excel {
26377
26377
  getItem(key: string): Excel.Table;
26378
26378
  /**
26379
26379
  * Gets a table by name or ID.
26380
- If the table object does not exist, then this function will return an object with its `isNullObject` property set to `true`.
26380
+ If the table object does not exist, then this method returns an object with its `isNullObject` property set to `true`.
26381
26381
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
26382
26382
  *
26383
26383
  * @remarks
@@ -26707,7 +26707,7 @@ declare namespace Excel {
26707
26707
  */
26708
26708
  getItemAt(index: number): Excel.TableColumn;
26709
26709
  /**
26710
- * Gets a column object by name or ID. If the column doesn't exist, then this function will return an object with its `isNullObject` property set to `true`.
26710
+ * Gets a column object by name or ID. If the column doesn't exist, then this method returns an object with its `isNullObject` property set to `true`.
26711
26711
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
26712
26712
  *
26713
26713
  * @remarks
@@ -28107,7 +28107,7 @@ declare namespace Excel {
28107
28107
  */
28108
28108
  getItemAt(index: number): Excel.Chart;
28109
28109
  /**
28110
- * Gets a chart using its name. If there are multiple charts with the same name, the first one will be returned. If the chart doesn't exist, then this function will return an object with its `isNullObject` property set to `true`.
28110
+ * Gets a chart using its name. If there are multiple charts with the same name, the first one will be returned. If the chart doesn't exist, then this method returns an object with its `isNullObject` property set to `true`.
28111
28111
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
28112
28112
  *
28113
28113
  * @remarks
@@ -28386,7 +28386,7 @@ declare namespace Excel {
28386
28386
  */
28387
28387
  getDataTable(): Excel.ChartDataTable;
28388
28388
  /**
28389
- * Gets the data table on the chart. If the chart doesn't allow a data table, then this function returns an object with its `isNullObject` property set to `true`.
28389
+ * Gets the data table on the chart. If the chart doesn't allow a data table, then this method returns an object with its `isNullObject` property set to `true`.
28390
28390
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
28391
28391
  *
28392
28392
  * @remarks
@@ -33360,7 +33360,7 @@ declare namespace Excel {
33360
33360
  getItem(id: string): Excel.CustomXmlPart;
33361
33361
  /**
33362
33362
  * Gets a custom XML part based on its ID.
33363
- If the `CustomXmlPart` does not exist, then this function returns an object with its `isNullObject` property set to `true`.
33363
+ If the `CustomXmlPart` does not exist, then this method returns an object with its `isNullObject` property set to `true`.
33364
33364
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
33365
33365
  *
33366
33366
  * @remarks
@@ -33456,7 +33456,7 @@ declare namespace Excel {
33456
33456
  getItem(id: string): Excel.CustomXmlPart;
33457
33457
  /**
33458
33458
  * Gets a custom XML part based on its ID.
33459
- If the `CustomXmlPart` does not exist, then this function returns an object with its `isNullObject` property set to `true`.
33459
+ If the `CustomXmlPart` does not exist, then this method returns an object with its `isNullObject` property set to `true`.
33460
33460
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
33461
33461
  *
33462
33462
  * @remarks
@@ -33597,7 +33597,7 @@ declare namespace Excel {
33597
33597
  */
33598
33598
  getItem(key: string): Excel.PivotTable;
33599
33599
  /**
33600
- * Gets a PivotTable by name. If the PivotTable does not exist, then this function returns an object with its `isNullObject` property set to `true`.
33600
+ * Gets a PivotTable by name. If the PivotTable does not exist, then this method returns an object with its `isNullObject` property set to `true`.
33601
33601
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
33602
33602
  *
33603
33603
  * @remarks
@@ -33670,7 +33670,7 @@ declare namespace Excel {
33670
33670
  */
33671
33671
  getItem(name: string): Excel.PivotTable;
33672
33672
  /**
33673
- * Gets a PivotTable by name. If the PivotTable does not exist, then this function returns an object with its `isNullObject` property set to `true`.
33673
+ * Gets a PivotTable by name. If the PivotTable does not exist, then this method returns an object with its `isNullObject` property set to `true`.
33674
33674
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
33675
33675
  *
33676
33676
  * @remarks
@@ -34133,7 +34133,7 @@ declare namespace Excel {
34133
34133
  */
34134
34134
  getItem(name: string): Excel.PivotHierarchy;
34135
34135
  /**
34136
- * Gets a PivotHierarchy by name. If the PivotHierarchy does not exist, then this function will return an object with its `isNullObject` property set to `true`.
34136
+ * Gets a PivotHierarchy by name. If the PivotHierarchy does not exist, then this method returns an object with its `isNullObject` property set to `true`.
34137
34137
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
34138
34138
  *
34139
34139
  * @remarks
@@ -34267,7 +34267,7 @@ declare namespace Excel {
34267
34267
  */
34268
34268
  getItem(name: string): Excel.RowColumnPivotHierarchy;
34269
34269
  /**
34270
- * Gets a RowColumnPivotHierarchy by name. If the RowColumnPivotHierarchy does not exist, then this function will return an object with its `isNullObject` property set to `true`.
34270
+ * Gets a RowColumnPivotHierarchy by name. If the RowColumnPivotHierarchy does not exist, then this method returns an object with its `isNullObject` property set to `true`.
34271
34271
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
34272
34272
  *
34273
34273
  * @remarks
@@ -34422,7 +34422,7 @@ declare namespace Excel {
34422
34422
  */
34423
34423
  getItem(name: string): Excel.FilterPivotHierarchy;
34424
34424
  /**
34425
- * Gets a FilterPivotHierarchy by name. If the FilterPivotHierarchy does not exist, then this function will return an object with its `isNullObject` property set to `true`.
34425
+ * Gets a FilterPivotHierarchy by name. If the FilterPivotHierarchy does not exist, then this method returns an object with its `isNullObject` property set to `true`.
34426
34426
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
34427
34427
  *
34428
34428
  * @remarks
@@ -34583,7 +34583,7 @@ declare namespace Excel {
34583
34583
  */
34584
34584
  getItem(name: string): Excel.DataPivotHierarchy;
34585
34585
  /**
34586
- * Gets a DataPivotHierarchy by name. If the DataPivotHierarchy does not exist, then this function will return an object with its `isNullObject` property set to `true`.
34586
+ * Gets a DataPivotHierarchy by name. If the DataPivotHierarchy does not exist, then this method returns an object with its `isNullObject` property set to `true`.
34587
34587
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
34588
34588
  *
34589
34589
  * @remarks
@@ -34778,7 +34778,7 @@ declare namespace Excel {
34778
34778
  */
34779
34779
  getItem(name: string): Excel.PivotField;
34780
34780
  /**
34781
- * Gets a PivotField by name. If the PivotField does not exist, then this function will return an object with its `isNullObject` property set to `true`.
34781
+ * Gets a PivotField by name. If the PivotField does not exist, then this method returns an object with its `isNullObject` property set to `true`.
34782
34782
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
34783
34783
  *
34784
34784
  * @remarks
@@ -35020,7 +35020,7 @@ declare namespace Excel {
35020
35020
  */
35021
35021
  getItem(name: string): Excel.PivotItem;
35022
35022
  /**
35023
- * Gets a PivotItem by name. If the PivotItem does not exist, then this function will return an object with its `isNullObject` property set to `true`.
35023
+ * Gets a PivotItem by name. If the PivotItem does not exist, then this method returns an object with its `isNullObject` property set to `true`.
35024
35024
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
35025
35025
  *
35026
35026
  * @remarks
@@ -35546,7 +35546,7 @@ declare namespace Excel {
35546
35546
  */
35547
35547
  getItem(key: string): Excel.WorksheetCustomProperty;
35548
35548
  /**
35549
- * Gets a custom property object by its key, which is case-insensitive. If the custom property doesn't exist, then this function will return an object with its `isNullObject` property set to `true`.
35549
+ * Gets a custom property object by its key, which is case-insensitive. If the custom property doesn't exist, then this method returns an object with its `isNullObject` property set to `true`.
35550
35550
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
35551
35551
  *
35552
35552
  * @remarks
@@ -35589,7 +35589,7 @@ declare namespace Excel {
35589
35589
  /** The request context associated with the object. This connects the add-in's process to the Office host application's process. */
35590
35590
  context: RequestContext;
35591
35591
  /**
35592
- * Gets the collection of custom properties of the workbook. Read only.
35592
+ * Gets the collection of custom properties of the workbook.
35593
35593
  *
35594
35594
  * @remarks
35595
35595
  * [Api set: ExcelApi 1.7]
@@ -35624,7 +35624,7 @@ declare namespace Excel {
35624
35624
  */
35625
35625
  company: string;
35626
35626
  /**
35627
- * Gets the creation date of the workbook. Read only.
35627
+ * Gets the creation date of the workbook.
35628
35628
  *
35629
35629
  * @remarks
35630
35630
  * [Api set: ExcelApi 1.7]
@@ -35638,7 +35638,7 @@ declare namespace Excel {
35638
35638
  */
35639
35639
  keywords: string;
35640
35640
  /**
35641
- * Gets the last author of the workbook. Read only.
35641
+ * Gets the last author of the workbook.
35642
35642
  *
35643
35643
  * @remarks
35644
35644
  * [Api set: ExcelApi 1.7]
@@ -35652,7 +35652,7 @@ declare namespace Excel {
35652
35652
  */
35653
35653
  manager: string;
35654
35654
  /**
35655
- * Gets the revision number of the workbook. Read only.
35655
+ * Gets the revision number of the workbook.
35656
35656
  *
35657
35657
  * @remarks
35658
35658
  * [Api set: ExcelApi 1.7]
@@ -35824,7 +35824,7 @@ declare namespace Excel {
35824
35824
  */
35825
35825
  getItem(key: string): Excel.CustomProperty;
35826
35826
  /**
35827
- * Gets a custom property object by its key, which is case-insensitive. If the custom property doesn't exist, then this function will return an object with its `isNullObject` property set to `true`.
35827
+ * Gets a custom property object by its key, which is case-insensitive. If the custom property doesn't exist, then this method returns an object with its `isNullObject` property set to `true`.
35828
35828
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
35829
35829
  *
35830
35830
  * @remarks
@@ -35921,7 +35921,7 @@ declare namespace Excel {
35921
35921
  getItemAt(index: number): Excel.ConditionalFormat;
35922
35922
  /**
35923
35923
  * Returns a conditional format identified by its ID.
35924
- If the conditional format object does not exist, then this function will return an object with its `isNullObject` property set to `true`.
35924
+ If the conditional format object does not exist, then this method returns an object with its `isNullObject` property set to `true`.
35925
35925
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
35926
35926
  *
35927
35927
  * @remarks
@@ -36136,7 +36136,7 @@ declare namespace Excel {
36136
36136
  */
36137
36137
  getRange(): Excel.Range;
36138
36138
  /**
36139
- * Returns the range to which the conditonal format is applied. If the conditional format is applied to multiple ranges, then this function will return an object with its `isNullObject` property set to `true`.
36139
+ * Returns the range to which the conditonal format is applied. If the conditional format is applied to multiple ranges, then this method returns an object with its `isNullObject` property set to `true`.
36140
36140
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
36141
36141
  *
36142
36142
  * @remarks
@@ -37745,7 +37745,7 @@ declare namespace Excel {
37745
37745
  getItemAt(index: number): Excel.Style;
37746
37746
  /**
37747
37747
  * Gets a style by name.
37748
- If the style object does not exist, then this function will return an object with its `isNullObject` property set to `true`.
37748
+ If the style object does not exist, then this method returns an object with its `isNullObject` property set to `true`.
37749
37749
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
37750
37750
  *
37751
37751
  * @remarks
@@ -37826,7 +37826,7 @@ declare namespace Excel {
37826
37826
  */
37827
37827
  getItem(name: string): Excel.TableStyle;
37828
37828
  /**
37829
- * Gets a `TableStyle` by name. If the table style does not exist, then this function will return an object with its `isNullObject` property set to `true`.
37829
+ * Gets a `TableStyle` by name. If the table style does not exist, then this method returns an object with its `isNullObject` property set to `true`.
37830
37830
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
37831
37831
  *
37832
37832
  * @remarks
@@ -37990,7 +37990,7 @@ declare namespace Excel {
37990
37990
  */
37991
37991
  getItem(name: string): Excel.PivotTableStyle;
37992
37992
  /**
37993
- * Gets a `PivotTableStyle` by name. If the `PivotTableStyle` does not exist, then this function will return an object with its `isNullObject` property set to `true`.
37993
+ * Gets a `PivotTableStyle` by name. If the `PivotTableStyle` does not exist, then this method returns an object with its `isNullObject` property set to `true`.
37994
37994
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
37995
37995
  *
37996
37996
  * @remarks
@@ -38154,7 +38154,7 @@ declare namespace Excel {
38154
38154
  */
38155
38155
  getItem(name: string): Excel.SlicerStyle;
38156
38156
  /**
38157
- * Gets a `SlicerStyle` by name. If the slicer style doesn't exist, then this function will return an object with its `isNullObject` property set to `true`.
38157
+ * Gets a `SlicerStyle` by name. If the slicer style doesn't exist, then this method returns an object with its `isNullObject` property set to `true`.
38158
38158
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
38159
38159
  *
38160
38160
  * @remarks
@@ -38318,7 +38318,7 @@ declare namespace Excel {
38318
38318
  */
38319
38319
  getItem(name: string): Excel.TimelineStyle;
38320
38320
  /**
38321
- * Gets a `TimelineStyle` by name. If the timeline style doesn't exist, then this function will return an object with its `isNullObject` property set to `true`.
38321
+ * Gets a `TimelineStyle` by name. If the timeline style doesn't exist, then this method returns an object with its `isNullObject` property set to `true`.
38322
38322
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
38323
38323
  *
38324
38324
  * @remarks
@@ -38600,7 +38600,7 @@ declare namespace Excel {
38600
38600
  */
38601
38601
  getPrintArea(): Excel.RangeAreas;
38602
38602
  /**
38603
- * Gets the `RangeAreas` object, comprising one or more rectangular ranges, that represents the print area for the worksheet. If there is no print area, then this function will return an object with its `isNullObject` property set to `true`.
38603
+ * Gets the `RangeAreas` object, comprising one or more rectangular ranges, that represents the print area for the worksheet. If there is no print area, then this method returns an object with its `isNullObject` property set to `true`.
38604
38604
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
38605
38605
  *
38606
38606
  * @remarks
@@ -38615,7 +38615,7 @@ declare namespace Excel {
38615
38615
  */
38616
38616
  getPrintTitleColumns(): Excel.Range;
38617
38617
  /**
38618
- * Gets the range object representing the title columns. If not set, then this function will return an object with its `isNullObject` property set to `true`.
38618
+ * Gets the range object representing the title columns. If not set, then this method returns an object with its `isNullObject` property set to `true`.
38619
38619
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
38620
38620
  *
38621
38621
  * @remarks
@@ -38630,7 +38630,7 @@ declare namespace Excel {
38630
38630
  */
38631
38631
  getPrintTitleRows(): Excel.Range;
38632
38632
  /**
38633
- * Gets the range object representing the title rows. If not set, then this function will return an object with its `isNullObject` property set to `true`.
38633
+ * Gets the range object representing the title rows. If not set, then this method returns an object with its `isNullObject` property set to `true`.
38634
38634
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
38635
38635
  *
38636
38636
  * @remarks
@@ -39351,7 +39351,7 @@ declare namespace Excel {
39351
39351
  getItemByReplyId(replyId: string): Excel.Comment;
39352
39352
  /**
39353
39353
  * Gets a comment from the collection based on its ID.
39354
- If the comment object does not exist, then this function will return an object with its `isNullObject` property set to `true`.
39354
+ If the comment object does not exist, then this method returns an object with its `isNullObject` property set to `true`.
39355
39355
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
39356
39356
  *
39357
39357
  * @remarks
@@ -39606,7 +39606,7 @@ declare namespace Excel {
39606
39606
  getItemAt(index: number): Excel.CommentReply;
39607
39607
  /**
39608
39608
  * Returns a comment reply identified by its ID.
39609
- If the comment reply object does not exist, then this function will return an object with its `isNullObject` property set to `true`.
39609
+ If the comment reply object does not exist, then this method returns an object with its `isNullObject` property set to `true`.
39610
39610
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
39611
39611
  *
39612
39612
  * @remarks
@@ -39885,7 +39885,7 @@ declare namespace Excel {
39885
39885
  getItemAt(index: number): Excel.Shape;
39886
39886
  /**
39887
39887
  * Gets a shape using its name or ID.
39888
- If the shape object does not exist, then this function will return an object with its `isNullObject` property set to `true`.
39888
+ If the shape object does not exist, then this method returns an object with its `isNullObject` property set to `true`.
39889
39889
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
39890
39890
  *
39891
39891
  * @remarks
@@ -39978,7 +39978,7 @@ declare namespace Excel {
39978
39978
  */
39979
39979
  readonly parentGroup: Excel.Shape;
39980
39980
  /**
39981
- * Returns the text frame object of this shape. Read only.
39981
+ * Returns the text frame object of this shape.
39982
39982
  *
39983
39983
  * @remarks
39984
39984
  * [Api set: ExcelApi 1.9]
@@ -40494,7 +40494,7 @@ declare namespace Excel {
40494
40494
  getItemAt(index: number): Excel.Shape;
40495
40495
  /**
40496
40496
  * Gets a shape using its name or ID.
40497
- If the shape object does not exist, then this function will return an object with its `isNullObject` property set to `true`.
40497
+ If the shape object does not exist, then this method returns an object with its `isNullObject` property set to `true`.
40498
40498
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
40499
40499
  *
40500
40500
  * @remarks
@@ -41385,7 +41385,7 @@ declare namespace Excel {
41385
41385
  */
41386
41386
  getItemAt(index: number): Excel.Slicer;
41387
41387
  /**
41388
- * Gets a slicer using its name or ID. If the slicer doesn't exist, then this function will return an object with its `isNullObject` property set to `true`.
41388
+ * Gets a slicer using its name or ID. If the slicer doesn't exist, then this method returns an object with its `isNullObject` property set to `true`.
41389
41389
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
41390
41390
  *
41391
41391
  * @remarks
@@ -41529,7 +41529,7 @@ declare namespace Excel {
41529
41529
  */
41530
41530
  getItemAt(index: number): Excel.SlicerItem;
41531
41531
  /**
41532
- * Gets a slicer item using its key or name. If the slicer item doesn't exist, then this function will return an object with its `isNullObject` property set to `true`.
41532
+ * Gets a slicer item using its key or name. If the slicer item doesn't exist, then this method returns an object with its `isNullObject` property set to `true`.
41533
41533
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
41534
41534
  *
41535
41535
  * @remarks
@@ -52449,6 +52449,7 @@ declare namespace Excel {
52449
52449
  nonBlankCellOffSheet = "NonBlankCellOffSheet",
52450
52450
  notImplemented = "NotImplemented",
52451
52451
  openWorkbookLinksBlocked = "OpenWorkbookLinksBlocked",
52452
+ operationCellsExceedLimit = "OperationCellsExceedLimit",
52452
52453
  pivotTableRangeConflict = "PivotTableRangeConflict",
52453
52454
  rangeExceedsLimit = "RangeExceedsLimit",
52454
52455
  refreshWorkbookLinksBlocked = "RefreshWorkbookLinksBlocked",
@@ -55694,7 +55695,7 @@ declare namespace Excel {
55694
55695
  */
55695
55696
  manager?: string;
55696
55697
  /**
55697
- * Gets the revision number of the workbook. Read only.
55698
+ * Gets the revision number of the workbook.
55698
55699
  *
55699
55700
  * @remarks
55700
55701
  * [Api set: ExcelApi 1.7]
@@ -61699,7 +61700,7 @@ declare namespace Excel {
61699
61700
  /** An interface describing the data returned by calling `documentProperties.toJSON()`. */
61700
61701
  interface DocumentPropertiesData {
61701
61702
  /**
61702
- * Gets the collection of custom properties of the workbook. Read only.
61703
+ * Gets the collection of custom properties of the workbook.
61703
61704
  *
61704
61705
  * @remarks
61705
61706
  * [Api set: ExcelApi 1.7]
@@ -61734,7 +61735,7 @@ declare namespace Excel {
61734
61735
  */
61735
61736
  company?: string;
61736
61737
  /**
61737
- * Gets the creation date of the workbook. Read only.
61738
+ * Gets the creation date of the workbook.
61738
61739
  *
61739
61740
  * @remarks
61740
61741
  * [Api set: ExcelApi 1.7]
@@ -61748,7 +61749,7 @@ declare namespace Excel {
61748
61749
  */
61749
61750
  keywords?: string;
61750
61751
  /**
61751
- * Gets the last author of the workbook. Read only.
61752
+ * Gets the last author of the workbook.
61752
61753
  *
61753
61754
  * @remarks
61754
61755
  * [Api set: ExcelApi 1.7]
@@ -61762,7 +61763,7 @@ declare namespace Excel {
61762
61763
  */
61763
61764
  manager?: string;
61764
61765
  /**
61765
- * Gets the revision number of the workbook. Read only.
61766
+ * Gets the revision number of the workbook.
61766
61767
  *
61767
61768
  * @remarks
61768
61769
  * [Api set: ExcelApi 1.7]
@@ -64990,7 +64991,7 @@ declare namespace Excel {
64990
64991
  */
64991
64992
  worksheet?: Excel.Interfaces.WorksheetLoadOptions;
64992
64993
  /**
64993
- * For EACH ITEM in the collection: Returns the worksheet to which the named item is scoped. If the item is scoped to the workbook instead, then this function will return an object with its `isNullObject` property set to `true`.
64994
+ * For EACH ITEM in the collection: Returns the worksheet to which the named item is scoped. If the item is scoped to the workbook instead, then this method returns an object with its `isNullObject` property set to `true`.
64994
64995
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
64995
64996
  *
64996
64997
  * @remarks
@@ -65073,7 +65074,7 @@ declare namespace Excel {
65073
65074
  */
65074
65075
  worksheet?: Excel.Interfaces.WorksheetLoadOptions;
65075
65076
  /**
65076
- * Returns the worksheet to which the named item is scoped. If the item is scoped to the workbook instead, then this function will return an object with its `isNullObject` property set to `true`.
65077
+ * Returns the worksheet to which the named item is scoped. If the item is scoped to the workbook instead, then this method returns an object with its `isNullObject` property set to `true`.
65077
65078
  For further information, see {@link https://docs.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
65078
65079
  *
65079
65080
  * @remarks
@@ -70612,7 +70613,7 @@ declare namespace Excel {
70612
70613
  */
70613
70614
  company?: boolean;
70614
70615
  /**
70615
- * Gets the creation date of the workbook. Read only.
70616
+ * Gets the creation date of the workbook.
70616
70617
  *
70617
70618
  * @remarks
70618
70619
  * [Api set: ExcelApi 1.7]
@@ -70626,7 +70627,7 @@ declare namespace Excel {
70626
70627
  */
70627
70628
  keywords?: boolean;
70628
70629
  /**
70629
- * Gets the last author of the workbook. Read only.
70630
+ * Gets the last author of the workbook.
70630
70631
  *
70631
70632
  * @remarks
70632
70633
  * [Api set: ExcelApi 1.7]
@@ -70640,7 +70641,7 @@ declare namespace Excel {
70640
70641
  */
70641
70642
  manager?: boolean;
70642
70643
  /**
70643
- * Gets the revision number of the workbook. Read only.
70644
+ * Gets the revision number of the workbook.
70644
70645
  *
70645
70646
  * @remarks
70646
70647
  * [Api set: ExcelApi 1.7]
@@ -73164,7 +73165,7 @@ declare namespace Excel {
73164
73165
  */
73165
73166
  parentGroup?: Excel.Interfaces.ShapeLoadOptions;
73166
73167
  /**
73167
- * For EACH ITEM in the collection: Returns the text frame object of this shape. Read only.
73168
+ * For EACH ITEM in the collection: Returns the text frame object of this shape.
73168
73169
  *
73169
73170
  * @remarks
73170
73171
  * [Api set: ExcelApi 1.9]
@@ -73356,7 +73357,7 @@ declare namespace Excel {
73356
73357
  */
73357
73358
  parentGroup?: Excel.Interfaces.ShapeLoadOptions;
73358
73359
  /**
73359
- * Returns the text frame object of this shape. Read only.
73360
+ * Returns the text frame object of this shape.
73360
73361
  *
73361
73362
  * @remarks
73362
73363
  * [Api set: ExcelApi 1.9]
@@ -73632,7 +73633,7 @@ declare namespace Excel {
73632
73633
  */
73633
73634
  parentGroup?: Excel.Interfaces.ShapeLoadOptions;
73634
73635
  /**
73635
- * For EACH ITEM in the collection: Returns the text frame object of this shape. Read only.
73636
+ * For EACH ITEM in the collection: Returns the text frame object of this shape.
73636
73637
  *
73637
73638
  * @remarks
73638
73639
  * [Api set: ExcelApi 1.9]
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.228",
3
+ "version": "1.0.229",
4
4
  "description": "TypeScript definitions for Office.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js",
6
6
  "license": "MIT",
@@ -40,6 +40,6 @@
40
40
  },
41
41
  "scripts": {},
42
42
  "dependencies": {},
43
- "typesPublisherContentHash": "5e247175379108ade43889b7ac81cc6a0bac98843676d85d1becd29947c280da",
43
+ "typesPublisherContentHash": "66b01b702b8f15be6bd0b972bb6651cda68b9b3d93e9f79a095b2c87ee4cc79d",
44
44
  "typeScriptVersion": "3.8"
45
45
  }