Skip to content

Commit 7d58b82

Browse files
authored
Merge pull request #2169 from OfficeDev/main
[Admin] Publish
2 parents db806b4 + 937a52e commit 7d58b82

File tree

2,497 files changed

+36737
-35562
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,497 files changed

+36737
-35562
lines changed

docs/docs-ref-autogen/excel/excel.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,8 @@ classes:
296296
- 'excel!Excel.NamedItemCollection:class'
297297
- 'excel!Excel.NamedSheetView:class'
298298
- 'excel!Excel.NamedSheetViewCollection:class'
299+
- 'excel!Excel.Note:class'
300+
- 'excel!Excel.NoteCollection:class'
299301
- 'excel!Excel.NumberFormatInfo:class'
300302
- 'excel!Excel.PageBreak:class'
301303
- 'excel!Excel.PageBreakCollection:class'
@@ -773,6 +775,12 @@ interfaces:
773775
- 'excel!Excel.Interfaces.NamedSheetViewData:interface'
774776
- 'excel!Excel.Interfaces.NamedSheetViewLoadOptions:interface'
775777
- 'excel!Excel.Interfaces.NamedSheetViewUpdateData:interface'
778+
- 'excel!Excel.Interfaces.NoteCollectionData:interface'
779+
- 'excel!Excel.Interfaces.NoteCollectionLoadOptions:interface'
780+
- 'excel!Excel.Interfaces.NoteCollectionUpdateData:interface'
781+
- 'excel!Excel.Interfaces.NoteData:interface'
782+
- 'excel!Excel.Interfaces.NoteLoadOptions:interface'
783+
- 'excel!Excel.Interfaces.NoteUpdateData:interface'
776784
- 'excel!Excel.Interfaces.NumberFormatInfoData:interface'
777785
- 'excel!Excel.Interfaces.NumberFormatInfoLoadOptions:interface'
778786
- 'excel!Excel.Interfaces.PageBreakCollectionData:interface'

