Skip to content

Commit b668938

Browse files
authored
[office-js] [office-js-preview] (Excel) Remove unnecessary API set tags (DefinitelyTyped#73692)
1 parent d92d5ae commit b668938

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

types/office-js-preview/index.d.ts

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -55823,9 +55823,6 @@ declare namespace Excel {
5582355823
* Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
5582455824
*
5582555825
* @param propertyNamesAndPaths `propertyNamesAndPaths.select` is a comma-delimited string that specifies the properties to load, and `propertyNamesAndPaths.expand` is a comma-delimited string that specifies the navigation properties to load.
55826-
*
55827-
* @remarks
55828-
* [Api set: ExcelApi 1.20]
5582955826
*/
5583055827
load(propertyNamesAndPaths?: {
5583155828
select?: string;
@@ -55935,9 +55932,6 @@ declare namespace Excel {
5593555932
* Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
5593655933
*
5593755934
* @param propertyNamesAndPaths `propertyNamesAndPaths.select` is a comma-delimited string that specifies the properties to load, and `propertyNamesAndPaths.expand` is a comma-delimited string that specifies the navigation properties to load.
55938-
*
55939-
* @remarks
55940-
* [Api set: ExcelApi 1.20]
5594155935
*/
5594255936
load(propertyNamesAndPaths?: {
5594355937
select?: string;
@@ -56024,9 +56018,6 @@ declare namespace Excel {
5602456018
* Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
5602556019
*
5602656020
* @param propertyNamesAndPaths `propertyNamesAndPaths.select` is a comma-delimited string that specifies the properties to load, and `propertyNamesAndPaths.expand` is a comma-delimited string that specifies the navigation properties to load.
56027-
*
56028-
* @remarks
56029-
* [Api set: ExcelApi 1.20]
5603056021
*/
5603156022
load(propertyNamesAndPaths?: {
5603256023
select?: string;
@@ -56085,9 +56076,6 @@ declare namespace Excel {
5608556076
* Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
5608656077
*
5608756078
* @param propertyNamesAndPaths `propertyNamesAndPaths.select` is a comma-delimited string that specifies the properties to load, and `propertyNamesAndPaths.expand` is a comma-delimited string that specifies the navigation properties to load.
56088-
*
56089-
* @remarks
56090-
* [Api set: ExcelApi 1.20]
5609156079
*/
5609256080
load(propertyNamesAndPaths?: {
5609356081
select?: string;
@@ -56153,9 +56141,6 @@ declare namespace Excel {
5615356141
* Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
5615456142
*
5615556143
* @param propertyNamesAndPaths `propertyNamesAndPaths.select` is a comma-delimited string that specifies the properties to load, and `propertyNamesAndPaths.expand` is a comma-delimited string that specifies the navigation properties to load.
56156-
*
56157-
* @remarks
56158-
* [Api set: ExcelApi 1.20]
5615956144
*/
5616056145
load(propertyNamesAndPaths?: {
5616156146
select?: string;
@@ -56292,9 +56277,6 @@ declare namespace Excel {
5629256277
* Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
5629356278
*
5629456279
* @param propertyNamesAndPaths `propertyNamesAndPaths.select` is a comma-delimited string that specifies the properties to load, and `propertyNamesAndPaths.expand` is a comma-delimited string that specifies the navigation properties to load.
56295-
*
56296-
* @remarks
56297-
* [Api set: ExcelApi 1.20]
5629856280
*/
5629956281
load(propertyNamesAndPaths?: {
5630056282
select?: string;

types/office-js/index.d.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51834,9 +51834,6 @@ declare namespace Excel {
5183451834
* Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
5183551835
*
5183651836
* @param propertyNamesAndPaths `propertyNamesAndPaths.select` is a comma-delimited string that specifies the properties to load, and `propertyNamesAndPaths.expand` is a comma-delimited string that specifies the navigation properties to load.
51837-
*
51838-
* @remarks
51839-
* [Api set: ExcelApi 1.20]
5184051837
*/
5184151838
load(propertyNamesAndPaths?: {
5184251839
select?: string;

0 commit comments

Comments
 (0)