You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: types/office-js-preview/index.d.ts
-18Lines changed: 0 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -55823,9 +55823,6 @@ declare namespace Excel {
55823
55823
* Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
55824
55824
*
55825
55825
* @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]
55829
55826
*/
55830
55827
load(propertyNamesAndPaths?: {
55831
55828
select?: string;
@@ -55935,9 +55932,6 @@ declare namespace Excel {
55935
55932
* Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
55936
55933
*
55937
55934
* @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]
55941
55935
*/
55942
55936
load(propertyNamesAndPaths?: {
55943
55937
select?: string;
@@ -56024,9 +56018,6 @@ declare namespace Excel {
56024
56018
* Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
56025
56019
*
56026
56020
* @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]
56030
56021
*/
56031
56022
load(propertyNamesAndPaths?: {
56032
56023
select?: string;
@@ -56085,9 +56076,6 @@ declare namespace Excel {
56085
56076
* Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
56086
56077
*
56087
56078
* @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]
56091
56079
*/
56092
56080
load(propertyNamesAndPaths?: {
56093
56081
select?: string;
@@ -56153,9 +56141,6 @@ declare namespace Excel {
56153
56141
* Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
56154
56142
*
56155
56143
* @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]
56159
56144
*/
56160
56145
load(propertyNamesAndPaths?: {
56161
56146
select?: string;
@@ -56292,9 +56277,6 @@ declare namespace Excel {
56292
56277
* Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
56293
56278
*
56294
56279
* @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.
Copy file name to clipboardExpand all lines: types/office-js/index.d.ts
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -51834,9 +51834,6 @@ declare namespace Excel {
51834
51834
* Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
51835
51835
*
51836
51836
* @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.
0 commit comments