docs/docs-ref-autogen/excel/excel/excel.alloweditrange.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ methods:
244244
fullName: toJSON()
245245
summary: >-
246246
Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to
247-
`JSON.stringify()`<!-- -->. (`JSON.stringify`<!-- -->, in turn, calls the `toJSON` method of the object that is
247+
`JSON.stringify()`<!-- -->. (`JSON.stringify`<!-- -->, in turn, calls the `toJSON` method of the object that's
248248
passed to it.) Whereas the original `Excel.AllowEditRange` object is an API object, the `toJSON` method returns a
249249
plain JavaScript object (typed as `Excel.Interfaces.AllowEditRangeData`<!-- -->) that contains shallow copies of
250250
any loaded child properties from the original object.

docs/docs-ref-autogen/excel/excel/excel.alloweditrangecollection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ methods:
227227
fullName: toJSON()
228228
summary: >-
229229
Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to
230-
`JSON.stringify()`<!-- -->. (`JSON.stringify`<!-- -->, in turn, calls the `toJSON` method of the object that is
230+
`JSON.stringify()`<!-- -->. (`JSON.stringify`<!-- -->, in turn, calls the `toJSON` method of the object that's
231231
passed to it.) Whereas the original `Excel.AllowEditRangeCollection` object is an API object, the `toJSON` method
232232
returns a plain JavaScript object (typed as `Excel.Interfaces.AllowEditRangeCollectionData`<!-- -->) that contains
233233
an "items" array with shallow copies of any loaded properties from the collection's items.

docs/docs-ref-autogen/excel/excel/excel.application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ methods:
449449
fullName: toJSON()
450450
summary: >-
451451
Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to
452-
`JSON.stringify()`<!-- -->. (`JSON.stringify`<!-- -->, in turn, calls the `toJSON` method of the object that is
452+
`JSON.stringify()`<!-- -->. (`JSON.stringify`<!-- -->, in turn, calls the `toJSON` method of the object that's
453453
passed to it.) Whereas the original `Excel.Application` object is an API object, the `toJSON` method returns a
454454
plain JavaScript object (typed as `Excel.Interfaces.ApplicationData`<!-- -->) that contains shallow copies of any
455455
loaded child properties from the original object.

docs/docs-ref-autogen/excel/excel/excel.autofilter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ methods:
351351
fullName: toJSON()
352352
summary: >-
353353
Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to
354-
`JSON.stringify()`<!-- -->. (`JSON.stringify`<!-- -->, in turn, calls the `toJSON` method of the object that is
354+
`JSON.stringify()`<!-- -->. (`JSON.stringify`<!-- -->, in turn, calls the `toJSON` method of the object that's
355355
passed to it.) Whereas the original `Excel.AutoFilter` object is an API object, the `toJSON` method returns a
356356
plain JavaScript object (typed as `Excel.Interfaces.AutoFilterData`<!-- -->) that contains shallow copies of any
357357
loaded child properties from the original object.

docs/docs-ref-autogen/excel/excel/excel.binding.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ methods:
228228
fullName: toJSON()
229229
summary: >-
230230
Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to
231-
`JSON.stringify()`<!-- -->. (`JSON.stringify`<!-- -->, in turn, calls the `toJSON` method of the object that is
231+
`JSON.stringify()`<!-- -->. (`JSON.stringify`<!-- -->, in turn, calls the `toJSON` method of the object that's
232232
passed to it.) Whereas the original `Excel.Binding` object is an API object, the `toJSON` method returns a plain
233233
JavaScript object (typed as `Excel.Interfaces.BindingData`<!-- -->) that contains shallow copies of any loaded
234234
child properties from the original object.

docs/docs-ref-autogen/excel/excel/excel.bindingcollection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ methods:
373373
fullName: toJSON()
374374
summary: >-
375375
Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to
376-
`JSON.stringify()`<!-- -->. (`JSON.stringify`<!-- -->, in turn, calls the `toJSON` method of the object that is
376+
`JSON.stringify()`<!-- -->. (`JSON.stringify`<!-- -->, in turn, calls the `toJSON` method of the object that's
377377
passed to it.) Whereas the original `Excel.BindingCollection` object is an API object, the `toJSON` method returns
378378
a plain JavaScript object (typed as `Excel.Interfaces.BindingCollectionData`<!-- -->) that contains an "items"
379379
array with shallow copies of any loaded properties from the collection's items.

docs/docs-ref-autogen/excel/excel/excel.blockederrorcellvaluesubtype.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ fields:
101101
uid: 'excel!Excel.BlockedErrorCellValueSubType.environmentExceedsTakerQuotaMonthly:member'
102102
package: excel!
103103
summary: >-
104-
An error caused by the user who is not licensed for a feature which uses an external code service exceeding their
104+
An error caused by the user who isn't licensed for a feature which uses an external code service exceeding their
105105
monthly quota of external code service execution environments. Displays as error type \#BLOCKED! in Excel.
106106
107107

docs/docs-ref-autogen/excel/excel/excel.calcerrorcellvaluesubtype.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fields:
4646
uid: 'excel!Excel.CalcErrorCellValueSubType.eRegexReplaceCharLimit:member'
4747
package: excel!
4848
summary: >-
49-
An error caused by text that is longer than 65,535 characters. Displays as error type \#CALC! in Excel.
49+
An error caused by text that's longer than 65,535 characters. Displays as error type \#CALC! in Excel.
5050
5151
5252
* \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)

docs/docs-ref-autogen/excel/excel/excel.cellvalueconditionalformat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ methods:
210210
fullName: toJSON()
211211
summary: >-
212212
Overrides the JavaScript `toJSON()` method in order to provide more useful output when an API object is passed to
213-
`JSON.stringify()`<!-- -->. (`JSON.stringify`<!-- -->, in turn, calls the `toJSON` method of the object that is
213+
`JSON.stringify()`<!-- -->. (`JSON.stringify`<!-- -->, in turn, calls the `toJSON` method of the object that's
214214
passed to it.) Whereas the original `Excel.CellValueConditionalFormat` object is an API object, the `toJSON`
215215
method returns a plain JavaScript object (typed as `Excel.Interfaces.CellValueConditionalFormatData`<!-- -->) that
216216
contains shallow copies of any loaded child properties from the original object.

0 commit comments

Comments
 (0)