@types/office-js-preview 1.0.651 → 1.0.653
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-preview/README.md +1 -1
- office-js-preview/index.d.ts +507 -886
- office-js-preview/package.json +2 -2
office-js-preview/index.d.ts
CHANGED
|
@@ -39425,8 +39425,7 @@ declare namespace Excel {
|
|
|
39425
39425
|
* Returns a `window` object that represents the active window (the window on top). Read-only.
|
|
39426
39426
|
*
|
|
39427
39427
|
* @remarks
|
|
39428
|
-
* [Api set:
|
|
39429
|
-
* @beta
|
|
39428
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
39430
39429
|
*/
|
|
39431
39430
|
readonly activeWindow: Excel.Window;
|
|
39432
39431
|
/**
|
|
@@ -39446,11 +39445,10 @@ declare namespace Excel {
|
|
|
39446
39445
|
*/
|
|
39447
39446
|
readonly iterativeCalculation: Excel.IterativeCalculation;
|
|
39448
39447
|
/**
|
|
39449
|
-
* Returns all the Excel windows.
|
|
39448
|
+
* Returns all the open Excel windows.
|
|
39450
39449
|
*
|
|
39451
39450
|
* @remarks
|
|
39452
|
-
* [Api set:
|
|
39453
|
-
* @beta
|
|
39451
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
39454
39452
|
*/
|
|
39455
39453
|
readonly windows: Excel.WindowCollection;
|
|
39456
39454
|
/**
|
|
@@ -39535,8 +39533,7 @@ declare namespace Excel {
|
|
|
39535
39533
|
* Checks the spelling of a single word. Returns `true` if the word is spelled correctly, otherwise returns `false`.
|
|
39536
39534
|
*
|
|
39537
39535
|
* @remarks
|
|
39538
|
-
* [Api set:
|
|
39539
|
-
* @beta
|
|
39536
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
39540
39537
|
*
|
|
39541
39538
|
* @param word The word that you want to check.
|
|
39542
39539
|
* @param options Optional. The options for checking spelling.
|
|
@@ -39547,8 +39544,7 @@ declare namespace Excel {
|
|
|
39547
39544
|
This method is equivalent to using "F2" when selecting a cell or range in the Excel UI.
|
|
39548
39545
|
*
|
|
39549
39546
|
* @remarks
|
|
39550
|
-
* [Api set:
|
|
39551
|
-
* @beta
|
|
39547
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
39552
39548
|
*/
|
|
39553
39549
|
enterEditingMode(): void;
|
|
39554
39550
|
/**
|
|
@@ -39573,8 +39569,7 @@ declare namespace Excel {
|
|
|
39573
39569
|
The maximum number of parameters is 30, including the first two.
|
|
39574
39570
|
*
|
|
39575
39571
|
* @remarks
|
|
39576
|
-
* [Api set:
|
|
39577
|
-
* @beta
|
|
39572
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
39578
39573
|
*
|
|
39579
39574
|
* @param firstRange The first `Range` or `RangeAreas` object.
|
|
39580
39575
|
* @param secondRange The second `Range` or `RangeAreas` object.
|
|
@@ -39971,30 +39966,11 @@ declare namespace Excel {
|
|
|
39971
39966
|
*/
|
|
39972
39967
|
close(closeBehavior?: "Save" | "SkipSave"): void;
|
|
39973
39968
|
/**
|
|
39974
|
-
*
|
|
39975
|
-
*
|
|
39976
|
-
* @remarks
|
|
39977
|
-
* [Api set: ExcelApi BETA (PREVIEW ONLY)]
|
|
39978
|
-
* @beta
|
|
39979
|
-
*/
|
|
39980
|
-
enterPreviewMode(): void;
|
|
39981
|
-
/**
|
|
39982
|
-
* Exits Scratchpad Preview Mode for the workbook. This method should be called once the user decides to apply or discard changes suggested by Copilot.
|
|
39983
|
-
*
|
|
39984
|
-
* @remarks
|
|
39985
|
-
* [Api set: ExcelApi BETA (PREVIEW ONLY)]
|
|
39986
|
-
* @beta
|
|
39987
|
-
*
|
|
39988
|
-
* @param applyChanges A Boolean value that specifies whether the user wants to apply the changes proposed by Copilot shown in Preview Mode (`true`), or discard the changes shown in Preview Mode (`false`). The default value is `false`, as accepting changes should be an active and explicit choice by the user.
|
|
39989
|
-
*/
|
|
39990
|
-
exitPreviewMode(applyChanges: boolean): void;
|
|
39991
|
-
/**
|
|
39992
|
-
* Sets focus on the workbook. This causes the Excel grid or the currently active object
|
|
39969
|
+
* Sets focus on the workbook. This will cause the grid or the currently active object
|
|
39993
39970
|
to receive keyboard events.
|
|
39994
39971
|
*
|
|
39995
39972
|
* @remarks
|
|
39996
|
-
* [Api set:
|
|
39997
|
-
* @beta
|
|
39973
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
39998
39974
|
*/
|
|
39999
39975
|
focus(): void;
|
|
40000
39976
|
/**
|
|
@@ -40507,8 +40483,7 @@ declare namespace Excel {
|
|
|
40507
40483
|
* Checks the spelling of words in this worksheet. This method opens the Spelling dialog box in the Excel UI.
|
|
40508
40484
|
*
|
|
40509
40485
|
* @remarks
|
|
40510
|
-
* [Api set:
|
|
40511
|
-
* @beta
|
|
40486
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
40512
40487
|
*
|
|
40513
40488
|
* @param options Optional. The options for checking spelling.
|
|
40514
40489
|
*/
|
|
@@ -40517,8 +40492,7 @@ declare namespace Excel {
|
|
|
40517
40492
|
* Clears the tracer arrows from the worksheet.
|
|
40518
40493
|
*
|
|
40519
40494
|
* @remarks
|
|
40520
|
-
* [Api set:
|
|
40521
|
-
* @beta
|
|
40495
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
40522
40496
|
*/
|
|
40523
40497
|
clearArrows(): void;
|
|
40524
40498
|
/**
|
|
@@ -40554,8 +40528,7 @@ declare namespace Excel {
|
|
|
40554
40528
|
* Returns the evaluation result of a formula string. Only formula input is supported. If the formula name is invalid, the `InvalidArgument` error is thrown.
|
|
40555
40529
|
*
|
|
40556
40530
|
* @remarks
|
|
40557
|
-
* [Api set:
|
|
40558
|
-
* @beta
|
|
40531
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
40559
40532
|
*
|
|
40560
40533
|
* @param name The name of the formula to run.
|
|
40561
40534
|
*/
|
|
@@ -40881,24 +40854,21 @@ declare namespace Excel {
|
|
|
40881
40854
|
* Represents the options for checking spelling.
|
|
40882
40855
|
*
|
|
40883
40856
|
* @remarks
|
|
40884
|
-
* [Api set:
|
|
40885
|
-
* @beta
|
|
40857
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
40886
40858
|
*/
|
|
40887
40859
|
interface CheckSpellingOptions {
|
|
40888
40860
|
/**
|
|
40889
40861
|
* Optional. A string that indicates the file name of the custom dictionary to be examined if the word isn't found in the main dictionary. If this argument is omitted, Excel's currently specified dictionary is used.
|
|
40890
40862
|
*
|
|
40891
40863
|
* @remarks
|
|
40892
|
-
* [Api set:
|
|
40893
|
-
* @beta
|
|
40864
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
40894
40865
|
*/
|
|
40895
40866
|
customDictionary?: string;
|
|
40896
40867
|
/**
|
|
40897
40868
|
* Optional. Set to `true` to ignore words that are all uppercase. Set to `false` to check words that are all uppercase. If this argument is omitted, Excel's current setting is used.
|
|
40898
40869
|
*
|
|
40899
40870
|
* @remarks
|
|
40900
|
-
* [Api set:
|
|
40901
|
-
* @beta
|
|
40871
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
40902
40872
|
*/
|
|
40903
40873
|
ignoreUppercase?: boolean;
|
|
40904
40874
|
}
|
|
@@ -41661,8 +41631,7 @@ declare namespace Excel {
|
|
|
41661
41631
|
* Specifies the array formula of a range. If the specified range doesn't contain an array formula, this property returns `null`.
|
|
41662
41632
|
*
|
|
41663
41633
|
* @remarks
|
|
41664
|
-
* [Api set:
|
|
41665
|
-
* @beta
|
|
41634
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
41666
41635
|
*/
|
|
41667
41636
|
formulaArray: string;
|
|
41668
41637
|
/**
|
|
@@ -41907,8 +41876,7 @@ declare namespace Excel {
|
|
|
41907
41876
|
* Checks the spelling of words in this range. This method opens the Spelling dialog box in the Excel UI.
|
|
41908
41877
|
*
|
|
41909
41878
|
* @remarks
|
|
41910
|
-
* [Api set:
|
|
41911
|
-
* @beta
|
|
41879
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
41912
41880
|
*
|
|
41913
41881
|
* @param options Optional. The options for checking spelling.
|
|
41914
41882
|
*/
|
|
@@ -42160,7 +42128,7 @@ declare namespace Excel {
|
|
|
42160
42128
|
*/
|
|
42161
42129
|
getEntireRow(): Excel.Range;
|
|
42162
42130
|
/**
|
|
42163
|
-
* Returns a range object that includes the current range and up to the edge of the range, based on the provided direction. This matches the
|
|
42131
|
+
* Returns a range object that includes the current range and up to the edge of the range, based on the provided direction. This matches the Ctrl+Shift+Arrow key behavior in the Excel on Windows UI.
|
|
42164
42132
|
*
|
|
42165
42133
|
* @remarks
|
|
42166
42134
|
* [Api set: ExcelApi 1.13]
|
|
@@ -42170,7 +42138,7 @@ declare namespace Excel {
|
|
|
42170
42138
|
*/
|
|
42171
42139
|
getExtendedRange(direction: Excel.KeyboardDirection, activeCell?: Range | string): Excel.Range;
|
|
42172
42140
|
/**
|
|
42173
|
-
* Returns a range object that includes the current range and up to the edge of the range, based on the provided direction. This matches the
|
|
42141
|
+
* Returns a range object that includes the current range and up to the edge of the range, based on the provided direction. This matches the Ctrl+Shift+Arrow key behavior in the Excel on Windows UI.
|
|
42174
42142
|
*
|
|
42175
42143
|
* @remarks
|
|
42176
42144
|
* [Api set: ExcelApi 1.13]
|
|
@@ -42265,7 +42233,7 @@ declare namespace Excel {
|
|
|
42265
42233
|
*/
|
|
42266
42234
|
getPrecedents(): Excel.WorkbookRangeAreas;
|
|
42267
42235
|
/**
|
|
42268
|
-
* Returns a range object that is the edge cell of the data region that corresponds to the provided direction. This matches the
|
|
42236
|
+
* Returns a range object that is the edge cell of the data region that corresponds to the provided direction. This matches the Ctrl+Arrow key behavior in the Excel on Windows UI.
|
|
42269
42237
|
*
|
|
42270
42238
|
* @remarks
|
|
42271
42239
|
* [Api set: ExcelApi 1.13]
|
|
@@ -42275,7 +42243,7 @@ declare namespace Excel {
|
|
|
42275
42243
|
*/
|
|
42276
42244
|
getRangeEdge(direction: Excel.KeyboardDirection, activeCell?: Range | string): Excel.Range;
|
|
42277
42245
|
/**
|
|
42278
|
-
* Returns a range object that is the edge cell of the data region that corresponds to the provided direction. This matches the
|
|
42246
|
+
* Returns a range object that is the edge cell of the data region that corresponds to the provided direction. This matches the Ctrl+Arrow key behavior in the Excel on Windows UI.
|
|
42279
42247
|
*
|
|
42280
42248
|
* @remarks
|
|
42281
42249
|
* [Api set: ExcelApi 1.13]
|
|
@@ -42606,8 +42574,7 @@ declare namespace Excel {
|
|
|
42606
42574
|
* Draws tracer arrows to the direct dependents of the range.
|
|
42607
42575
|
*
|
|
42608
42576
|
* @remarks
|
|
42609
|
-
* [Api set:
|
|
42610
|
-
* @beta
|
|
42577
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
42611
42578
|
*
|
|
42612
42579
|
* @param remove Optional. Set to `true` to remove one level of tracer arrows to direct dependents. Set to `false` to expand one level of tracer arrows. The default value is `false`.
|
|
42613
42580
|
*/
|
|
@@ -42634,8 +42601,7 @@ declare namespace Excel {
|
|
|
42634
42601
|
* Draws tracer arrows to the direct precedents of the range.
|
|
42635
42602
|
*
|
|
42636
42603
|
* @remarks
|
|
42637
|
-
* [Api set:
|
|
42638
|
-
* @beta
|
|
42604
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
42639
42605
|
*
|
|
42640
42606
|
* @param remove Optional. Set to `true` to remove one level of tracer arrows to direct precedents. Set to `false` to expand one level of tracer arrows. The default value is `false`.
|
|
42641
42607
|
*/
|
|
@@ -45132,32 +45098,38 @@ declare namespace Excel {
|
|
|
45132
45098
|
*/
|
|
45133
45099
|
enum TableSource {
|
|
45134
45100
|
/**
|
|
45135
|
-
*
|
|
45101
|
+
* External data source (such as Microsoft SharePoint Foundation).
|
|
45136
45102
|
* @remarks
|
|
45137
45103
|
* [Api set: ExcelApi BETA (PREVIEW ONLY)]
|
|
45104
|
+
* @beta
|
|
45138
45105
|
*/
|
|
45139
45106
|
external = "External",
|
|
45140
45107
|
/**
|
|
45141
45108
|
* An Excel range object.
|
|
45142
45109
|
* @remarks
|
|
45143
45110
|
* [Api set: ExcelApi BETA (PREVIEW ONLY)]
|
|
45111
|
+
* @beta
|
|
45144
45112
|
*/
|
|
45145
45113
|
range = "Range",
|
|
45146
45114
|
/**
|
|
45147
|
-
*
|
|
45115
|
+
* XML data source.
|
|
45148
45116
|
* @remarks
|
|
45149
45117
|
* [Api set: ExcelApi BETA (PREVIEW ONLY)]
|
|
45118
|
+
* @beta
|
|
45150
45119
|
*/
|
|
45151
45120
|
xml = "Xml",
|
|
45152
45121
|
/**
|
|
45153
|
-
*
|
|
45122
|
+
* Query data source.
|
|
45154
45123
|
* @remarks
|
|
45155
45124
|
* [Api set: ExcelApi BETA (PREVIEW ONLY)]
|
|
45125
|
+
* @beta
|
|
45156
45126
|
*/
|
|
45157
45127
|
query = "Query",
|
|
45158
45128
|
/**
|
|
45129
|
+
* Power Pivot model.
|
|
45159
45130
|
* @remarks
|
|
45160
45131
|
* [Api set: ExcelApi BETA (PREVIEW ONLY)]
|
|
45132
|
+
* @beta
|
|
45161
45133
|
*/
|
|
45162
45134
|
model = "Model"
|
|
45163
45135
|
}
|
|
@@ -57644,8 +57616,7 @@ declare namespace Excel {
|
|
|
57644
57616
|
* Specifies whether Excel aligns the header and the footer with the margins set in the page setup options.
|
|
57645
57617
|
*
|
|
57646
57618
|
* @remarks
|
|
57647
|
-
* [Api set:
|
|
57648
|
-
* @beta
|
|
57619
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
57649
57620
|
*/
|
|
57650
57621
|
alignMarginsHeaderFooter: boolean;
|
|
57651
57622
|
/**
|
|
@@ -57766,8 +57737,7 @@ declare namespace Excel {
|
|
|
57766
57737
|
Some printers may not support vertical print quality and the supported values may vary by printer.
|
|
57767
57738
|
*
|
|
57768
57739
|
* @remarks
|
|
57769
|
-
* [Api set:
|
|
57770
|
-
* @beta
|
|
57740
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
57771
57741
|
*/
|
|
57772
57742
|
printQuality: number[];
|
|
57773
57743
|
/**
|
|
@@ -58012,48 +57982,42 @@ declare namespace Excel {
|
|
|
58012
57982
|
* Gets a `HeaderFooterPicture` object that represents the picture for the center section of the footer.
|
|
58013
57983
|
*
|
|
58014
57984
|
* @remarks
|
|
58015
|
-
* [Api set:
|
|
58016
|
-
* @beta
|
|
57985
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
58017
57986
|
*/
|
|
58018
57987
|
readonly centerFooterPicture: Excel.HeaderFooterPicture;
|
|
58019
57988
|
/**
|
|
58020
57989
|
* Gets a `HeaderFooterPicture` object that represents the picture for the center section of the header.
|
|
58021
57990
|
*
|
|
58022
57991
|
* @remarks
|
|
58023
|
-
* [Api set:
|
|
58024
|
-
* @beta
|
|
57992
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
58025
57993
|
*/
|
|
58026
57994
|
readonly centerHeaderPicture: Excel.HeaderFooterPicture;
|
|
58027
57995
|
/**
|
|
58028
57996
|
* Gets a `HeaderFooterPicture` object that represents the picture for the left section of the footer.
|
|
58029
57997
|
*
|
|
58030
57998
|
* @remarks
|
|
58031
|
-
* [Api set:
|
|
58032
|
-
* @beta
|
|
57999
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
58033
58000
|
*/
|
|
58034
58001
|
readonly leftFooterPicture: Excel.HeaderFooterPicture;
|
|
58035
58002
|
/**
|
|
58036
58003
|
* Gets a `HeaderFooterPicture` object that represents the picture for the left section of the header.
|
|
58037
58004
|
*
|
|
58038
58005
|
* @remarks
|
|
58039
|
-
* [Api set:
|
|
58040
|
-
* @beta
|
|
58006
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
58041
58007
|
*/
|
|
58042
58008
|
readonly leftHeaderPicture: Excel.HeaderFooterPicture;
|
|
58043
58009
|
/**
|
|
58044
58010
|
* Gets a `HeaderFooterPicture` object that represents the picture for the right section of the footer.
|
|
58045
58011
|
*
|
|
58046
58012
|
* @remarks
|
|
58047
|
-
* [Api set:
|
|
58048
|
-
* @beta
|
|
58013
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
58049
58014
|
*/
|
|
58050
58015
|
readonly rightFooterPicture: Excel.HeaderFooterPicture;
|
|
58051
58016
|
/**
|
|
58052
58017
|
* Gets a `HeaderFooterPicture` object that represents the picture for the right section of the header.
|
|
58053
58018
|
*
|
|
58054
58019
|
* @remarks
|
|
58055
|
-
* [Api set:
|
|
58056
|
-
* @beta
|
|
58020
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
58057
58021
|
*/
|
|
58058
58022
|
readonly rightHeaderPicture: Excel.HeaderFooterPicture;
|
|
58059
58023
|
/**
|
|
@@ -58234,8 +58198,7 @@ declare namespace Excel {
|
|
|
58234
58198
|
* Represents a picture in the header or footer of a worksheet.
|
|
58235
58199
|
*
|
|
58236
58200
|
* @remarks
|
|
58237
|
-
* [Api set:
|
|
58238
|
-
* @beta
|
|
58201
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
58239
58202
|
*/
|
|
58240
58203
|
class HeaderFooterPicture extends OfficeExtension.ClientObject {
|
|
58241
58204
|
/** The request context associated with the object. This connects the add-in's process to the Office host application's process. */
|
|
@@ -58244,88 +58207,77 @@ declare namespace Excel {
|
|
|
58244
58207
|
* Specifies the brightness of the picture. The value for this property must be a number from 0.0 (dimmest) to 1.0 (brightest).
|
|
58245
58208
|
*
|
|
58246
58209
|
* @remarks
|
|
58247
|
-
* [Api set:
|
|
58248
|
-
* @beta
|
|
58210
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
58249
58211
|
*/
|
|
58250
58212
|
brightness: number;
|
|
58251
58213
|
/**
|
|
58252
58214
|
* Specifies the type of color transformation of the picture.
|
|
58253
58215
|
*
|
|
58254
58216
|
* @remarks
|
|
58255
|
-
* [Api set:
|
|
58256
|
-
* @beta
|
|
58217
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
58257
58218
|
*/
|
|
58258
58219
|
colorType: Excel.PictureColorType | "Mixed" | "Automatic" | "GrayScale" | "BlackAndWhite" | "Watermark";
|
|
58259
58220
|
/**
|
|
58260
58221
|
* Specifies the contrast of the picture. The value for this property must be a number from 0.0 (least contrast) to 1.0 (most contrast).
|
|
58261
58222
|
*
|
|
58262
58223
|
* @remarks
|
|
58263
|
-
* [Api set:
|
|
58264
|
-
* @beta
|
|
58224
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
58265
58225
|
*/
|
|
58266
58226
|
contrast: number;
|
|
58267
58227
|
/**
|
|
58268
58228
|
* Specifies the number of points that are cropped off the bottom of the picture.
|
|
58269
58229
|
*
|
|
58270
58230
|
* @remarks
|
|
58271
|
-
* [Api set:
|
|
58272
|
-
* @beta
|
|
58231
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
58273
58232
|
*/
|
|
58274
58233
|
cropBottom: number;
|
|
58275
58234
|
/**
|
|
58276
58235
|
* Specifies the number of points that are cropped off the left side of the picture.
|
|
58277
58236
|
*
|
|
58278
58237
|
* @remarks
|
|
58279
|
-
* [Api set:
|
|
58280
|
-
* @beta
|
|
58238
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
58281
58239
|
*/
|
|
58282
58240
|
cropLeft: number;
|
|
58283
58241
|
/**
|
|
58284
58242
|
* Specifies the number of points that are cropped off the right side of the picture.
|
|
58285
58243
|
*
|
|
58286
58244
|
* @remarks
|
|
58287
|
-
* [Api set:
|
|
58288
|
-
* @beta
|
|
58245
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
58289
58246
|
*/
|
|
58290
58247
|
cropRight: number;
|
|
58291
58248
|
/**
|
|
58292
58249
|
* Specifies the number of points that are cropped off the top of the picture.
|
|
58293
58250
|
*
|
|
58294
58251
|
* @remarks
|
|
58295
|
-
* [Api set:
|
|
58296
|
-
* @beta
|
|
58252
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
58297
58253
|
*/
|
|
58298
58254
|
cropTop: number;
|
|
58299
58255
|
/**
|
|
58300
58256
|
* Specifies the URL (on the intranet or the web) or path (local or network) to the location where the source object is saved.
|
|
58301
58257
|
*
|
|
58302
58258
|
* @remarks
|
|
58303
|
-
* [Api set:
|
|
58304
|
-
* @beta
|
|
58259
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
58305
58260
|
*/
|
|
58306
58261
|
filename: string;
|
|
58307
58262
|
/**
|
|
58308
58263
|
* Specifies the height of the picture in points.
|
|
58309
58264
|
*
|
|
58310
58265
|
* @remarks
|
|
58311
|
-
* [Api set:
|
|
58312
|
-
* @beta
|
|
58266
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
58313
58267
|
*/
|
|
58314
58268
|
height: number;
|
|
58315
58269
|
/**
|
|
58316
58270
|
* Specifies a value that indicates whether the picture retains its original proportions when resized. `true` if it retains its proportions; otherwise, `false`.
|
|
58317
58271
|
*
|
|
58318
58272
|
* @remarks
|
|
58319
|
-
* [Api set:
|
|
58320
|
-
* @beta
|
|
58273
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
58321
58274
|
*/
|
|
58322
58275
|
lockAspectRatio: boolean;
|
|
58323
58276
|
/**
|
|
58324
58277
|
* Specifies the width of the picture in points.
|
|
58325
58278
|
*
|
|
58326
58279
|
* @remarks
|
|
58327
|
-
* [Api set:
|
|
58328
|
-
* @beta
|
|
58280
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
58329
58281
|
*/
|
|
58330
58282
|
width: number;
|
|
58331
58283
|
/**
|
|
@@ -58367,43 +58319,37 @@ declare namespace Excel {
|
|
|
58367
58319
|
* Specifies the color transformation of a picture in the header or footer of a worksheet.
|
|
58368
58320
|
*
|
|
58369
58321
|
* @remarks
|
|
58370
|
-
* [Api set:
|
|
58371
|
-
* @beta
|
|
58322
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
58372
58323
|
*/
|
|
58373
58324
|
enum PictureColorType {
|
|
58374
58325
|
/**
|
|
58375
58326
|
* Mixed transformation.
|
|
58376
58327
|
* @remarks
|
|
58377
|
-
* [Api set:
|
|
58378
|
-
* @beta
|
|
58328
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
58379
58329
|
*/
|
|
58380
58330
|
mixed = "Mixed",
|
|
58381
58331
|
/**
|
|
58382
58332
|
* Default color transformation.
|
|
58383
58333
|
* @remarks
|
|
58384
|
-
* [Api set:
|
|
58385
|
-
* @beta
|
|
58334
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
58386
58335
|
*/
|
|
58387
58336
|
automatic = "Automatic",
|
|
58388
58337
|
/**
|
|
58389
58338
|
* Grayscale transformation.
|
|
58390
58339
|
* @remarks
|
|
58391
|
-
* [Api set:
|
|
58392
|
-
* @beta
|
|
58340
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
58393
58341
|
*/
|
|
58394
58342
|
grayScale = "GrayScale",
|
|
58395
58343
|
/**
|
|
58396
58344
|
* Black-and-white transformation.
|
|
58397
58345
|
* @remarks
|
|
58398
|
-
* [Api set:
|
|
58399
|
-
* @beta
|
|
58346
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
58400
58347
|
*/
|
|
58401
58348
|
blackAndWhite = "BlackAndWhite",
|
|
58402
58349
|
/**
|
|
58403
58350
|
* Watermark transformation.
|
|
58404
58351
|
* @remarks
|
|
58405
|
-
* [Api set:
|
|
58406
|
-
* @beta
|
|
58352
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
58407
58353
|
*/
|
|
58408
58354
|
watermark = "Watermark"
|
|
58409
58355
|
}
|
|
@@ -59878,56 +59824,49 @@ declare namespace Excel {
|
|
|
59878
59824
|
* Specifies the brightness of the image. The value for this property must be a number from 0.0 (dimmest) to 1.0 (brightest).
|
|
59879
59825
|
*
|
|
59880
59826
|
* @remarks
|
|
59881
|
-
* [Api set:
|
|
59882
|
-
* @beta
|
|
59827
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
59883
59828
|
*/
|
|
59884
59829
|
brightness: number;
|
|
59885
59830
|
/**
|
|
59886
59831
|
* Specifies the type of color transformation applied to the image.
|
|
59887
59832
|
*
|
|
59888
59833
|
* @remarks
|
|
59889
|
-
* [Api set:
|
|
59890
|
-
* @beta
|
|
59834
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
59891
59835
|
*/
|
|
59892
59836
|
colorType: Excel.PictureColorType | "Mixed" | "Automatic" | "GrayScale" | "BlackAndWhite" | "Watermark";
|
|
59893
59837
|
/**
|
|
59894
59838
|
* Specifies the contrast of the image. The value for this property must be a number from 0.0 (the least contrast) to 1.0 (the greatest contrast).
|
|
59895
59839
|
*
|
|
59896
59840
|
* @remarks
|
|
59897
|
-
* [Api set:
|
|
59898
|
-
* @beta
|
|
59841
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
59899
59842
|
*/
|
|
59900
59843
|
contrast: number;
|
|
59901
59844
|
/**
|
|
59902
59845
|
* Specifies the number of points that are cropped off the bottom of the image.
|
|
59903
59846
|
*
|
|
59904
59847
|
* @remarks
|
|
59905
|
-
* [Api set:
|
|
59906
|
-
* @beta
|
|
59848
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
59907
59849
|
*/
|
|
59908
59850
|
cropBottom: number;
|
|
59909
59851
|
/**
|
|
59910
59852
|
* Specifies the number of points that are cropped off the left side of the image.
|
|
59911
59853
|
*
|
|
59912
59854
|
* @remarks
|
|
59913
|
-
* [Api set:
|
|
59914
|
-
* @beta
|
|
59855
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
59915
59856
|
*/
|
|
59916
59857
|
cropLeft: number;
|
|
59917
59858
|
/**
|
|
59918
59859
|
* Specifies the number of points that are cropped off the right side of the image.
|
|
59919
59860
|
*
|
|
59920
59861
|
* @remarks
|
|
59921
|
-
* [Api set:
|
|
59922
|
-
* @beta
|
|
59862
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
59923
59863
|
*/
|
|
59924
59864
|
cropRight: number;
|
|
59925
59865
|
/**
|
|
59926
59866
|
* Specifies the number of points that are cropped off the top of the image.
|
|
59927
59867
|
*
|
|
59928
59868
|
* @remarks
|
|
59929
|
-
* [Api set:
|
|
59930
|
-
* @beta
|
|
59869
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
59931
59870
|
*/
|
|
59932
59871
|
cropTop: number;
|
|
59933
59872
|
/**
|
|
@@ -59956,8 +59895,7 @@ declare namespace Excel {
|
|
|
59956
59895
|
* Increments the brightness of the image by a specified amount.
|
|
59957
59896
|
*
|
|
59958
59897
|
* @remarks
|
|
59959
|
-
* [Api set:
|
|
59960
|
-
* @beta
|
|
59898
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
59961
59899
|
*
|
|
59962
59900
|
* @param increment Specifies how much to change the value of the Brightness property for the picture. A positive value makes the picture brighter; a negative value makes the picture darker.
|
|
59963
59901
|
*/
|
|
@@ -59966,8 +59904,7 @@ declare namespace Excel {
|
|
|
59966
59904
|
* Increments the contrast of the image by a specified amount.
|
|
59967
59905
|
*
|
|
59968
59906
|
* @remarks
|
|
59969
|
-
* [Api set:
|
|
59970
|
-
* @beta
|
|
59907
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
59971
59908
|
*
|
|
59972
59909
|
* @param increment Specifies how much to change the value of the Contrast property for the picture. A positive value increases the contrast; a negative value decreases the contrast.
|
|
59973
59910
|
*/
|
|
@@ -69219,8 +69156,7 @@ declare namespace Excel {
|
|
|
69219
69156
|
* Represents a window in the workbook.
|
|
69220
69157
|
*
|
|
69221
69158
|
* @remarks
|
|
69222
|
-
* [Api set:
|
|
69223
|
-
* @beta
|
|
69159
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69224
69160
|
*/
|
|
69225
69161
|
class Window extends OfficeExtension.ClientObject {
|
|
69226
69162
|
/** The request context associated with the object. This connects the add-in's process to the Office host application's process. */
|
|
@@ -69229,32 +69165,28 @@ declare namespace Excel {
|
|
|
69229
69165
|
* Specifies the active cell in the window.
|
|
69230
69166
|
*
|
|
69231
69167
|
* @remarks
|
|
69232
|
-
* [Api set:
|
|
69233
|
-
* @beta
|
|
69168
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69234
69169
|
*/
|
|
69235
69170
|
readonly activeCell: Excel.Range;
|
|
69236
69171
|
/**
|
|
69237
69172
|
* Specifies the active pane in the window.
|
|
69238
69173
|
*
|
|
69239
69174
|
* @remarks
|
|
69240
|
-
* [Api set:
|
|
69241
|
-
* @beta
|
|
69175
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69242
69176
|
*/
|
|
69243
69177
|
readonly activePane: Excel.Pane;
|
|
69244
69178
|
/**
|
|
69245
69179
|
* Specifies the active sheet in the window.
|
|
69246
69180
|
*
|
|
69247
69181
|
* @remarks
|
|
69248
|
-
* [Api set:
|
|
69249
|
-
* @beta
|
|
69182
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69250
69183
|
*/
|
|
69251
69184
|
readonly activeWorksheet: Excel.Worksheet;
|
|
69252
69185
|
/**
|
|
69253
|
-
* Gets
|
|
69186
|
+
* Gets a collection of panes associated with the window.
|
|
69254
69187
|
*
|
|
69255
69188
|
* @remarks
|
|
69256
|
-
* [Api set:
|
|
69257
|
-
* @beta
|
|
69189
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69258
69190
|
*/
|
|
69259
69191
|
readonly panes: Excel.PaneCollection;
|
|
69260
69192
|
/**
|
|
@@ -69269,296 +69201,259 @@ declare namespace Excel {
|
|
|
69269
69201
|
* Gets the visible range of the window.
|
|
69270
69202
|
*
|
|
69271
69203
|
* @remarks
|
|
69272
|
-
* [Api set:
|
|
69273
|
-
* @beta
|
|
69204
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69274
69205
|
*/
|
|
69275
69206
|
readonly visibleRange: Excel.Range;
|
|
69276
69207
|
/**
|
|
69277
69208
|
* Specifies whether AutoFilter date grouping is enabled in the window.
|
|
69278
69209
|
*
|
|
69279
69210
|
* @remarks
|
|
69280
|
-
* [Api set:
|
|
69281
|
-
* @beta
|
|
69211
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69282
69212
|
*/
|
|
69283
69213
|
autoFilterDateGroupingEnabled: boolean;
|
|
69284
69214
|
/**
|
|
69285
|
-
* Specifies
|
|
69215
|
+
* Specifies whether resizing is enabled for the window.
|
|
69286
69216
|
*
|
|
69287
69217
|
* @remarks
|
|
69288
|
-
* [Api set:
|
|
69289
|
-
* @beta
|
|
69218
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69290
69219
|
*/
|
|
69291
69220
|
readonly enableResize: boolean;
|
|
69292
69221
|
/**
|
|
69293
|
-
* Specifies
|
|
69222
|
+
* Specifies whether panes are frozen in the window.
|
|
69294
69223
|
*
|
|
69295
69224
|
* @remarks
|
|
69296
|
-
* [Api set:
|
|
69297
|
-
* @beta
|
|
69225
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69298
69226
|
*/
|
|
69299
69227
|
freezePanes: boolean;
|
|
69300
69228
|
/**
|
|
69301
69229
|
* Specifies the height of the window.
|
|
69302
69230
|
*
|
|
69303
69231
|
* @remarks
|
|
69304
|
-
* [Api set:
|
|
69305
|
-
* @beta
|
|
69232
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69306
69233
|
*/
|
|
69307
69234
|
height: number;
|
|
69308
69235
|
/**
|
|
69309
69236
|
* Gets the index of the window.
|
|
69310
69237
|
*
|
|
69311
69238
|
* @remarks
|
|
69312
|
-
* [Api set:
|
|
69313
|
-
* @beta
|
|
69239
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69314
69240
|
*/
|
|
69315
69241
|
readonly index: number;
|
|
69316
69242
|
/**
|
|
69317
|
-
* Specifies the
|
|
69243
|
+
* Specifies whether the window is visible.
|
|
69318
69244
|
*
|
|
69319
69245
|
* @remarks
|
|
69320
|
-
* [Api set:
|
|
69321
|
-
* @beta
|
|
69246
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69322
69247
|
*/
|
|
69323
69248
|
isVisible: boolean;
|
|
69324
69249
|
/**
|
|
69325
|
-
* Specifies the left
|
|
69250
|
+
* Specifies the distance, in points, from the left edge of the computer screen to the left edge of the window.
|
|
69326
69251
|
*
|
|
69327
69252
|
* @remarks
|
|
69328
|
-
* [Api set:
|
|
69329
|
-
* @beta
|
|
69253
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69330
69254
|
*/
|
|
69331
69255
|
left: number;
|
|
69332
69256
|
/**
|
|
69333
69257
|
* Specifies the name of the window.
|
|
69334
69258
|
*
|
|
69335
69259
|
* @remarks
|
|
69336
|
-
* [Api set:
|
|
69337
|
-
* @beta
|
|
69260
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69338
69261
|
*/
|
|
69339
69262
|
name: string;
|
|
69340
69263
|
/**
|
|
69341
69264
|
* Specifies the scroll column of the window.
|
|
69342
69265
|
*
|
|
69343
69266
|
* @remarks
|
|
69344
|
-
* [Api set:
|
|
69345
|
-
* @beta
|
|
69267
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69346
69268
|
*/
|
|
69347
69269
|
scrollColumn: number;
|
|
69348
69270
|
/**
|
|
69349
69271
|
* Specifies the scroll row of the window.
|
|
69350
69272
|
*
|
|
69351
69273
|
* @remarks
|
|
69352
|
-
* [Api set:
|
|
69353
|
-
* @beta
|
|
69274
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69354
69275
|
*/
|
|
69355
69276
|
scrollRow: number;
|
|
69356
69277
|
/**
|
|
69357
|
-
* Specifies
|
|
69278
|
+
* Specifies whether formulas are shown in the window.
|
|
69358
69279
|
*
|
|
69359
69280
|
* @remarks
|
|
69360
|
-
* [Api set:
|
|
69361
|
-
* @beta
|
|
69281
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69362
69282
|
*/
|
|
69363
69283
|
showFormulas: boolean;
|
|
69364
69284
|
/**
|
|
69365
|
-
* Specifies
|
|
69285
|
+
* Specifies whether gridlines are shown in the window.
|
|
69366
69286
|
*
|
|
69367
69287
|
* @remarks
|
|
69368
|
-
* [Api set:
|
|
69369
|
-
* @beta
|
|
69288
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69370
69289
|
*/
|
|
69371
69290
|
showGridlines: boolean;
|
|
69372
69291
|
/**
|
|
69373
|
-
* Specifies
|
|
69292
|
+
* Specifies whether headings are shown in the window.
|
|
69374
69293
|
*
|
|
69375
69294
|
* @remarks
|
|
69376
|
-
* [Api set:
|
|
69377
|
-
* @beta
|
|
69295
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69378
69296
|
*/
|
|
69379
69297
|
showHeadings: boolean;
|
|
69380
69298
|
/**
|
|
69381
|
-
* Specifies
|
|
69299
|
+
* Specifies whether the horizontal scroll bar is shown in the window.
|
|
69382
69300
|
*
|
|
69383
69301
|
* @remarks
|
|
69384
|
-
* [Api set:
|
|
69385
|
-
* @beta
|
|
69302
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69386
69303
|
*/
|
|
69387
69304
|
showHorizontalScrollBar: boolean;
|
|
69388
69305
|
/**
|
|
69389
|
-
* Specifies
|
|
69306
|
+
* Specifies whether outline is shown in the window.
|
|
69390
69307
|
*
|
|
69391
69308
|
* @remarks
|
|
69392
|
-
* [Api set:
|
|
69393
|
-
* @beta
|
|
69309
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69394
69310
|
*/
|
|
69395
69311
|
showOutline: boolean;
|
|
69396
69312
|
/**
|
|
69397
|
-
*
|
|
69313
|
+
* Gets the right-to-left layout value of the window. True means that the window is using right-to-left layout, false means that the window is using left-to-right layout.
|
|
69398
69314
|
*
|
|
69399
69315
|
* @remarks
|
|
69400
|
-
* [Api set:
|
|
69401
|
-
* @beta
|
|
69316
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69402
69317
|
*/
|
|
69403
69318
|
readonly showRightToLeft: boolean;
|
|
69404
69319
|
/**
|
|
69405
|
-
* Specifies the
|
|
69320
|
+
* Specifies whether the ruler is shown in the window.
|
|
69406
69321
|
*
|
|
69407
69322
|
* @remarks
|
|
69408
|
-
* [Api set:
|
|
69409
|
-
* @beta
|
|
69323
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69410
69324
|
*/
|
|
69411
69325
|
showRuler: boolean;
|
|
69412
69326
|
/**
|
|
69413
|
-
* Specifies
|
|
69327
|
+
* Specifies whether the vertical scroll bar is shown in the window.
|
|
69414
69328
|
*
|
|
69415
69329
|
* @remarks
|
|
69416
|
-
* [Api set:
|
|
69417
|
-
* @beta
|
|
69330
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69418
69331
|
*/
|
|
69419
69332
|
showVerticalScrollBar: boolean;
|
|
69420
69333
|
/**
|
|
69421
|
-
* Specifies
|
|
69334
|
+
* Specifies whether whitespace is shown in the window.
|
|
69422
69335
|
*
|
|
69423
69336
|
* @remarks
|
|
69424
|
-
* [Api set:
|
|
69425
|
-
* @beta
|
|
69337
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69426
69338
|
*/
|
|
69427
69339
|
showWhitespace: boolean;
|
|
69428
69340
|
/**
|
|
69429
|
-
* Specifies
|
|
69341
|
+
* Specifies whether workbook tabs are shown in the window.
|
|
69430
69342
|
*
|
|
69431
69343
|
* @remarks
|
|
69432
|
-
* [Api set:
|
|
69433
|
-
* @beta
|
|
69344
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69434
69345
|
*/
|
|
69435
69346
|
showWorkbookTabs: boolean;
|
|
69436
69347
|
/**
|
|
69437
|
-
* Specifies
|
|
69348
|
+
* Specifies whether zeroes are shown in the window.
|
|
69438
69349
|
*
|
|
69439
69350
|
* @remarks
|
|
69440
|
-
* [Api set:
|
|
69441
|
-
* @beta
|
|
69351
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69442
69352
|
*/
|
|
69443
69353
|
showZeros: boolean;
|
|
69444
69354
|
/**
|
|
69445
69355
|
* Specifies the split state of the window.
|
|
69446
69356
|
*
|
|
69447
69357
|
* @remarks
|
|
69448
|
-
* [Api set:
|
|
69449
|
-
* @beta
|
|
69358
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69450
69359
|
*/
|
|
69451
69360
|
split: boolean;
|
|
69452
69361
|
/**
|
|
69453
69362
|
* Specifies the split column of the window.
|
|
69454
69363
|
*
|
|
69455
69364
|
* @remarks
|
|
69456
|
-
* [Api set:
|
|
69457
|
-
* @beta
|
|
69365
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69458
69366
|
*/
|
|
69459
69367
|
splitColumn: number;
|
|
69460
69368
|
/**
|
|
69461
69369
|
* Specifies the horizontal split of the window.
|
|
69462
69370
|
*
|
|
69463
69371
|
* @remarks
|
|
69464
|
-
* [Api set:
|
|
69465
|
-
* @beta
|
|
69372
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69466
69373
|
*/
|
|
69467
69374
|
splitHorizontal: number;
|
|
69468
69375
|
/**
|
|
69469
69376
|
* Specifies the split row of the window.
|
|
69470
69377
|
*
|
|
69471
69378
|
* @remarks
|
|
69472
|
-
* [Api set:
|
|
69473
|
-
* @beta
|
|
69379
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69474
69380
|
*/
|
|
69475
69381
|
splitRow: number;
|
|
69476
69382
|
/**
|
|
69477
69383
|
* Specifies the vertical split of the window.
|
|
69478
69384
|
*
|
|
69479
69385
|
* @remarks
|
|
69480
|
-
* [Api set:
|
|
69481
|
-
* @beta
|
|
69386
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69482
69387
|
*/
|
|
69483
69388
|
splitVertical: number;
|
|
69484
69389
|
/**
|
|
69485
69390
|
* Specifies the tab ratio of the window.
|
|
69486
69391
|
*
|
|
69487
69392
|
* @remarks
|
|
69488
|
-
* [Api set:
|
|
69489
|
-
* @beta
|
|
69393
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69490
69394
|
*/
|
|
69491
69395
|
tabRatio: number;
|
|
69492
69396
|
/**
|
|
69493
|
-
* Specifies the top
|
|
69397
|
+
* Specifies the distance, in points, from the top edge of the window to the top edge of the usable area (below the menus, any toolbars docked at the top, and the formula bar).
|
|
69494
69398
|
*
|
|
69495
69399
|
* @remarks
|
|
69496
|
-
* [Api set:
|
|
69497
|
-
* @beta
|
|
69400
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69498
69401
|
*/
|
|
69499
69402
|
top: number;
|
|
69500
69403
|
/**
|
|
69501
69404
|
* Specifies the type of the window.
|
|
69502
69405
|
*
|
|
69503
69406
|
* @remarks
|
|
69504
|
-
* [Api set:
|
|
69505
|
-
* @beta
|
|
69407
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69506
69408
|
*/
|
|
69507
69409
|
readonly type: Excel.WindowType | "chartAsWindow" | "chartInPlace" | "clipboard" | "workbook";
|
|
69508
69410
|
/**
|
|
69509
69411
|
* Specifies the usable height of the window.
|
|
69510
69412
|
*
|
|
69511
69413
|
* @remarks
|
|
69512
|
-
* [Api set:
|
|
69513
|
-
* @beta
|
|
69414
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69514
69415
|
*/
|
|
69515
69416
|
readonly usableHeight: number;
|
|
69516
69417
|
/**
|
|
69517
69418
|
* Specifies the usable width of the window.
|
|
69518
69419
|
*
|
|
69519
69420
|
* @remarks
|
|
69520
|
-
* [Api set:
|
|
69521
|
-
* @beta
|
|
69421
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69522
69422
|
*/
|
|
69523
69423
|
readonly usableWidth: number;
|
|
69524
69424
|
/**
|
|
69525
69425
|
* Specifies the view of the window.
|
|
69526
69426
|
*
|
|
69527
69427
|
* @remarks
|
|
69528
|
-
* [Api set:
|
|
69529
|
-
* @beta
|
|
69428
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69530
69429
|
*/
|
|
69531
69430
|
view: Excel.WindowView | "normalView" | "pageBreakPreview" | "pageLayoutView";
|
|
69532
69431
|
/**
|
|
69533
|
-
*
|
|
69432
|
+
* Specifies the display width of the window.
|
|
69534
69433
|
*
|
|
69535
69434
|
* @remarks
|
|
69536
|
-
* [Api set:
|
|
69537
|
-
* @beta
|
|
69435
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69538
69436
|
*/
|
|
69539
69437
|
width: number;
|
|
69540
69438
|
/**
|
|
69541
|
-
*
|
|
69439
|
+
* Gets the window number.
|
|
69542
69440
|
*
|
|
69543
69441
|
* @remarks
|
|
69544
|
-
* [Api set:
|
|
69545
|
-
* @beta
|
|
69442
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69546
69443
|
*/
|
|
69547
69444
|
readonly windowNumber: number;
|
|
69548
69445
|
/**
|
|
69549
|
-
*
|
|
69446
|
+
* Specifies the window state.
|
|
69550
69447
|
*
|
|
69551
69448
|
* @remarks
|
|
69552
|
-
* [Api set:
|
|
69553
|
-
* @beta
|
|
69449
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69554
69450
|
*/
|
|
69555
69451
|
windowState: Excel.WindowState | "maximized" | "minimized" | "normal";
|
|
69556
69452
|
/**
|
|
69557
69453
|
* Specifies an integer value that represents the display size of the window. It can be set to a percentage between 10 and 400.
|
|
69558
69454
|
*
|
|
69559
69455
|
* @remarks
|
|
69560
|
-
* [Api set:
|
|
69561
|
-
* @beta
|
|
69456
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69562
69457
|
*/
|
|
69563
69458
|
zoom: number;
|
|
69564
69459
|
/**
|
|
@@ -69573,96 +69468,84 @@ declare namespace Excel {
|
|
|
69573
69468
|
* Activates the window.
|
|
69574
69469
|
*
|
|
69575
69470
|
* @remarks
|
|
69576
|
-
* [Api set:
|
|
69577
|
-
* @beta
|
|
69471
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69578
69472
|
*/
|
|
69579
69473
|
activate(): void;
|
|
69580
69474
|
/**
|
|
69581
69475
|
* Activates the next window.
|
|
69582
69476
|
*
|
|
69583
69477
|
* @remarks
|
|
69584
|
-
* [Api set:
|
|
69585
|
-
* @beta
|
|
69478
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69586
69479
|
*/
|
|
69587
69480
|
activateNext(): void;
|
|
69588
69481
|
/**
|
|
69589
69482
|
* Activates the previous window.
|
|
69590
69483
|
*
|
|
69591
69484
|
* @remarks
|
|
69592
|
-
* [Api set:
|
|
69593
|
-
* @beta
|
|
69485
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69594
69486
|
*/
|
|
69595
69487
|
activatePrevious(): void;
|
|
69596
69488
|
/**
|
|
69597
69489
|
* Closes the window.
|
|
69598
69490
|
*
|
|
69599
69491
|
* @remarks
|
|
69600
|
-
* [Api set:
|
|
69601
|
-
* @beta
|
|
69492
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69602
69493
|
*/
|
|
69603
69494
|
close(): OfficeExtension.ClientResult<boolean>;
|
|
69604
69495
|
/**
|
|
69605
|
-
* Scrolls the window by
|
|
69496
|
+
* Scrolls the window by multiple pages. The `down`, `up`, `toRight`, and `toLeft` parameters correspond to the action of scrolling with Page Down, Page Up, Alt+Page Down, and Alt+Page Up keys on the keyboard.
|
|
69606
69497
|
*
|
|
69607
69498
|
* @remarks
|
|
69608
|
-
* [Api set:
|
|
69609
|
-
* @beta
|
|
69499
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69610
69500
|
*/
|
|
69611
69501
|
largeScroll(Down: number, Up: number, ToRight: number, ToLeft: number): void;
|
|
69612
69502
|
/**
|
|
69613
|
-
*
|
|
69503
|
+
* Opens a new Excel window.
|
|
69614
69504
|
*
|
|
69615
69505
|
* @remarks
|
|
69616
|
-
* [Api set:
|
|
69617
|
-
* @beta
|
|
69506
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69618
69507
|
*/
|
|
69619
69508
|
newWindow(): Excel.Window;
|
|
69620
69509
|
/**
|
|
69621
69510
|
* Converts horizontal points to screen pixels.
|
|
69622
69511
|
*
|
|
69623
69512
|
* @remarks
|
|
69624
|
-
* [Api set:
|
|
69625
|
-
* @beta
|
|
69513
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69626
69514
|
*/
|
|
69627
69515
|
pointsToScreenPixelsX(Points: number): OfficeExtension.ClientResult<number>;
|
|
69628
69516
|
/**
|
|
69629
69517
|
* Converts vertical points to screen pixels.
|
|
69630
69518
|
*
|
|
69631
69519
|
* @remarks
|
|
69632
|
-
* [Api set:
|
|
69633
|
-
* @beta
|
|
69520
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69634
69521
|
*/
|
|
69635
69522
|
pointsToScreenPixelsY(Points: number): OfficeExtension.ClientResult<number>;
|
|
69636
69523
|
/**
|
|
69637
69524
|
* Scrolls the window to bring the specified range into view.
|
|
69638
69525
|
*
|
|
69639
69526
|
* @remarks
|
|
69640
|
-
* [Api set:
|
|
69641
|
-
* @beta
|
|
69527
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69642
69528
|
*/
|
|
69643
69529
|
scrollIntoView(Left: number, Top: number, Width: number, Height: number, Start?: boolean): void;
|
|
69644
69530
|
/**
|
|
69645
69531
|
* Scrolls the workbook tabs.
|
|
69646
69532
|
*
|
|
69647
69533
|
* @remarks
|
|
69648
|
-
* [Api set:
|
|
69649
|
-
* @beta
|
|
69534
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69650
69535
|
*/
|
|
69651
69536
|
scrollWorkbookTabs(Sheets?: number, Position?: Excel.ScrollWorkbookTabPosition): void;
|
|
69652
69537
|
/**
|
|
69653
69538
|
* Scrolls the workbook tabs.
|
|
69654
69539
|
*
|
|
69655
69540
|
* @remarks
|
|
69656
|
-
* [Api set:
|
|
69657
|
-
* @beta
|
|
69541
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69658
69542
|
*/
|
|
69659
69543
|
scrollWorkbookTabs(Sheets?: number, Position?: "First" | "Last"): void;
|
|
69660
69544
|
/**
|
|
69661
|
-
* Scrolls the window by a
|
|
69545
|
+
* Scrolls the window by a number of rows or columns. The `down`, `up`, `toRight`, and `toLeft` parameters correspond to the action of scrolling with arrow keys on the keyboard.
|
|
69662
69546
|
*
|
|
69663
69547
|
* @remarks
|
|
69664
|
-
* [Api set:
|
|
69665
|
-
* @beta
|
|
69548
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69666
69549
|
*/
|
|
69667
69550
|
smallScroll(Down: number, Up: number, ToRight: number, ToLeft: number): void;
|
|
69668
69551
|
/**
|
|
@@ -69696,29 +69579,25 @@ declare namespace Excel {
|
|
|
69696
69579
|
* Specifies the display state of a window.
|
|
69697
69580
|
*
|
|
69698
69581
|
* @remarks
|
|
69699
|
-
* [Api set:
|
|
69700
|
-
* @beta
|
|
69582
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69701
69583
|
*/
|
|
69702
69584
|
enum WindowState {
|
|
69703
69585
|
/**
|
|
69704
69586
|
* The window is maximized to fill the entire screen.
|
|
69705
69587
|
* @remarks
|
|
69706
|
-
* [Api set:
|
|
69707
|
-
* @beta
|
|
69588
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69708
69589
|
*/
|
|
69709
69590
|
maximized = "maximized",
|
|
69710
69591
|
/**
|
|
69711
69592
|
* The window is minimized and collapsed to the taskbar.
|
|
69712
69593
|
* @remarks
|
|
69713
|
-
* [Api set:
|
|
69714
|
-
* @beta
|
|
69594
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69715
69595
|
*/
|
|
69716
69596
|
minimized = "minimized",
|
|
69717
69597
|
/**
|
|
69718
69598
|
* The window is displayed in normal size and can be moved or resized.
|
|
69719
69599
|
* @remarks
|
|
69720
|
-
* [Api set:
|
|
69721
|
-
* @beta
|
|
69600
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69722
69601
|
*/
|
|
69723
69602
|
normal = "normal"
|
|
69724
69603
|
}
|
|
@@ -69726,29 +69605,25 @@ declare namespace Excel {
|
|
|
69726
69605
|
* Specifies the view mode of the window.
|
|
69727
69606
|
*
|
|
69728
69607
|
* @remarks
|
|
69729
|
-
* [Api set:
|
|
69730
|
-
* @beta
|
|
69608
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69731
69609
|
*/
|
|
69732
69610
|
enum WindowView {
|
|
69733
69611
|
/**
|
|
69734
69612
|
* The window displays the worksheet in normal view for general data entry and editing.
|
|
69735
69613
|
* @remarks
|
|
69736
|
-
* [Api set:
|
|
69737
|
-
* @beta
|
|
69614
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69738
69615
|
*/
|
|
69739
69616
|
normalView = "normalView",
|
|
69740
69617
|
/**
|
|
69741
69618
|
* The window displays the worksheet in Page Break Preview mode to show where pages will break when printed.
|
|
69742
69619
|
* @remarks
|
|
69743
|
-
* [Api set:
|
|
69744
|
-
* @beta
|
|
69620
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69745
69621
|
*/
|
|
69746
69622
|
pageBreakPreview = "pageBreakPreview",
|
|
69747
69623
|
/**
|
|
69748
69624
|
* The window displays the worksheet in Page Layout view to show how the worksheet will look when printed.
|
|
69749
69625
|
* @remarks
|
|
69750
|
-
* [Api set:
|
|
69751
|
-
* @beta
|
|
69626
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69752
69627
|
*/
|
|
69753
69628
|
pageLayoutView = "pageLayoutView"
|
|
69754
69629
|
}
|
|
@@ -69756,36 +69631,31 @@ declare namespace Excel {
|
|
|
69756
69631
|
* Specifies the type of window being displayed.
|
|
69757
69632
|
*
|
|
69758
69633
|
* @remarks
|
|
69759
|
-
* [Api set:
|
|
69760
|
-
* @beta
|
|
69634
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69761
69635
|
*/
|
|
69762
69636
|
enum WindowType {
|
|
69763
69637
|
/**
|
|
69764
69638
|
* The window displays a chart in its own separate window.
|
|
69765
69639
|
* @remarks
|
|
69766
|
-
* [Api set:
|
|
69767
|
-
* @beta
|
|
69640
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69768
69641
|
*/
|
|
69769
69642
|
chartAsWindow = "chartAsWindow",
|
|
69770
69643
|
/**
|
|
69771
69644
|
* The window displays a chart embedded within a worksheet.
|
|
69772
69645
|
* @remarks
|
|
69773
|
-
* [Api set:
|
|
69774
|
-
* @beta
|
|
69646
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69775
69647
|
*/
|
|
69776
69648
|
chartInPlace = "chartInPlace",
|
|
69777
69649
|
/**
|
|
69778
69650
|
* The window displays the Office clipboard contents.
|
|
69779
69651
|
* @remarks
|
|
69780
|
-
* [Api set:
|
|
69781
|
-
* @beta
|
|
69652
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69782
69653
|
*/
|
|
69783
69654
|
clipboard = "clipboard",
|
|
69784
69655
|
/**
|
|
69785
69656
|
* The window displays a standard Excel workbook.
|
|
69786
69657
|
* @remarks
|
|
69787
|
-
* [Api set:
|
|
69788
|
-
* @beta
|
|
69658
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69789
69659
|
*/
|
|
69790
69660
|
workbook = "workbook"
|
|
69791
69661
|
}
|
|
@@ -69793,31 +69663,27 @@ declare namespace Excel {
|
|
|
69793
69663
|
* Enum representing the scroll position for workbook tab navigation.
|
|
69794
69664
|
*
|
|
69795
69665
|
* @remarks
|
|
69796
|
-
* [Api set:
|
|
69797
|
-
* @beta
|
|
69666
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69798
69667
|
*/
|
|
69799
69668
|
enum ScrollWorkbookTabPosition {
|
|
69800
69669
|
/**
|
|
69801
69670
|
* Scrolls the tab menu to show the first worksheet tab.
|
|
69802
69671
|
* @remarks
|
|
69803
|
-
* [Api set:
|
|
69804
|
-
* @beta
|
|
69672
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69805
69673
|
*/
|
|
69806
69674
|
first = "First",
|
|
69807
69675
|
/**
|
|
69808
69676
|
* Scrolls the tab menu to show the last worksheet tab.
|
|
69809
69677
|
* @remarks
|
|
69810
|
-
* [Api set:
|
|
69811
|
-
* @beta
|
|
69678
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69812
69679
|
*/
|
|
69813
69680
|
last = "Last"
|
|
69814
69681
|
}
|
|
69815
69682
|
/**
|
|
69816
|
-
* Represents
|
|
69683
|
+
* Represents a collection of Window objects.
|
|
69817
69684
|
*
|
|
69818
69685
|
* @remarks
|
|
69819
|
-
* [Api set:
|
|
69820
|
-
* @beta
|
|
69686
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69821
69687
|
*/
|
|
69822
69688
|
class WindowCollection extends OfficeExtension.ClientObject {
|
|
69823
69689
|
/** The request context associated with the object. This connects the add-in's process to the Office host application's process. */
|
|
@@ -69828,40 +69694,35 @@ declare namespace Excel {
|
|
|
69828
69694
|
* Breaks the side-by-side view of windows.
|
|
69829
69695
|
*
|
|
69830
69696
|
* @remarks
|
|
69831
|
-
* [Api set:
|
|
69832
|
-
* @beta
|
|
69697
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69833
69698
|
*/
|
|
69834
69699
|
breakSideBySide(): void;
|
|
69835
69700
|
/**
|
|
69836
69701
|
* Compares the current window side by side with the specified window.
|
|
69837
69702
|
*
|
|
69838
69703
|
* @remarks
|
|
69839
|
-
* [Api set:
|
|
69840
|
-
* @beta
|
|
69704
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69841
69705
|
*/
|
|
69842
69706
|
compareCurrentSideBySideWith(windowName: string): void;
|
|
69843
69707
|
/**
|
|
69844
69708
|
* Gets the number of windows in the collection.
|
|
69845
69709
|
*
|
|
69846
69710
|
* @remarks
|
|
69847
|
-
* [Api set:
|
|
69848
|
-
* @beta
|
|
69711
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69849
69712
|
*/
|
|
69850
69713
|
getCount(): OfficeExtension.ClientResult<number>;
|
|
69851
69714
|
/**
|
|
69852
69715
|
* Gets the Window in the collection by index.
|
|
69853
69716
|
*
|
|
69854
69717
|
* @remarks
|
|
69855
|
-
* [Api set:
|
|
69856
|
-
* @beta
|
|
69718
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69857
69719
|
*/
|
|
69858
69720
|
getItemAt(index: number): Excel.Window;
|
|
69859
69721
|
/**
|
|
69860
69722
|
* Resets the positions of windows in side-by-side view.
|
|
69861
69723
|
*
|
|
69862
69724
|
* @remarks
|
|
69863
|
-
* [Api set:
|
|
69864
|
-
* @beta
|
|
69725
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69865
69726
|
*/
|
|
69866
69727
|
resetPositionsSideBySide(): void;
|
|
69867
69728
|
/**
|
|
@@ -69892,8 +69753,7 @@ declare namespace Excel {
|
|
|
69892
69753
|
* Represents a pane, such as a frozen or split pane, in an Excel window.
|
|
69893
69754
|
*
|
|
69894
69755
|
* @remarks
|
|
69895
|
-
* [Api set:
|
|
69896
|
-
* @beta
|
|
69756
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69897
69757
|
*/
|
|
69898
69758
|
class Pane extends OfficeExtension.ClientObject {
|
|
69899
69759
|
/** The request context associated with the object. This connects the add-in's process to the Office host application's process. */
|
|
@@ -69902,8 +69762,7 @@ declare namespace Excel {
|
|
|
69902
69762
|
* Returns index of the pane.
|
|
69903
69763
|
*
|
|
69904
69764
|
* @remarks
|
|
69905
|
-
* [Api set:
|
|
69906
|
-
* @beta
|
|
69765
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69907
69766
|
*/
|
|
69908
69767
|
readonly index: number;
|
|
69909
69768
|
/**
|
|
@@ -69934,11 +69793,10 @@ declare namespace Excel {
|
|
|
69934
69793
|
toJSON(): Excel.Interfaces.PaneData;
|
|
69935
69794
|
}
|
|
69936
69795
|
/**
|
|
69937
|
-
* Represents
|
|
69796
|
+
* Represents a collection of Pane objects.
|
|
69938
69797
|
*
|
|
69939
69798
|
* @remarks
|
|
69940
|
-
* [Api set:
|
|
69941
|
-
* @beta
|
|
69799
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69942
69800
|
*/
|
|
69943
69801
|
class PaneCollection extends OfficeExtension.ClientObject {
|
|
69944
69802
|
/** The request context associated with the object. This connects the add-in's process to the Office host application's process. */
|
|
@@ -69946,19 +69804,17 @@ declare namespace Excel {
|
|
|
69946
69804
|
/** Gets the loaded child items in this collection. */
|
|
69947
69805
|
readonly items: Excel.Pane[];
|
|
69948
69806
|
/**
|
|
69949
|
-
* Returns the number of
|
|
69807
|
+
* Returns the number of panes in the collection.
|
|
69950
69808
|
*
|
|
69951
69809
|
* @remarks
|
|
69952
|
-
* [Api set:
|
|
69953
|
-
* @beta
|
|
69810
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69954
69811
|
*/
|
|
69955
69812
|
getCount(): OfficeExtension.ClientResult<number>;
|
|
69956
69813
|
/**
|
|
69957
|
-
* Gets the
|
|
69814
|
+
* Gets the pane in the collection by index.
|
|
69958
69815
|
*
|
|
69959
69816
|
* @remarks
|
|
69960
|
-
* [Api set:
|
|
69961
|
-
* @beta
|
|
69817
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
69962
69818
|
*/
|
|
69963
69819
|
getItemAt(index: number): Excel.Pane;
|
|
69964
69820
|
/**
|
|
@@ -73940,8 +73796,7 @@ declare namespace Excel {
|
|
|
73940
73796
|
* Returns a `window` object that represents the active window (the window on top).
|
|
73941
73797
|
*
|
|
73942
73798
|
* @remarks
|
|
73943
|
-
* [Api set:
|
|
73944
|
-
* @beta
|
|
73799
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
73945
73800
|
*/
|
|
73946
73801
|
activeWindow?: Excel.Interfaces.WindowUpdateData;
|
|
73947
73802
|
/**
|
|
@@ -74169,8 +74024,7 @@ declare namespace Excel {
|
|
|
74169
74024
|
* Specifies the array formula of a range. If the specified range doesn't contain an array formula, this property returns `null`.
|
|
74170
74025
|
*
|
|
74171
74026
|
* @remarks
|
|
74172
|
-
* [Api set:
|
|
74173
|
-
* @beta
|
|
74027
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
74174
74028
|
*/
|
|
74175
74029
|
formulaArray?: string;
|
|
74176
74030
|
/**
|
|
@@ -78190,8 +78044,7 @@ declare namespace Excel {
|
|
|
78190
78044
|
* Specifies whether Excel aligns the header and the footer with the margins set in the page setup options.
|
|
78191
78045
|
*
|
|
78192
78046
|
* @remarks
|
|
78193
|
-
* [Api set:
|
|
78194
|
-
* @beta
|
|
78047
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
78195
78048
|
*/
|
|
78196
78049
|
alignMarginsHeaderFooter?: boolean;
|
|
78197
78050
|
/**
|
|
@@ -78312,8 +78165,7 @@ declare namespace Excel {
|
|
|
78312
78165
|
Some printers may not support vertical print quality and the supported values may vary by printer.
|
|
78313
78166
|
*
|
|
78314
78167
|
* @remarks
|
|
78315
|
-
* [Api set:
|
|
78316
|
-
* @beta
|
|
78168
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
78317
78169
|
*/
|
|
78318
78170
|
printQuality?: number[];
|
|
78319
78171
|
/**
|
|
@@ -78345,48 +78197,42 @@ declare namespace Excel {
|
|
|
78345
78197
|
* Gets a `HeaderFooterPicture` object that represents the picture for the center section of the footer.
|
|
78346
78198
|
*
|
|
78347
78199
|
* @remarks
|
|
78348
|
-
* [Api set:
|
|
78349
|
-
* @beta
|
|
78200
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
78350
78201
|
*/
|
|
78351
78202
|
centerFooterPicture?: Excel.Interfaces.HeaderFooterPictureUpdateData;
|
|
78352
78203
|
/**
|
|
78353
78204
|
* Gets a `HeaderFooterPicture` object that represents the picture for the center section of the header.
|
|
78354
78205
|
*
|
|
78355
78206
|
* @remarks
|
|
78356
|
-
* [Api set:
|
|
78357
|
-
* @beta
|
|
78207
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
78358
78208
|
*/
|
|
78359
78209
|
centerHeaderPicture?: Excel.Interfaces.HeaderFooterPictureUpdateData;
|
|
78360
78210
|
/**
|
|
78361
78211
|
* Gets a `HeaderFooterPicture` object that represents the picture for the left section of the footer.
|
|
78362
78212
|
*
|
|
78363
78213
|
* @remarks
|
|
78364
|
-
* [Api set:
|
|
78365
|
-
* @beta
|
|
78214
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
78366
78215
|
*/
|
|
78367
78216
|
leftFooterPicture?: Excel.Interfaces.HeaderFooterPictureUpdateData;
|
|
78368
78217
|
/**
|
|
78369
78218
|
* Gets a `HeaderFooterPicture` object that represents the picture for the left section of the header.
|
|
78370
78219
|
*
|
|
78371
78220
|
* @remarks
|
|
78372
|
-
* [Api set:
|
|
78373
|
-
* @beta
|
|
78221
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
78374
78222
|
*/
|
|
78375
78223
|
leftHeaderPicture?: Excel.Interfaces.HeaderFooterPictureUpdateData;
|
|
78376
78224
|
/**
|
|
78377
78225
|
* Gets a `HeaderFooterPicture` object that represents the picture for the right section of the footer.
|
|
78378
78226
|
*
|
|
78379
78227
|
* @remarks
|
|
78380
|
-
* [Api set:
|
|
78381
|
-
* @beta
|
|
78228
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
78382
78229
|
*/
|
|
78383
78230
|
rightFooterPicture?: Excel.Interfaces.HeaderFooterPictureUpdateData;
|
|
78384
78231
|
/**
|
|
78385
78232
|
* Gets a `HeaderFooterPicture` object that represents the picture for the right section of the header.
|
|
78386
78233
|
*
|
|
78387
78234
|
* @remarks
|
|
78388
|
-
* [Api set:
|
|
78389
|
-
* @beta
|
|
78235
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
78390
78236
|
*/
|
|
78391
78237
|
rightHeaderPicture?: Excel.Interfaces.HeaderFooterPictureUpdateData;
|
|
78392
78238
|
/**
|
|
@@ -78496,88 +78342,77 @@ declare namespace Excel {
|
|
|
78496
78342
|
* Specifies the brightness of the picture. The value for this property must be a number from 0.0 (dimmest) to 1.0 (brightest).
|
|
78497
78343
|
*
|
|
78498
78344
|
* @remarks
|
|
78499
|
-
* [Api set:
|
|
78500
|
-
* @beta
|
|
78345
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
78501
78346
|
*/
|
|
78502
78347
|
brightness?: number;
|
|
78503
78348
|
/**
|
|
78504
78349
|
* Specifies the type of color transformation of the picture.
|
|
78505
78350
|
*
|
|
78506
78351
|
* @remarks
|
|
78507
|
-
* [Api set:
|
|
78508
|
-
* @beta
|
|
78352
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
78509
78353
|
*/
|
|
78510
78354
|
colorType?: Excel.PictureColorType | "Mixed" | "Automatic" | "GrayScale" | "BlackAndWhite" | "Watermark";
|
|
78511
78355
|
/**
|
|
78512
78356
|
* Specifies the contrast of the picture. The value for this property must be a number from 0.0 (least contrast) to 1.0 (most contrast).
|
|
78513
78357
|
*
|
|
78514
78358
|
* @remarks
|
|
78515
|
-
* [Api set:
|
|
78516
|
-
* @beta
|
|
78359
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
78517
78360
|
*/
|
|
78518
78361
|
contrast?: number;
|
|
78519
78362
|
/**
|
|
78520
78363
|
* Specifies the number of points that are cropped off the bottom of the picture.
|
|
78521
78364
|
*
|
|
78522
78365
|
* @remarks
|
|
78523
|
-
* [Api set:
|
|
78524
|
-
* @beta
|
|
78366
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
78525
78367
|
*/
|
|
78526
78368
|
cropBottom?: number;
|
|
78527
78369
|
/**
|
|
78528
78370
|
* Specifies the number of points that are cropped off the left side of the picture.
|
|
78529
78371
|
*
|
|
78530
78372
|
* @remarks
|
|
78531
|
-
* [Api set:
|
|
78532
|
-
* @beta
|
|
78373
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
78533
78374
|
*/
|
|
78534
78375
|
cropLeft?: number;
|
|
78535
78376
|
/**
|
|
78536
78377
|
* Specifies the number of points that are cropped off the right side of the picture.
|
|
78537
78378
|
*
|
|
78538
78379
|
* @remarks
|
|
78539
|
-
* [Api set:
|
|
78540
|
-
* @beta
|
|
78380
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
78541
78381
|
*/
|
|
78542
78382
|
cropRight?: number;
|
|
78543
78383
|
/**
|
|
78544
78384
|
* Specifies the number of points that are cropped off the top of the picture.
|
|
78545
78385
|
*
|
|
78546
78386
|
* @remarks
|
|
78547
|
-
* [Api set:
|
|
78548
|
-
* @beta
|
|
78387
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
78549
78388
|
*/
|
|
78550
78389
|
cropTop?: number;
|
|
78551
78390
|
/**
|
|
78552
78391
|
* Specifies the URL (on the intranet or the web) or path (local or network) to the location where the source object is saved.
|
|
78553
78392
|
*
|
|
78554
78393
|
* @remarks
|
|
78555
|
-
* [Api set:
|
|
78556
|
-
* @beta
|
|
78394
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
78557
78395
|
*/
|
|
78558
78396
|
filename?: string;
|
|
78559
78397
|
/**
|
|
78560
78398
|
* Specifies the height of the picture in points.
|
|
78561
78399
|
*
|
|
78562
78400
|
* @remarks
|
|
78563
|
-
* [Api set:
|
|
78564
|
-
* @beta
|
|
78401
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
78565
78402
|
*/
|
|
78566
78403
|
height?: number;
|
|
78567
78404
|
/**
|
|
78568
78405
|
* Specifies a value that indicates whether the picture retains its original proportions when resized. `true` if it retains its proportions; otherwise, `false`.
|
|
78569
78406
|
*
|
|
78570
78407
|
* @remarks
|
|
78571
|
-
* [Api set:
|
|
78572
|
-
* @beta
|
|
78408
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
78573
78409
|
*/
|
|
78574
78410
|
lockAspectRatio?: boolean;
|
|
78575
78411
|
/**
|
|
78576
78412
|
* Specifies the width of the picture in points.
|
|
78577
78413
|
*
|
|
78578
78414
|
* @remarks
|
|
78579
|
-
* [Api set:
|
|
78580
|
-
* @beta
|
|
78415
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
78581
78416
|
*/
|
|
78582
78417
|
width?: number;
|
|
78583
78418
|
}
|
|
@@ -78743,56 +78578,49 @@ declare namespace Excel {
|
|
|
78743
78578
|
* Specifies the brightness of the image. The value for this property must be a number from 0.0 (dimmest) to 1.0 (brightest).
|
|
78744
78579
|
*
|
|
78745
78580
|
* @remarks
|
|
78746
|
-
* [Api set:
|
|
78747
|
-
* @beta
|
|
78581
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
78748
78582
|
*/
|
|
78749
78583
|
brightness?: number;
|
|
78750
78584
|
/**
|
|
78751
78585
|
* Specifies the type of color transformation applied to the image.
|
|
78752
78586
|
*
|
|
78753
78587
|
* @remarks
|
|
78754
|
-
* [Api set:
|
|
78755
|
-
* @beta
|
|
78588
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
78756
78589
|
*/
|
|
78757
78590
|
colorType?: Excel.PictureColorType | "Mixed" | "Automatic" | "GrayScale" | "BlackAndWhite" | "Watermark";
|
|
78758
78591
|
/**
|
|
78759
78592
|
* Specifies the contrast of the image. The value for this property must be a number from 0.0 (the least contrast) to 1.0 (the greatest contrast).
|
|
78760
78593
|
*
|
|
78761
78594
|
* @remarks
|
|
78762
|
-
* [Api set:
|
|
78763
|
-
* @beta
|
|
78595
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
78764
78596
|
*/
|
|
78765
78597
|
contrast?: number;
|
|
78766
78598
|
/**
|
|
78767
78599
|
* Specifies the number of points that are cropped off the bottom of the image.
|
|
78768
78600
|
*
|
|
78769
78601
|
* @remarks
|
|
78770
|
-
* [Api set:
|
|
78771
|
-
* @beta
|
|
78602
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
78772
78603
|
*/
|
|
78773
78604
|
cropBottom?: number;
|
|
78774
78605
|
/**
|
|
78775
78606
|
* Specifies the number of points that are cropped off the left side of the image.
|
|
78776
78607
|
*
|
|
78777
78608
|
* @remarks
|
|
78778
|
-
* [Api set:
|
|
78779
|
-
* @beta
|
|
78609
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
78780
78610
|
*/
|
|
78781
78611
|
cropLeft?: number;
|
|
78782
78612
|
/**
|
|
78783
78613
|
* Specifies the number of points that are cropped off the right side of the image.
|
|
78784
78614
|
*
|
|
78785
78615
|
* @remarks
|
|
78786
|
-
* [Api set:
|
|
78787
|
-
* @beta
|
|
78616
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
78788
78617
|
*/
|
|
78789
78618
|
cropRight?: number;
|
|
78790
78619
|
/**
|
|
78791
78620
|
* Specifies the number of points that are cropped off the top of the image.
|
|
78792
78621
|
*
|
|
78793
78622
|
* @remarks
|
|
78794
|
-
* [Api set:
|
|
78795
|
-
* @beta
|
|
78623
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
78796
78624
|
*/
|
|
78797
78625
|
cropTop?: number;
|
|
78798
78626
|
}
|
|
@@ -79277,16 +79105,14 @@ declare namespace Excel {
|
|
|
79277
79105
|
* Specifies the active cell in the window.
|
|
79278
79106
|
*
|
|
79279
79107
|
* @remarks
|
|
79280
|
-
* [Api set:
|
|
79281
|
-
* @beta
|
|
79108
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79282
79109
|
*/
|
|
79283
79110
|
activeCell?: Excel.Interfaces.RangeUpdateData;
|
|
79284
79111
|
/**
|
|
79285
79112
|
* Specifies the active sheet in the window.
|
|
79286
79113
|
*
|
|
79287
79114
|
* @remarks
|
|
79288
|
-
* [Api set:
|
|
79289
|
-
* @beta
|
|
79115
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79290
79116
|
*/
|
|
79291
79117
|
activeWorksheet?: Excel.Interfaces.WorksheetUpdateData;
|
|
79292
79118
|
/**
|
|
@@ -79301,240 +79127,210 @@ declare namespace Excel {
|
|
|
79301
79127
|
* Gets the visible range of the window.
|
|
79302
79128
|
*
|
|
79303
79129
|
* @remarks
|
|
79304
|
-
* [Api set:
|
|
79305
|
-
* @beta
|
|
79130
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79306
79131
|
*/
|
|
79307
79132
|
visibleRange?: Excel.Interfaces.RangeUpdateData;
|
|
79308
79133
|
/**
|
|
79309
79134
|
* Specifies whether AutoFilter date grouping is enabled in the window.
|
|
79310
79135
|
*
|
|
79311
79136
|
* @remarks
|
|
79312
|
-
* [Api set:
|
|
79313
|
-
* @beta
|
|
79137
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79314
79138
|
*/
|
|
79315
79139
|
autoFilterDateGroupingEnabled?: boolean;
|
|
79316
79140
|
/**
|
|
79317
|
-
* Specifies
|
|
79141
|
+
* Specifies whether panes are frozen in the window.
|
|
79318
79142
|
*
|
|
79319
79143
|
* @remarks
|
|
79320
|
-
* [Api set:
|
|
79321
|
-
* @beta
|
|
79144
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79322
79145
|
*/
|
|
79323
79146
|
freezePanes?: boolean;
|
|
79324
79147
|
/**
|
|
79325
79148
|
* Specifies the height of the window.
|
|
79326
79149
|
*
|
|
79327
79150
|
* @remarks
|
|
79328
|
-
* [Api set:
|
|
79329
|
-
* @beta
|
|
79151
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79330
79152
|
*/
|
|
79331
79153
|
height?: number;
|
|
79332
79154
|
/**
|
|
79333
|
-
* Specifies the
|
|
79155
|
+
* Specifies whether the window is visible.
|
|
79334
79156
|
*
|
|
79335
79157
|
* @remarks
|
|
79336
|
-
* [Api set:
|
|
79337
|
-
* @beta
|
|
79158
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79338
79159
|
*/
|
|
79339
79160
|
isVisible?: boolean;
|
|
79340
79161
|
/**
|
|
79341
|
-
* Specifies the left
|
|
79162
|
+
* Specifies the distance, in points, from the left edge of the computer screen to the left edge of the window.
|
|
79342
79163
|
*
|
|
79343
79164
|
* @remarks
|
|
79344
|
-
* [Api set:
|
|
79345
|
-
* @beta
|
|
79165
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79346
79166
|
*/
|
|
79347
79167
|
left?: number;
|
|
79348
79168
|
/**
|
|
79349
79169
|
* Specifies the name of the window.
|
|
79350
79170
|
*
|
|
79351
79171
|
* @remarks
|
|
79352
|
-
* [Api set:
|
|
79353
|
-
* @beta
|
|
79172
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79354
79173
|
*/
|
|
79355
79174
|
name?: string;
|
|
79356
79175
|
/**
|
|
79357
79176
|
* Specifies the scroll column of the window.
|
|
79358
79177
|
*
|
|
79359
79178
|
* @remarks
|
|
79360
|
-
* [Api set:
|
|
79361
|
-
* @beta
|
|
79179
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79362
79180
|
*/
|
|
79363
79181
|
scrollColumn?: number;
|
|
79364
79182
|
/**
|
|
79365
79183
|
* Specifies the scroll row of the window.
|
|
79366
79184
|
*
|
|
79367
79185
|
* @remarks
|
|
79368
|
-
* [Api set:
|
|
79369
|
-
* @beta
|
|
79186
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79370
79187
|
*/
|
|
79371
79188
|
scrollRow?: number;
|
|
79372
79189
|
/**
|
|
79373
|
-
* Specifies
|
|
79190
|
+
* Specifies whether formulas are shown in the window.
|
|
79374
79191
|
*
|
|
79375
79192
|
* @remarks
|
|
79376
|
-
* [Api set:
|
|
79377
|
-
* @beta
|
|
79193
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79378
79194
|
*/
|
|
79379
79195
|
showFormulas?: boolean;
|
|
79380
79196
|
/**
|
|
79381
|
-
* Specifies
|
|
79197
|
+
* Specifies whether gridlines are shown in the window.
|
|
79382
79198
|
*
|
|
79383
79199
|
* @remarks
|
|
79384
|
-
* [Api set:
|
|
79385
|
-
* @beta
|
|
79200
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79386
79201
|
*/
|
|
79387
79202
|
showGridlines?: boolean;
|
|
79388
79203
|
/**
|
|
79389
|
-
* Specifies
|
|
79204
|
+
* Specifies whether headings are shown in the window.
|
|
79390
79205
|
*
|
|
79391
79206
|
* @remarks
|
|
79392
|
-
* [Api set:
|
|
79393
|
-
* @beta
|
|
79207
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79394
79208
|
*/
|
|
79395
79209
|
showHeadings?: boolean;
|
|
79396
79210
|
/**
|
|
79397
|
-
* Specifies
|
|
79211
|
+
* Specifies whether the horizontal scroll bar is shown in the window.
|
|
79398
79212
|
*
|
|
79399
79213
|
* @remarks
|
|
79400
|
-
* [Api set:
|
|
79401
|
-
* @beta
|
|
79214
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79402
79215
|
*/
|
|
79403
79216
|
showHorizontalScrollBar?: boolean;
|
|
79404
79217
|
/**
|
|
79405
|
-
* Specifies
|
|
79218
|
+
* Specifies whether outline is shown in the window.
|
|
79406
79219
|
*
|
|
79407
79220
|
* @remarks
|
|
79408
|
-
* [Api set:
|
|
79409
|
-
* @beta
|
|
79221
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79410
79222
|
*/
|
|
79411
79223
|
showOutline?: boolean;
|
|
79412
79224
|
/**
|
|
79413
|
-
* Specifies the
|
|
79225
|
+
* Specifies whether the ruler is shown in the window.
|
|
79414
79226
|
*
|
|
79415
79227
|
* @remarks
|
|
79416
|
-
* [Api set:
|
|
79417
|
-
* @beta
|
|
79228
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79418
79229
|
*/
|
|
79419
79230
|
showRuler?: boolean;
|
|
79420
79231
|
/**
|
|
79421
|
-
* Specifies
|
|
79232
|
+
* Specifies whether the vertical scroll bar is shown in the window.
|
|
79422
79233
|
*
|
|
79423
79234
|
* @remarks
|
|
79424
|
-
* [Api set:
|
|
79425
|
-
* @beta
|
|
79235
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79426
79236
|
*/
|
|
79427
79237
|
showVerticalScrollBar?: boolean;
|
|
79428
79238
|
/**
|
|
79429
|
-
* Specifies
|
|
79239
|
+
* Specifies whether whitespace is shown in the window.
|
|
79430
79240
|
*
|
|
79431
79241
|
* @remarks
|
|
79432
|
-
* [Api set:
|
|
79433
|
-
* @beta
|
|
79242
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79434
79243
|
*/
|
|
79435
79244
|
showWhitespace?: boolean;
|
|
79436
79245
|
/**
|
|
79437
|
-
* Specifies
|
|
79246
|
+
* Specifies whether workbook tabs are shown in the window.
|
|
79438
79247
|
*
|
|
79439
79248
|
* @remarks
|
|
79440
|
-
* [Api set:
|
|
79441
|
-
* @beta
|
|
79249
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79442
79250
|
*/
|
|
79443
79251
|
showWorkbookTabs?: boolean;
|
|
79444
79252
|
/**
|
|
79445
|
-
* Specifies
|
|
79253
|
+
* Specifies whether zeroes are shown in the window.
|
|
79446
79254
|
*
|
|
79447
79255
|
* @remarks
|
|
79448
|
-
* [Api set:
|
|
79449
|
-
* @beta
|
|
79256
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79450
79257
|
*/
|
|
79451
79258
|
showZeros?: boolean;
|
|
79452
79259
|
/**
|
|
79453
79260
|
* Specifies the split state of the window.
|
|
79454
79261
|
*
|
|
79455
79262
|
* @remarks
|
|
79456
|
-
* [Api set:
|
|
79457
|
-
* @beta
|
|
79263
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79458
79264
|
*/
|
|
79459
79265
|
split?: boolean;
|
|
79460
79266
|
/**
|
|
79461
79267
|
* Specifies the split column of the window.
|
|
79462
79268
|
*
|
|
79463
79269
|
* @remarks
|
|
79464
|
-
* [Api set:
|
|
79465
|
-
* @beta
|
|
79270
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79466
79271
|
*/
|
|
79467
79272
|
splitColumn?: number;
|
|
79468
79273
|
/**
|
|
79469
79274
|
* Specifies the horizontal split of the window.
|
|
79470
79275
|
*
|
|
79471
79276
|
* @remarks
|
|
79472
|
-
* [Api set:
|
|
79473
|
-
* @beta
|
|
79277
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79474
79278
|
*/
|
|
79475
79279
|
splitHorizontal?: number;
|
|
79476
79280
|
/**
|
|
79477
79281
|
* Specifies the split row of the window.
|
|
79478
79282
|
*
|
|
79479
79283
|
* @remarks
|
|
79480
|
-
* [Api set:
|
|
79481
|
-
* @beta
|
|
79284
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79482
79285
|
*/
|
|
79483
79286
|
splitRow?: number;
|
|
79484
79287
|
/**
|
|
79485
79288
|
* Specifies the vertical split of the window.
|
|
79486
79289
|
*
|
|
79487
79290
|
* @remarks
|
|
79488
|
-
* [Api set:
|
|
79489
|
-
* @beta
|
|
79291
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79490
79292
|
*/
|
|
79491
79293
|
splitVertical?: number;
|
|
79492
79294
|
/**
|
|
79493
79295
|
* Specifies the tab ratio of the window.
|
|
79494
79296
|
*
|
|
79495
79297
|
* @remarks
|
|
79496
|
-
* [Api set:
|
|
79497
|
-
* @beta
|
|
79298
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79498
79299
|
*/
|
|
79499
79300
|
tabRatio?: number;
|
|
79500
79301
|
/**
|
|
79501
|
-
* Specifies the top
|
|
79302
|
+
* Specifies the distance, in points, from the top edge of the window to the top edge of the usable area (below the menus, any toolbars docked at the top, and the formula bar).
|
|
79502
79303
|
*
|
|
79503
79304
|
* @remarks
|
|
79504
|
-
* [Api set:
|
|
79505
|
-
* @beta
|
|
79305
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79506
79306
|
*/
|
|
79507
79307
|
top?: number;
|
|
79508
79308
|
/**
|
|
79509
79309
|
* Specifies the view of the window.
|
|
79510
79310
|
*
|
|
79511
79311
|
* @remarks
|
|
79512
|
-
* [Api set:
|
|
79513
|
-
* @beta
|
|
79312
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79514
79313
|
*/
|
|
79515
79314
|
view?: Excel.WindowView | "normalView" | "pageBreakPreview" | "pageLayoutView";
|
|
79516
79315
|
/**
|
|
79517
|
-
*
|
|
79316
|
+
* Specifies the display width of the window.
|
|
79518
79317
|
*
|
|
79519
79318
|
* @remarks
|
|
79520
|
-
* [Api set:
|
|
79521
|
-
* @beta
|
|
79319
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79522
79320
|
*/
|
|
79523
79321
|
width?: number;
|
|
79524
79322
|
/**
|
|
79525
|
-
*
|
|
79323
|
+
* Specifies the window state.
|
|
79526
79324
|
*
|
|
79527
79325
|
* @remarks
|
|
79528
|
-
* [Api set:
|
|
79529
|
-
* @beta
|
|
79326
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79530
79327
|
*/
|
|
79531
79328
|
windowState?: Excel.WindowState | "maximized" | "minimized" | "normal";
|
|
79532
79329
|
/**
|
|
79533
79330
|
* Specifies an integer value that represents the display size of the window. It can be set to a percentage between 10 and 400.
|
|
79534
79331
|
*
|
|
79535
79332
|
* @remarks
|
|
79536
|
-
* [Api set:
|
|
79537
|
-
* @beta
|
|
79333
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79538
79334
|
*/
|
|
79539
79335
|
zoom?: number;
|
|
79540
79336
|
}
|
|
@@ -79854,8 +79650,7 @@ declare namespace Excel {
|
|
|
79854
79650
|
* Returns a `window` object that represents the active window (the window on top). Read-only.
|
|
79855
79651
|
*
|
|
79856
79652
|
* @remarks
|
|
79857
|
-
* [Api set:
|
|
79858
|
-
* @beta
|
|
79653
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79859
79654
|
*/
|
|
79860
79655
|
activeWindow?: Excel.Interfaces.WindowData;
|
|
79861
79656
|
/**
|
|
@@ -79875,11 +79670,10 @@ declare namespace Excel {
|
|
|
79875
79670
|
*/
|
|
79876
79671
|
iterativeCalculation?: Excel.Interfaces.IterativeCalculationData;
|
|
79877
79672
|
/**
|
|
79878
|
-
* Returns
|
|
79673
|
+
* Returns all the open Excel windows.
|
|
79879
79674
|
*
|
|
79880
79675
|
* @remarks
|
|
79881
|
-
* [Api set:
|
|
79882
|
-
* @beta
|
|
79676
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
79883
79677
|
*/
|
|
79884
79678
|
windows?: Excel.Interfaces.WindowData[];
|
|
79885
79679
|
/**
|
|
@@ -80502,8 +80296,7 @@ declare namespace Excel {
|
|
|
80502
80296
|
* Specifies the array formula of a range. If the specified range doesn't contain an array formula, this property returns `null`.
|
|
80503
80297
|
*
|
|
80504
80298
|
* @remarks
|
|
80505
|
-
* [Api set:
|
|
80506
|
-
* @beta
|
|
80299
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
80507
80300
|
*/
|
|
80508
80301
|
formulaArray?: string;
|
|
80509
80302
|
/**
|
|
@@ -85555,8 +85348,7 @@ declare namespace Excel {
|
|
|
85555
85348
|
* Specifies whether Excel aligns the header and the footer with the margins set in the page setup options.
|
|
85556
85349
|
*
|
|
85557
85350
|
* @remarks
|
|
85558
|
-
* [Api set:
|
|
85559
|
-
* @beta
|
|
85351
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
85560
85352
|
*/
|
|
85561
85353
|
alignMarginsHeaderFooter?: boolean;
|
|
85562
85354
|
/**
|
|
@@ -85677,8 +85469,7 @@ declare namespace Excel {
|
|
|
85677
85469
|
Some printers may not support vertical print quality and the supported values may vary by printer.
|
|
85678
85470
|
*
|
|
85679
85471
|
* @remarks
|
|
85680
|
-
* [Api set:
|
|
85681
|
-
* @beta
|
|
85472
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
85682
85473
|
*/
|
|
85683
85474
|
printQuality?: number[];
|
|
85684
85475
|
/**
|
|
@@ -85710,48 +85501,42 @@ declare namespace Excel {
|
|
|
85710
85501
|
* Gets a `HeaderFooterPicture` object that represents the picture for the center section of the footer.
|
|
85711
85502
|
*
|
|
85712
85503
|
* @remarks
|
|
85713
|
-
* [Api set:
|
|
85714
|
-
* @beta
|
|
85504
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
85715
85505
|
*/
|
|
85716
85506
|
centerFooterPicture?: Excel.Interfaces.HeaderFooterPictureData;
|
|
85717
85507
|
/**
|
|
85718
85508
|
* Gets a `HeaderFooterPicture` object that represents the picture for the center section of the header.
|
|
85719
85509
|
*
|
|
85720
85510
|
* @remarks
|
|
85721
|
-
* [Api set:
|
|
85722
|
-
* @beta
|
|
85511
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
85723
85512
|
*/
|
|
85724
85513
|
centerHeaderPicture?: Excel.Interfaces.HeaderFooterPictureData;
|
|
85725
85514
|
/**
|
|
85726
85515
|
* Gets a `HeaderFooterPicture` object that represents the picture for the left section of the footer.
|
|
85727
85516
|
*
|
|
85728
85517
|
* @remarks
|
|
85729
|
-
* [Api set:
|
|
85730
|
-
* @beta
|
|
85518
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
85731
85519
|
*/
|
|
85732
85520
|
leftFooterPicture?: Excel.Interfaces.HeaderFooterPictureData;
|
|
85733
85521
|
/**
|
|
85734
85522
|
* Gets a `HeaderFooterPicture` object that represents the picture for the left section of the header.
|
|
85735
85523
|
*
|
|
85736
85524
|
* @remarks
|
|
85737
|
-
* [Api set:
|
|
85738
|
-
* @beta
|
|
85525
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
85739
85526
|
*/
|
|
85740
85527
|
leftHeaderPicture?: Excel.Interfaces.HeaderFooterPictureData;
|
|
85741
85528
|
/**
|
|
85742
85529
|
* Gets a `HeaderFooterPicture` object that represents the picture for the right section of the footer.
|
|
85743
85530
|
*
|
|
85744
85531
|
* @remarks
|
|
85745
|
-
* [Api set:
|
|
85746
|
-
* @beta
|
|
85532
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
85747
85533
|
*/
|
|
85748
85534
|
rightFooterPicture?: Excel.Interfaces.HeaderFooterPictureData;
|
|
85749
85535
|
/**
|
|
85750
85536
|
* Gets a `HeaderFooterPicture` object that represents the picture for the right section of the header.
|
|
85751
85537
|
*
|
|
85752
85538
|
* @remarks
|
|
85753
|
-
* [Api set:
|
|
85754
|
-
* @beta
|
|
85539
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
85755
85540
|
*/
|
|
85756
85541
|
rightHeaderPicture?: Excel.Interfaces.HeaderFooterPictureData;
|
|
85757
85542
|
/**
|
|
@@ -85861,88 +85646,77 @@ declare namespace Excel {
|
|
|
85861
85646
|
* Specifies the brightness of the picture. The value for this property must be a number from 0.0 (dimmest) to 1.0 (brightest).
|
|
85862
85647
|
*
|
|
85863
85648
|
* @remarks
|
|
85864
|
-
* [Api set:
|
|
85865
|
-
* @beta
|
|
85649
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
85866
85650
|
*/
|
|
85867
85651
|
brightness?: number;
|
|
85868
85652
|
/**
|
|
85869
85653
|
* Specifies the type of color transformation of the picture.
|
|
85870
85654
|
*
|
|
85871
85655
|
* @remarks
|
|
85872
|
-
* [Api set:
|
|
85873
|
-
* @beta
|
|
85656
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
85874
85657
|
*/
|
|
85875
85658
|
colorType?: Excel.PictureColorType | "Mixed" | "Automatic" | "GrayScale" | "BlackAndWhite" | "Watermark";
|
|
85876
85659
|
/**
|
|
85877
85660
|
* Specifies the contrast of the picture. The value for this property must be a number from 0.0 (least contrast) to 1.0 (most contrast).
|
|
85878
85661
|
*
|
|
85879
85662
|
* @remarks
|
|
85880
|
-
* [Api set:
|
|
85881
|
-
* @beta
|
|
85663
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
85882
85664
|
*/
|
|
85883
85665
|
contrast?: number;
|
|
85884
85666
|
/**
|
|
85885
85667
|
* Specifies the number of points that are cropped off the bottom of the picture.
|
|
85886
85668
|
*
|
|
85887
85669
|
* @remarks
|
|
85888
|
-
* [Api set:
|
|
85889
|
-
* @beta
|
|
85670
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
85890
85671
|
*/
|
|
85891
85672
|
cropBottom?: number;
|
|
85892
85673
|
/**
|
|
85893
85674
|
* Specifies the number of points that are cropped off the left side of the picture.
|
|
85894
85675
|
*
|
|
85895
85676
|
* @remarks
|
|
85896
|
-
* [Api set:
|
|
85897
|
-
* @beta
|
|
85677
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
85898
85678
|
*/
|
|
85899
85679
|
cropLeft?: number;
|
|
85900
85680
|
/**
|
|
85901
85681
|
* Specifies the number of points that are cropped off the right side of the picture.
|
|
85902
85682
|
*
|
|
85903
85683
|
* @remarks
|
|
85904
|
-
* [Api set:
|
|
85905
|
-
* @beta
|
|
85684
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
85906
85685
|
*/
|
|
85907
85686
|
cropRight?: number;
|
|
85908
85687
|
/**
|
|
85909
85688
|
* Specifies the number of points that are cropped off the top of the picture.
|
|
85910
85689
|
*
|
|
85911
85690
|
* @remarks
|
|
85912
|
-
* [Api set:
|
|
85913
|
-
* @beta
|
|
85691
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
85914
85692
|
*/
|
|
85915
85693
|
cropTop?: number;
|
|
85916
85694
|
/**
|
|
85917
85695
|
* Specifies the URL (on the intranet or the web) or path (local or network) to the location where the source object is saved.
|
|
85918
85696
|
*
|
|
85919
85697
|
* @remarks
|
|
85920
|
-
* [Api set:
|
|
85921
|
-
* @beta
|
|
85698
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
85922
85699
|
*/
|
|
85923
85700
|
filename?: string;
|
|
85924
85701
|
/**
|
|
85925
85702
|
* Specifies the height of the picture in points.
|
|
85926
85703
|
*
|
|
85927
85704
|
* @remarks
|
|
85928
|
-
* [Api set:
|
|
85929
|
-
* @beta
|
|
85705
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
85930
85706
|
*/
|
|
85931
85707
|
height?: number;
|
|
85932
85708
|
/**
|
|
85933
85709
|
* Specifies a value that indicates whether the picture retains its original proportions when resized. `true` if it retains its proportions; otherwise, `false`.
|
|
85934
85710
|
*
|
|
85935
85711
|
* @remarks
|
|
85936
|
-
* [Api set:
|
|
85937
|
-
* @beta
|
|
85712
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
85938
85713
|
*/
|
|
85939
85714
|
lockAspectRatio?: boolean;
|
|
85940
85715
|
/**
|
|
85941
85716
|
* Specifies the width of the picture in points.
|
|
85942
85717
|
*
|
|
85943
85718
|
* @remarks
|
|
85944
|
-
* [Api set:
|
|
85945
|
-
* @beta
|
|
85719
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
85946
85720
|
*/
|
|
85947
85721
|
width?: number;
|
|
85948
85722
|
}
|
|
@@ -86291,56 +86065,49 @@ declare namespace Excel {
|
|
|
86291
86065
|
* Specifies the brightness of the image. The value for this property must be a number from 0.0 (dimmest) to 1.0 (brightest).
|
|
86292
86066
|
*
|
|
86293
86067
|
* @remarks
|
|
86294
|
-
* [Api set:
|
|
86295
|
-
* @beta
|
|
86068
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
86296
86069
|
*/
|
|
86297
86070
|
brightness?: number;
|
|
86298
86071
|
/**
|
|
86299
86072
|
* Specifies the type of color transformation applied to the image.
|
|
86300
86073
|
*
|
|
86301
86074
|
* @remarks
|
|
86302
|
-
* [Api set:
|
|
86303
|
-
* @beta
|
|
86075
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
86304
86076
|
*/
|
|
86305
86077
|
colorType?: Excel.PictureColorType | "Mixed" | "Automatic" | "GrayScale" | "BlackAndWhite" | "Watermark";
|
|
86306
86078
|
/**
|
|
86307
86079
|
* Specifies the contrast of the image. The value for this property must be a number from 0.0 (the least contrast) to 1.0 (the greatest contrast).
|
|
86308
86080
|
*
|
|
86309
86081
|
* @remarks
|
|
86310
|
-
* [Api set:
|
|
86311
|
-
* @beta
|
|
86082
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
86312
86083
|
*/
|
|
86313
86084
|
contrast?: number;
|
|
86314
86085
|
/**
|
|
86315
86086
|
* Specifies the number of points that are cropped off the bottom of the image.
|
|
86316
86087
|
*
|
|
86317
86088
|
* @remarks
|
|
86318
|
-
* [Api set:
|
|
86319
|
-
* @beta
|
|
86089
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
86320
86090
|
*/
|
|
86321
86091
|
cropBottom?: number;
|
|
86322
86092
|
/**
|
|
86323
86093
|
* Specifies the number of points that are cropped off the left side of the image.
|
|
86324
86094
|
*
|
|
86325
86095
|
* @remarks
|
|
86326
|
-
* [Api set:
|
|
86327
|
-
* @beta
|
|
86096
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
86328
86097
|
*/
|
|
86329
86098
|
cropLeft?: number;
|
|
86330
86099
|
/**
|
|
86331
86100
|
* Specifies the number of points that are cropped off the right side of the image.
|
|
86332
86101
|
*
|
|
86333
86102
|
* @remarks
|
|
86334
|
-
* [Api set:
|
|
86335
|
-
* @beta
|
|
86103
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
86336
86104
|
*/
|
|
86337
86105
|
cropRight?: number;
|
|
86338
86106
|
/**
|
|
86339
86107
|
* Specifies the number of points that are cropped off the top of the image.
|
|
86340
86108
|
*
|
|
86341
86109
|
* @remarks
|
|
86342
|
-
* [Api set:
|
|
86343
|
-
* @beta
|
|
86110
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
86344
86111
|
*/
|
|
86345
86112
|
cropTop?: number;
|
|
86346
86113
|
/**
|
|
@@ -87036,32 +86803,28 @@ declare namespace Excel {
|
|
|
87036
86803
|
* Specifies the active cell in the window.
|
|
87037
86804
|
*
|
|
87038
86805
|
* @remarks
|
|
87039
|
-
* [Api set:
|
|
87040
|
-
* @beta
|
|
86806
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87041
86807
|
*/
|
|
87042
86808
|
activeCell?: Excel.Interfaces.RangeData;
|
|
87043
86809
|
/**
|
|
87044
86810
|
* Specifies the active pane in the window.
|
|
87045
86811
|
*
|
|
87046
86812
|
* @remarks
|
|
87047
|
-
* [Api set:
|
|
87048
|
-
* @beta
|
|
86813
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87049
86814
|
*/
|
|
87050
86815
|
activePane?: Excel.Interfaces.PaneData;
|
|
87051
86816
|
/**
|
|
87052
86817
|
* Specifies the active sheet in the window.
|
|
87053
86818
|
*
|
|
87054
86819
|
* @remarks
|
|
87055
|
-
* [Api set:
|
|
87056
|
-
* @beta
|
|
86820
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87057
86821
|
*/
|
|
87058
86822
|
activeWorksheet?: Excel.Interfaces.WorksheetData;
|
|
87059
86823
|
/**
|
|
87060
|
-
* Gets
|
|
86824
|
+
* Gets a collection of panes associated with the window.
|
|
87061
86825
|
*
|
|
87062
86826
|
* @remarks
|
|
87063
|
-
* [Api set:
|
|
87064
|
-
* @beta
|
|
86827
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87065
86828
|
*/
|
|
87066
86829
|
panes?: Excel.Interfaces.PaneData[];
|
|
87067
86830
|
/**
|
|
@@ -87076,296 +86839,259 @@ declare namespace Excel {
|
|
|
87076
86839
|
* Gets the visible range of the window.
|
|
87077
86840
|
*
|
|
87078
86841
|
* @remarks
|
|
87079
|
-
* [Api set:
|
|
87080
|
-
* @beta
|
|
86842
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87081
86843
|
*/
|
|
87082
86844
|
visibleRange?: Excel.Interfaces.RangeData;
|
|
87083
86845
|
/**
|
|
87084
86846
|
* Specifies whether AutoFilter date grouping is enabled in the window.
|
|
87085
86847
|
*
|
|
87086
86848
|
* @remarks
|
|
87087
|
-
* [Api set:
|
|
87088
|
-
* @beta
|
|
86849
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87089
86850
|
*/
|
|
87090
86851
|
autoFilterDateGroupingEnabled?: boolean;
|
|
87091
86852
|
/**
|
|
87092
|
-
* Specifies
|
|
86853
|
+
* Specifies whether resizing is enabled for the window.
|
|
87093
86854
|
*
|
|
87094
86855
|
* @remarks
|
|
87095
|
-
* [Api set:
|
|
87096
|
-
* @beta
|
|
86856
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87097
86857
|
*/
|
|
87098
86858
|
enableResize?: boolean;
|
|
87099
86859
|
/**
|
|
87100
|
-
* Specifies
|
|
86860
|
+
* Specifies whether panes are frozen in the window.
|
|
87101
86861
|
*
|
|
87102
86862
|
* @remarks
|
|
87103
|
-
* [Api set:
|
|
87104
|
-
* @beta
|
|
86863
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87105
86864
|
*/
|
|
87106
86865
|
freezePanes?: boolean;
|
|
87107
86866
|
/**
|
|
87108
86867
|
* Specifies the height of the window.
|
|
87109
86868
|
*
|
|
87110
86869
|
* @remarks
|
|
87111
|
-
* [Api set:
|
|
87112
|
-
* @beta
|
|
86870
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87113
86871
|
*/
|
|
87114
86872
|
height?: number;
|
|
87115
86873
|
/**
|
|
87116
86874
|
* Gets the index of the window.
|
|
87117
86875
|
*
|
|
87118
86876
|
* @remarks
|
|
87119
|
-
* [Api set:
|
|
87120
|
-
* @beta
|
|
86877
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87121
86878
|
*/
|
|
87122
86879
|
index?: number;
|
|
87123
86880
|
/**
|
|
87124
|
-
* Specifies the
|
|
86881
|
+
* Specifies whether the window is visible.
|
|
87125
86882
|
*
|
|
87126
86883
|
* @remarks
|
|
87127
|
-
* [Api set:
|
|
87128
|
-
* @beta
|
|
86884
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87129
86885
|
*/
|
|
87130
86886
|
isVisible?: boolean;
|
|
87131
86887
|
/**
|
|
87132
|
-
* Specifies the left
|
|
86888
|
+
* Specifies the distance, in points, from the left edge of the computer screen to the left edge of the window.
|
|
87133
86889
|
*
|
|
87134
86890
|
* @remarks
|
|
87135
|
-
* [Api set:
|
|
87136
|
-
* @beta
|
|
86891
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87137
86892
|
*/
|
|
87138
86893
|
left?: number;
|
|
87139
86894
|
/**
|
|
87140
86895
|
* Specifies the name of the window.
|
|
87141
86896
|
*
|
|
87142
86897
|
* @remarks
|
|
87143
|
-
* [Api set:
|
|
87144
|
-
* @beta
|
|
86898
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87145
86899
|
*/
|
|
87146
86900
|
name?: string;
|
|
87147
86901
|
/**
|
|
87148
86902
|
* Specifies the scroll column of the window.
|
|
87149
86903
|
*
|
|
87150
86904
|
* @remarks
|
|
87151
|
-
* [Api set:
|
|
87152
|
-
* @beta
|
|
86905
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87153
86906
|
*/
|
|
87154
86907
|
scrollColumn?: number;
|
|
87155
86908
|
/**
|
|
87156
86909
|
* Specifies the scroll row of the window.
|
|
87157
86910
|
*
|
|
87158
86911
|
* @remarks
|
|
87159
|
-
* [Api set:
|
|
87160
|
-
* @beta
|
|
86912
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87161
86913
|
*/
|
|
87162
86914
|
scrollRow?: number;
|
|
87163
86915
|
/**
|
|
87164
|
-
* Specifies
|
|
86916
|
+
* Specifies whether formulas are shown in the window.
|
|
87165
86917
|
*
|
|
87166
86918
|
* @remarks
|
|
87167
|
-
* [Api set:
|
|
87168
|
-
* @beta
|
|
86919
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87169
86920
|
*/
|
|
87170
86921
|
showFormulas?: boolean;
|
|
87171
86922
|
/**
|
|
87172
|
-
* Specifies
|
|
86923
|
+
* Specifies whether gridlines are shown in the window.
|
|
87173
86924
|
*
|
|
87174
86925
|
* @remarks
|
|
87175
|
-
* [Api set:
|
|
87176
|
-
* @beta
|
|
86926
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87177
86927
|
*/
|
|
87178
86928
|
showGridlines?: boolean;
|
|
87179
86929
|
/**
|
|
87180
|
-
* Specifies
|
|
86930
|
+
* Specifies whether headings are shown in the window.
|
|
87181
86931
|
*
|
|
87182
86932
|
* @remarks
|
|
87183
|
-
* [Api set:
|
|
87184
|
-
* @beta
|
|
86933
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87185
86934
|
*/
|
|
87186
86935
|
showHeadings?: boolean;
|
|
87187
86936
|
/**
|
|
87188
|
-
* Specifies
|
|
86937
|
+
* Specifies whether the horizontal scroll bar is shown in the window.
|
|
87189
86938
|
*
|
|
87190
86939
|
* @remarks
|
|
87191
|
-
* [Api set:
|
|
87192
|
-
* @beta
|
|
86940
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87193
86941
|
*/
|
|
87194
86942
|
showHorizontalScrollBar?: boolean;
|
|
87195
86943
|
/**
|
|
87196
|
-
* Specifies
|
|
86944
|
+
* Specifies whether outline is shown in the window.
|
|
87197
86945
|
*
|
|
87198
86946
|
* @remarks
|
|
87199
|
-
* [Api set:
|
|
87200
|
-
* @beta
|
|
86947
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87201
86948
|
*/
|
|
87202
86949
|
showOutline?: boolean;
|
|
87203
86950
|
/**
|
|
87204
|
-
*
|
|
86951
|
+
* Gets the right-to-left layout value of the window. True means that the window is using right-to-left layout, false means that the window is using left-to-right layout.
|
|
87205
86952
|
*
|
|
87206
86953
|
* @remarks
|
|
87207
|
-
* [Api set:
|
|
87208
|
-
* @beta
|
|
86954
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87209
86955
|
*/
|
|
87210
86956
|
showRightToLeft?: boolean;
|
|
87211
86957
|
/**
|
|
87212
|
-
* Specifies the
|
|
86958
|
+
* Specifies whether the ruler is shown in the window.
|
|
87213
86959
|
*
|
|
87214
86960
|
* @remarks
|
|
87215
|
-
* [Api set:
|
|
87216
|
-
* @beta
|
|
86961
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87217
86962
|
*/
|
|
87218
86963
|
showRuler?: boolean;
|
|
87219
86964
|
/**
|
|
87220
|
-
* Specifies
|
|
86965
|
+
* Specifies whether the vertical scroll bar is shown in the window.
|
|
87221
86966
|
*
|
|
87222
86967
|
* @remarks
|
|
87223
|
-
* [Api set:
|
|
87224
|
-
* @beta
|
|
86968
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87225
86969
|
*/
|
|
87226
86970
|
showVerticalScrollBar?: boolean;
|
|
87227
86971
|
/**
|
|
87228
|
-
* Specifies
|
|
86972
|
+
* Specifies whether whitespace is shown in the window.
|
|
87229
86973
|
*
|
|
87230
86974
|
* @remarks
|
|
87231
|
-
* [Api set:
|
|
87232
|
-
* @beta
|
|
86975
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87233
86976
|
*/
|
|
87234
86977
|
showWhitespace?: boolean;
|
|
87235
86978
|
/**
|
|
87236
|
-
* Specifies
|
|
86979
|
+
* Specifies whether workbook tabs are shown in the window.
|
|
87237
86980
|
*
|
|
87238
86981
|
* @remarks
|
|
87239
|
-
* [Api set:
|
|
87240
|
-
* @beta
|
|
86982
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87241
86983
|
*/
|
|
87242
86984
|
showWorkbookTabs?: boolean;
|
|
87243
86985
|
/**
|
|
87244
|
-
* Specifies
|
|
86986
|
+
* Specifies whether zeroes are shown in the window.
|
|
87245
86987
|
*
|
|
87246
86988
|
* @remarks
|
|
87247
|
-
* [Api set:
|
|
87248
|
-
* @beta
|
|
86989
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87249
86990
|
*/
|
|
87250
86991
|
showZeros?: boolean;
|
|
87251
86992
|
/**
|
|
87252
86993
|
* Specifies the split state of the window.
|
|
87253
86994
|
*
|
|
87254
86995
|
* @remarks
|
|
87255
|
-
* [Api set:
|
|
87256
|
-
* @beta
|
|
86996
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87257
86997
|
*/
|
|
87258
86998
|
split?: boolean;
|
|
87259
86999
|
/**
|
|
87260
87000
|
* Specifies the split column of the window.
|
|
87261
87001
|
*
|
|
87262
87002
|
* @remarks
|
|
87263
|
-
* [Api set:
|
|
87264
|
-
* @beta
|
|
87003
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87265
87004
|
*/
|
|
87266
87005
|
splitColumn?: number;
|
|
87267
87006
|
/**
|
|
87268
87007
|
* Specifies the horizontal split of the window.
|
|
87269
87008
|
*
|
|
87270
87009
|
* @remarks
|
|
87271
|
-
* [Api set:
|
|
87272
|
-
* @beta
|
|
87010
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87273
87011
|
*/
|
|
87274
87012
|
splitHorizontal?: number;
|
|
87275
87013
|
/**
|
|
87276
87014
|
* Specifies the split row of the window.
|
|
87277
87015
|
*
|
|
87278
87016
|
* @remarks
|
|
87279
|
-
* [Api set:
|
|
87280
|
-
* @beta
|
|
87017
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87281
87018
|
*/
|
|
87282
87019
|
splitRow?: number;
|
|
87283
87020
|
/**
|
|
87284
87021
|
* Specifies the vertical split of the window.
|
|
87285
87022
|
*
|
|
87286
87023
|
* @remarks
|
|
87287
|
-
* [Api set:
|
|
87288
|
-
* @beta
|
|
87024
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87289
87025
|
*/
|
|
87290
87026
|
splitVertical?: number;
|
|
87291
87027
|
/**
|
|
87292
87028
|
* Specifies the tab ratio of the window.
|
|
87293
87029
|
*
|
|
87294
87030
|
* @remarks
|
|
87295
|
-
* [Api set:
|
|
87296
|
-
* @beta
|
|
87031
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87297
87032
|
*/
|
|
87298
87033
|
tabRatio?: number;
|
|
87299
87034
|
/**
|
|
87300
|
-
* Specifies the top
|
|
87035
|
+
* Specifies the distance, in points, from the top edge of the window to the top edge of the usable area (below the menus, any toolbars docked at the top, and the formula bar).
|
|
87301
87036
|
*
|
|
87302
87037
|
* @remarks
|
|
87303
|
-
* [Api set:
|
|
87304
|
-
* @beta
|
|
87038
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87305
87039
|
*/
|
|
87306
87040
|
top?: number;
|
|
87307
87041
|
/**
|
|
87308
87042
|
* Specifies the type of the window.
|
|
87309
87043
|
*
|
|
87310
87044
|
* @remarks
|
|
87311
|
-
* [Api set:
|
|
87312
|
-
* @beta
|
|
87045
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87313
87046
|
*/
|
|
87314
87047
|
type?: Excel.WindowType | "chartAsWindow" | "chartInPlace" | "clipboard" | "workbook";
|
|
87315
87048
|
/**
|
|
87316
87049
|
* Specifies the usable height of the window.
|
|
87317
87050
|
*
|
|
87318
87051
|
* @remarks
|
|
87319
|
-
* [Api set:
|
|
87320
|
-
* @beta
|
|
87052
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87321
87053
|
*/
|
|
87322
87054
|
usableHeight?: number;
|
|
87323
87055
|
/**
|
|
87324
87056
|
* Specifies the usable width of the window.
|
|
87325
87057
|
*
|
|
87326
87058
|
* @remarks
|
|
87327
|
-
* [Api set:
|
|
87328
|
-
* @beta
|
|
87059
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87329
87060
|
*/
|
|
87330
87061
|
usableWidth?: number;
|
|
87331
87062
|
/**
|
|
87332
87063
|
* Specifies the view of the window.
|
|
87333
87064
|
*
|
|
87334
87065
|
* @remarks
|
|
87335
|
-
* [Api set:
|
|
87336
|
-
* @beta
|
|
87066
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87337
87067
|
*/
|
|
87338
87068
|
view?: Excel.WindowView | "normalView" | "pageBreakPreview" | "pageLayoutView";
|
|
87339
87069
|
/**
|
|
87340
|
-
*
|
|
87070
|
+
* Specifies the display width of the window.
|
|
87341
87071
|
*
|
|
87342
87072
|
* @remarks
|
|
87343
|
-
* [Api set:
|
|
87344
|
-
* @beta
|
|
87073
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87345
87074
|
*/
|
|
87346
87075
|
width?: number;
|
|
87347
87076
|
/**
|
|
87348
87077
|
* Specifies the window number.
|
|
87349
87078
|
*
|
|
87350
87079
|
* @remarks
|
|
87351
|
-
* [Api set:
|
|
87352
|
-
* @beta
|
|
87080
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87353
87081
|
*/
|
|
87354
87082
|
windowNumber?: number;
|
|
87355
87083
|
/**
|
|
87356
|
-
*
|
|
87084
|
+
* Specifies the window state.
|
|
87357
87085
|
*
|
|
87358
87086
|
* @remarks
|
|
87359
|
-
* [Api set:
|
|
87360
|
-
* @beta
|
|
87087
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87361
87088
|
*/
|
|
87362
87089
|
windowState?: Excel.WindowState | "maximized" | "minimized" | "normal";
|
|
87363
87090
|
/**
|
|
87364
87091
|
* Specifies an integer value that represents the display size of the window. It can be set to a percentage between 10 and 400.
|
|
87365
87092
|
*
|
|
87366
87093
|
* @remarks
|
|
87367
|
-
* [Api set:
|
|
87368
|
-
* @beta
|
|
87094
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87369
87095
|
*/
|
|
87370
87096
|
zoom?: number;
|
|
87371
87097
|
}
|
|
@@ -87379,8 +87105,7 @@ declare namespace Excel {
|
|
|
87379
87105
|
* Returns index of the pane.
|
|
87380
87106
|
*
|
|
87381
87107
|
* @remarks
|
|
87382
|
-
* [Api set:
|
|
87383
|
-
* @beta
|
|
87108
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
87384
87109
|
*/
|
|
87385
87110
|
index?: number;
|
|
87386
87111
|
}
|
|
@@ -88097,8 +87822,7 @@ declare namespace Excel {
|
|
|
88097
87822
|
* Returns a `window` object that represents the active window (the window on top).
|
|
88098
87823
|
*
|
|
88099
87824
|
* @remarks
|
|
88100
|
-
* [Api set:
|
|
88101
|
-
* @beta
|
|
87825
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
88102
87826
|
*/
|
|
88103
87827
|
activeWindow?: Excel.Interfaces.WindowLoadOptions;
|
|
88104
87828
|
/**
|
|
@@ -88774,8 +88498,7 @@ declare namespace Excel {
|
|
|
88774
88498
|
* Specifies the array formula of a range. If the specified range doesn't contain an array formula, this property returns `null`.
|
|
88775
88499
|
*
|
|
88776
88500
|
* @remarks
|
|
88777
|
-
* [Api set:
|
|
88778
|
-
* @beta
|
|
88501
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
88779
88502
|
*/
|
|
88780
88503
|
formulaArray?: boolean;
|
|
88781
88504
|
/**
|
|
@@ -97001,8 +96724,7 @@ declare namespace Excel {
|
|
|
97001
96724
|
* Specifies whether Excel aligns the header and the footer with the margins set in the page setup options.
|
|
97002
96725
|
*
|
|
97003
96726
|
* @remarks
|
|
97004
|
-
* [Api set:
|
|
97005
|
-
* @beta
|
|
96727
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
97006
96728
|
*/
|
|
97007
96729
|
alignMarginsHeaderFooter?: boolean;
|
|
97008
96730
|
/**
|
|
@@ -97123,8 +96845,7 @@ declare namespace Excel {
|
|
|
97123
96845
|
Some printers may not support vertical print quality and the supported values may vary by printer.
|
|
97124
96846
|
*
|
|
97125
96847
|
* @remarks
|
|
97126
|
-
* [Api set:
|
|
97127
|
-
* @beta
|
|
96848
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
97128
96849
|
*/
|
|
97129
96850
|
printQuality?: boolean;
|
|
97130
96851
|
/**
|
|
@@ -97163,48 +96884,42 @@ declare namespace Excel {
|
|
|
97163
96884
|
* Gets a `HeaderFooterPicture` object that represents the picture for the center section of the footer.
|
|
97164
96885
|
*
|
|
97165
96886
|
* @remarks
|
|
97166
|
-
* [Api set:
|
|
97167
|
-
* @beta
|
|
96887
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
97168
96888
|
*/
|
|
97169
96889
|
centerFooterPicture?: Excel.Interfaces.HeaderFooterPictureLoadOptions;
|
|
97170
96890
|
/**
|
|
97171
96891
|
* Gets a `HeaderFooterPicture` object that represents the picture for the center section of the header.
|
|
97172
96892
|
*
|
|
97173
96893
|
* @remarks
|
|
97174
|
-
* [Api set:
|
|
97175
|
-
* @beta
|
|
96894
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
97176
96895
|
*/
|
|
97177
96896
|
centerHeaderPicture?: Excel.Interfaces.HeaderFooterPictureLoadOptions;
|
|
97178
96897
|
/**
|
|
97179
96898
|
* Gets a `HeaderFooterPicture` object that represents the picture for the left section of the footer.
|
|
97180
96899
|
*
|
|
97181
96900
|
* @remarks
|
|
97182
|
-
* [Api set:
|
|
97183
|
-
* @beta
|
|
96901
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
97184
96902
|
*/
|
|
97185
96903
|
leftFooterPicture?: Excel.Interfaces.HeaderFooterPictureLoadOptions;
|
|
97186
96904
|
/**
|
|
97187
96905
|
* Gets a `HeaderFooterPicture` object that represents the picture for the left section of the header.
|
|
97188
96906
|
*
|
|
97189
96907
|
* @remarks
|
|
97190
|
-
* [Api set:
|
|
97191
|
-
* @beta
|
|
96908
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
97192
96909
|
*/
|
|
97193
96910
|
leftHeaderPicture?: Excel.Interfaces.HeaderFooterPictureLoadOptions;
|
|
97194
96911
|
/**
|
|
97195
96912
|
* Gets a `HeaderFooterPicture` object that represents the picture for the right section of the footer.
|
|
97196
96913
|
*
|
|
97197
96914
|
* @remarks
|
|
97198
|
-
* [Api set:
|
|
97199
|
-
* @beta
|
|
96915
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
97200
96916
|
*/
|
|
97201
96917
|
rightFooterPicture?: Excel.Interfaces.HeaderFooterPictureLoadOptions;
|
|
97202
96918
|
/**
|
|
97203
96919
|
* Gets a `HeaderFooterPicture` object that represents the picture for the right section of the header.
|
|
97204
96920
|
*
|
|
97205
96921
|
* @remarks
|
|
97206
|
-
* [Api set:
|
|
97207
|
-
* @beta
|
|
96922
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
97208
96923
|
*/
|
|
97209
96924
|
rightHeaderPicture?: Excel.Interfaces.HeaderFooterPictureLoadOptions;
|
|
97210
96925
|
/**
|
|
@@ -97319,8 +97034,7 @@ declare namespace Excel {
|
|
|
97319
97034
|
* Represents a picture in the header or footer of a worksheet.
|
|
97320
97035
|
*
|
|
97321
97036
|
* @remarks
|
|
97322
|
-
* [Api set:
|
|
97323
|
-
* @beta
|
|
97037
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
97324
97038
|
*/
|
|
97325
97039
|
interface HeaderFooterPictureLoadOptions {
|
|
97326
97040
|
/**
|
|
@@ -97331,88 +97045,77 @@ declare namespace Excel {
|
|
|
97331
97045
|
* Specifies the brightness of the picture. The value for this property must be a number from 0.0 (dimmest) to 1.0 (brightest).
|
|
97332
97046
|
*
|
|
97333
97047
|
* @remarks
|
|
97334
|
-
* [Api set:
|
|
97335
|
-
* @beta
|
|
97048
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
97336
97049
|
*/
|
|
97337
97050
|
brightness?: boolean;
|
|
97338
97051
|
/**
|
|
97339
97052
|
* Specifies the type of color transformation of the picture.
|
|
97340
97053
|
*
|
|
97341
97054
|
* @remarks
|
|
97342
|
-
* [Api set:
|
|
97343
|
-
* @beta
|
|
97055
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
97344
97056
|
*/
|
|
97345
97057
|
colorType?: boolean;
|
|
97346
97058
|
/**
|
|
97347
97059
|
* Specifies the contrast of the picture. The value for this property must be a number from 0.0 (least contrast) to 1.0 (most contrast).
|
|
97348
97060
|
*
|
|
97349
97061
|
* @remarks
|
|
97350
|
-
* [Api set:
|
|
97351
|
-
* @beta
|
|
97062
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
97352
97063
|
*/
|
|
97353
97064
|
contrast?: boolean;
|
|
97354
97065
|
/**
|
|
97355
97066
|
* Specifies the number of points that are cropped off the bottom of the picture.
|
|
97356
97067
|
*
|
|
97357
97068
|
* @remarks
|
|
97358
|
-
* [Api set:
|
|
97359
|
-
* @beta
|
|
97069
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
97360
97070
|
*/
|
|
97361
97071
|
cropBottom?: boolean;
|
|
97362
97072
|
/**
|
|
97363
97073
|
* Specifies the number of points that are cropped off the left side of the picture.
|
|
97364
97074
|
*
|
|
97365
97075
|
* @remarks
|
|
97366
|
-
* [Api set:
|
|
97367
|
-
* @beta
|
|
97076
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
97368
97077
|
*/
|
|
97369
97078
|
cropLeft?: boolean;
|
|
97370
97079
|
/**
|
|
97371
97080
|
* Specifies the number of points that are cropped off the right side of the picture.
|
|
97372
97081
|
*
|
|
97373
97082
|
* @remarks
|
|
97374
|
-
* [Api set:
|
|
97375
|
-
* @beta
|
|
97083
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
97376
97084
|
*/
|
|
97377
97085
|
cropRight?: boolean;
|
|
97378
97086
|
/**
|
|
97379
97087
|
* Specifies the number of points that are cropped off the top of the picture.
|
|
97380
97088
|
*
|
|
97381
97089
|
* @remarks
|
|
97382
|
-
* [Api set:
|
|
97383
|
-
* @beta
|
|
97090
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
97384
97091
|
*/
|
|
97385
97092
|
cropTop?: boolean;
|
|
97386
97093
|
/**
|
|
97387
97094
|
* Specifies the URL (on the intranet or the web) or path (local or network) to the location where the source object is saved.
|
|
97388
97095
|
*
|
|
97389
97096
|
* @remarks
|
|
97390
|
-
* [Api set:
|
|
97391
|
-
* @beta
|
|
97097
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
97392
97098
|
*/
|
|
97393
97099
|
filename?: boolean;
|
|
97394
97100
|
/**
|
|
97395
97101
|
* Specifies the height of the picture in points.
|
|
97396
97102
|
*
|
|
97397
97103
|
* @remarks
|
|
97398
|
-
* [Api set:
|
|
97399
|
-
* @beta
|
|
97104
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
97400
97105
|
*/
|
|
97401
97106
|
height?: boolean;
|
|
97402
97107
|
/**
|
|
97403
97108
|
* Specifies a value that indicates whether the picture retains its original proportions when resized. `true` if it retains its proportions; otherwise, `false`.
|
|
97404
97109
|
*
|
|
97405
97110
|
* @remarks
|
|
97406
|
-
* [Api set:
|
|
97407
|
-
* @beta
|
|
97111
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
97408
97112
|
*/
|
|
97409
97113
|
lockAspectRatio?: boolean;
|
|
97410
97114
|
/**
|
|
97411
97115
|
* Specifies the width of the picture in points.
|
|
97412
97116
|
*
|
|
97413
97117
|
* @remarks
|
|
97414
|
-
* [Api set:
|
|
97415
|
-
* @beta
|
|
97118
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
97416
97119
|
*/
|
|
97417
97120
|
width?: boolean;
|
|
97418
97121
|
}
|
|
@@ -97548,8 +97251,7 @@ declare namespace Excel {
|
|
|
97548
97251
|
* For EACH ITEM in the collection: Specifies the array formula of a range. If the specified range doesn't contain an array formula, this property returns `null`.
|
|
97549
97252
|
*
|
|
97550
97253
|
* @remarks
|
|
97551
|
-
* [Api set:
|
|
97552
|
-
* @beta
|
|
97254
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
97553
97255
|
*/
|
|
97554
97256
|
formulaArray?: boolean;
|
|
97555
97257
|
/**
|
|
@@ -98581,56 +98283,49 @@ declare namespace Excel {
|
|
|
98581
98283
|
* Specifies the brightness of the image. The value for this property must be a number from 0.0 (dimmest) to 1.0 (brightest).
|
|
98582
98284
|
*
|
|
98583
98285
|
* @remarks
|
|
98584
|
-
* [Api set:
|
|
98585
|
-
* @beta
|
|
98286
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
98586
98287
|
*/
|
|
98587
98288
|
brightness?: boolean;
|
|
98588
98289
|
/**
|
|
98589
98290
|
* Specifies the type of color transformation applied to the image.
|
|
98590
98291
|
*
|
|
98591
98292
|
* @remarks
|
|
98592
|
-
* [Api set:
|
|
98593
|
-
* @beta
|
|
98293
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
98594
98294
|
*/
|
|
98595
98295
|
colorType?: boolean;
|
|
98596
98296
|
/**
|
|
98597
98297
|
* Specifies the contrast of the image. The value for this property must be a number from 0.0 (the least contrast) to 1.0 (the greatest contrast).
|
|
98598
98298
|
*
|
|
98599
98299
|
* @remarks
|
|
98600
|
-
* [Api set:
|
|
98601
|
-
* @beta
|
|
98300
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
98602
98301
|
*/
|
|
98603
98302
|
contrast?: boolean;
|
|
98604
98303
|
/**
|
|
98605
98304
|
* Specifies the number of points that are cropped off the bottom of the image.
|
|
98606
98305
|
*
|
|
98607
98306
|
* @remarks
|
|
98608
|
-
* [Api set:
|
|
98609
|
-
* @beta
|
|
98307
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
98610
98308
|
*/
|
|
98611
98309
|
cropBottom?: boolean;
|
|
98612
98310
|
/**
|
|
98613
98311
|
* Specifies the number of points that are cropped off the left side of the image.
|
|
98614
98312
|
*
|
|
98615
98313
|
* @remarks
|
|
98616
|
-
* [Api set:
|
|
98617
|
-
* @beta
|
|
98314
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
98618
98315
|
*/
|
|
98619
98316
|
cropLeft?: boolean;
|
|
98620
98317
|
/**
|
|
98621
98318
|
* Specifies the number of points that are cropped off the right side of the image.
|
|
98622
98319
|
*
|
|
98623
98320
|
* @remarks
|
|
98624
|
-
* [Api set:
|
|
98625
|
-
* @beta
|
|
98321
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
98626
98322
|
*/
|
|
98627
98323
|
cropRight?: boolean;
|
|
98628
98324
|
/**
|
|
98629
98325
|
* Specifies the number of points that are cropped off the top of the image.
|
|
98630
98326
|
*
|
|
98631
98327
|
* @remarks
|
|
98632
|
-
* [Api set:
|
|
98633
|
-
* @beta
|
|
98328
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
98634
98329
|
*/
|
|
98635
98330
|
cropTop?: boolean;
|
|
98636
98331
|
/**
|
|
@@ -99922,8 +99617,7 @@ declare namespace Excel {
|
|
|
99922
99617
|
* Represents a window in the workbook.
|
|
99923
99618
|
*
|
|
99924
99619
|
* @remarks
|
|
99925
|
-
* [Api set:
|
|
99926
|
-
* @beta
|
|
99620
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
99927
99621
|
*/
|
|
99928
99622
|
interface WindowLoadOptions {
|
|
99929
99623
|
/**
|
|
@@ -99934,24 +99628,21 @@ declare namespace Excel {
|
|
|
99934
99628
|
* Specifies the active cell in the window.
|
|
99935
99629
|
*
|
|
99936
99630
|
* @remarks
|
|
99937
|
-
* [Api set:
|
|
99938
|
-
* @beta
|
|
99631
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
99939
99632
|
*/
|
|
99940
99633
|
activeCell?: Excel.Interfaces.RangeLoadOptions;
|
|
99941
99634
|
/**
|
|
99942
99635
|
* Specifies the active pane in the window.
|
|
99943
99636
|
*
|
|
99944
99637
|
* @remarks
|
|
99945
|
-
* [Api set:
|
|
99946
|
-
* @beta
|
|
99638
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
99947
99639
|
*/
|
|
99948
99640
|
activePane?: Excel.Interfaces.PaneLoadOptions;
|
|
99949
99641
|
/**
|
|
99950
99642
|
* Specifies the active sheet in the window.
|
|
99951
99643
|
*
|
|
99952
99644
|
* @remarks
|
|
99953
|
-
* [Api set:
|
|
99954
|
-
* @beta
|
|
99645
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
99955
99646
|
*/
|
|
99956
99647
|
activeWorksheet?: Excel.Interfaces.WorksheetLoadOptions;
|
|
99957
99648
|
/**
|
|
@@ -99966,305 +99657,267 @@ declare namespace Excel {
|
|
|
99966
99657
|
* Gets the visible range of the window.
|
|
99967
99658
|
*
|
|
99968
99659
|
* @remarks
|
|
99969
|
-
* [Api set:
|
|
99970
|
-
* @beta
|
|
99660
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
99971
99661
|
*/
|
|
99972
99662
|
visibleRange?: Excel.Interfaces.RangeLoadOptions;
|
|
99973
99663
|
/**
|
|
99974
99664
|
* Specifies whether AutoFilter date grouping is enabled in the window.
|
|
99975
99665
|
*
|
|
99976
99666
|
* @remarks
|
|
99977
|
-
* [Api set:
|
|
99978
|
-
* @beta
|
|
99667
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
99979
99668
|
*/
|
|
99980
99669
|
autoFilterDateGroupingEnabled?: boolean;
|
|
99981
99670
|
/**
|
|
99982
|
-
* Specifies
|
|
99671
|
+
* Specifies whether resizing is enabled for the window.
|
|
99983
99672
|
*
|
|
99984
99673
|
* @remarks
|
|
99985
|
-
* [Api set:
|
|
99986
|
-
* @beta
|
|
99674
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
99987
99675
|
*/
|
|
99988
99676
|
enableResize?: boolean;
|
|
99989
99677
|
/**
|
|
99990
|
-
* Specifies
|
|
99678
|
+
* Specifies whether panes are frozen in the window.
|
|
99991
99679
|
*
|
|
99992
99680
|
* @remarks
|
|
99993
|
-
* [Api set:
|
|
99994
|
-
* @beta
|
|
99681
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
99995
99682
|
*/
|
|
99996
99683
|
freezePanes?: boolean;
|
|
99997
99684
|
/**
|
|
99998
99685
|
* Specifies the height of the window.
|
|
99999
99686
|
*
|
|
100000
99687
|
* @remarks
|
|
100001
|
-
* [Api set:
|
|
100002
|
-
* @beta
|
|
99688
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100003
99689
|
*/
|
|
100004
99690
|
height?: boolean;
|
|
100005
99691
|
/**
|
|
100006
99692
|
* Gets the index of the window.
|
|
100007
99693
|
*
|
|
100008
99694
|
* @remarks
|
|
100009
|
-
* [Api set:
|
|
100010
|
-
* @beta
|
|
99695
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100011
99696
|
*/
|
|
100012
99697
|
index?: boolean;
|
|
100013
99698
|
/**
|
|
100014
|
-
* Specifies the
|
|
99699
|
+
* Specifies whether the window is visible.
|
|
100015
99700
|
*
|
|
100016
99701
|
* @remarks
|
|
100017
|
-
* [Api set:
|
|
100018
|
-
* @beta
|
|
99702
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100019
99703
|
*/
|
|
100020
99704
|
isVisible?: boolean;
|
|
100021
99705
|
/**
|
|
100022
|
-
* Specifies the left
|
|
99706
|
+
* Specifies the distance, in points, from the left edge of the computer screen to the left edge of the window.
|
|
100023
99707
|
*
|
|
100024
99708
|
* @remarks
|
|
100025
|
-
* [Api set:
|
|
100026
|
-
* @beta
|
|
99709
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100027
99710
|
*/
|
|
100028
99711
|
left?: boolean;
|
|
100029
99712
|
/**
|
|
100030
99713
|
* Specifies the name of the window.
|
|
100031
99714
|
*
|
|
100032
99715
|
* @remarks
|
|
100033
|
-
* [Api set:
|
|
100034
|
-
* @beta
|
|
99716
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100035
99717
|
*/
|
|
100036
99718
|
name?: boolean;
|
|
100037
99719
|
/**
|
|
100038
99720
|
* Specifies the scroll column of the window.
|
|
100039
99721
|
*
|
|
100040
99722
|
* @remarks
|
|
100041
|
-
* [Api set:
|
|
100042
|
-
* @beta
|
|
99723
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100043
99724
|
*/
|
|
100044
99725
|
scrollColumn?: boolean;
|
|
100045
99726
|
/**
|
|
100046
99727
|
* Specifies the scroll row of the window.
|
|
100047
99728
|
*
|
|
100048
99729
|
* @remarks
|
|
100049
|
-
* [Api set:
|
|
100050
|
-
* @beta
|
|
99730
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100051
99731
|
*/
|
|
100052
99732
|
scrollRow?: boolean;
|
|
100053
99733
|
/**
|
|
100054
|
-
* Specifies
|
|
99734
|
+
* Specifies whether formulas are shown in the window.
|
|
100055
99735
|
*
|
|
100056
99736
|
* @remarks
|
|
100057
|
-
* [Api set:
|
|
100058
|
-
* @beta
|
|
99737
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100059
99738
|
*/
|
|
100060
99739
|
showFormulas?: boolean;
|
|
100061
99740
|
/**
|
|
100062
|
-
* Specifies
|
|
99741
|
+
* Specifies whether gridlines are shown in the window.
|
|
100063
99742
|
*
|
|
100064
99743
|
* @remarks
|
|
100065
|
-
* [Api set:
|
|
100066
|
-
* @beta
|
|
99744
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100067
99745
|
*/
|
|
100068
99746
|
showGridlines?: boolean;
|
|
100069
99747
|
/**
|
|
100070
|
-
* Specifies
|
|
99748
|
+
* Specifies whether headings are shown in the window.
|
|
100071
99749
|
*
|
|
100072
99750
|
* @remarks
|
|
100073
|
-
* [Api set:
|
|
100074
|
-
* @beta
|
|
99751
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100075
99752
|
*/
|
|
100076
99753
|
showHeadings?: boolean;
|
|
100077
99754
|
/**
|
|
100078
|
-
* Specifies
|
|
99755
|
+
* Specifies whether the horizontal scroll bar is shown in the window.
|
|
100079
99756
|
*
|
|
100080
99757
|
* @remarks
|
|
100081
|
-
* [Api set:
|
|
100082
|
-
* @beta
|
|
99758
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100083
99759
|
*/
|
|
100084
99760
|
showHorizontalScrollBar?: boolean;
|
|
100085
99761
|
/**
|
|
100086
|
-
* Specifies
|
|
99762
|
+
* Specifies whether outline is shown in the window.
|
|
100087
99763
|
*
|
|
100088
99764
|
* @remarks
|
|
100089
|
-
* [Api set:
|
|
100090
|
-
* @beta
|
|
99765
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100091
99766
|
*/
|
|
100092
99767
|
showOutline?: boolean;
|
|
100093
99768
|
/**
|
|
100094
|
-
*
|
|
99769
|
+
* Gets the right-to-left layout value of the window. True means that the window is using right-to-left layout, false means that the window is using left-to-right layout.
|
|
100095
99770
|
*
|
|
100096
99771
|
* @remarks
|
|
100097
|
-
* [Api set:
|
|
100098
|
-
* @beta
|
|
99772
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100099
99773
|
*/
|
|
100100
99774
|
showRightToLeft?: boolean;
|
|
100101
99775
|
/**
|
|
100102
|
-
* Specifies the
|
|
99776
|
+
* Specifies whether the ruler is shown in the window.
|
|
100103
99777
|
*
|
|
100104
99778
|
* @remarks
|
|
100105
|
-
* [Api set:
|
|
100106
|
-
* @beta
|
|
99779
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100107
99780
|
*/
|
|
100108
99781
|
showRuler?: boolean;
|
|
100109
99782
|
/**
|
|
100110
|
-
* Specifies
|
|
99783
|
+
* Specifies whether the vertical scroll bar is shown in the window.
|
|
100111
99784
|
*
|
|
100112
99785
|
* @remarks
|
|
100113
|
-
* [Api set:
|
|
100114
|
-
* @beta
|
|
99786
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100115
99787
|
*/
|
|
100116
99788
|
showVerticalScrollBar?: boolean;
|
|
100117
99789
|
/**
|
|
100118
|
-
* Specifies
|
|
99790
|
+
* Specifies whether whitespace is shown in the window.
|
|
100119
99791
|
*
|
|
100120
99792
|
* @remarks
|
|
100121
|
-
* [Api set:
|
|
100122
|
-
* @beta
|
|
99793
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100123
99794
|
*/
|
|
100124
99795
|
showWhitespace?: boolean;
|
|
100125
99796
|
/**
|
|
100126
|
-
* Specifies
|
|
99797
|
+
* Specifies whether workbook tabs are shown in the window.
|
|
100127
99798
|
*
|
|
100128
99799
|
* @remarks
|
|
100129
|
-
* [Api set:
|
|
100130
|
-
* @beta
|
|
99800
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100131
99801
|
*/
|
|
100132
99802
|
showWorkbookTabs?: boolean;
|
|
100133
99803
|
/**
|
|
100134
|
-
* Specifies
|
|
99804
|
+
* Specifies whether zeroes are shown in the window.
|
|
100135
99805
|
*
|
|
100136
99806
|
* @remarks
|
|
100137
|
-
* [Api set:
|
|
100138
|
-
* @beta
|
|
99807
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100139
99808
|
*/
|
|
100140
99809
|
showZeros?: boolean;
|
|
100141
99810
|
/**
|
|
100142
99811
|
* Specifies the split state of the window.
|
|
100143
99812
|
*
|
|
100144
99813
|
* @remarks
|
|
100145
|
-
* [Api set:
|
|
100146
|
-
* @beta
|
|
99814
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100147
99815
|
*/
|
|
100148
99816
|
split?: boolean;
|
|
100149
99817
|
/**
|
|
100150
99818
|
* Specifies the split column of the window.
|
|
100151
99819
|
*
|
|
100152
99820
|
* @remarks
|
|
100153
|
-
* [Api set:
|
|
100154
|
-
* @beta
|
|
99821
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100155
99822
|
*/
|
|
100156
99823
|
splitColumn?: boolean;
|
|
100157
99824
|
/**
|
|
100158
99825
|
* Specifies the horizontal split of the window.
|
|
100159
99826
|
*
|
|
100160
99827
|
* @remarks
|
|
100161
|
-
* [Api set:
|
|
100162
|
-
* @beta
|
|
99828
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100163
99829
|
*/
|
|
100164
99830
|
splitHorizontal?: boolean;
|
|
100165
99831
|
/**
|
|
100166
99832
|
* Specifies the split row of the window.
|
|
100167
99833
|
*
|
|
100168
99834
|
* @remarks
|
|
100169
|
-
* [Api set:
|
|
100170
|
-
* @beta
|
|
99835
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100171
99836
|
*/
|
|
100172
99837
|
splitRow?: boolean;
|
|
100173
99838
|
/**
|
|
100174
99839
|
* Specifies the vertical split of the window.
|
|
100175
99840
|
*
|
|
100176
99841
|
* @remarks
|
|
100177
|
-
* [Api set:
|
|
100178
|
-
* @beta
|
|
99842
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100179
99843
|
*/
|
|
100180
99844
|
splitVertical?: boolean;
|
|
100181
99845
|
/**
|
|
100182
99846
|
* Specifies the tab ratio of the window.
|
|
100183
99847
|
*
|
|
100184
99848
|
* @remarks
|
|
100185
|
-
* [Api set:
|
|
100186
|
-
* @beta
|
|
99849
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100187
99850
|
*/
|
|
100188
99851
|
tabRatio?: boolean;
|
|
100189
99852
|
/**
|
|
100190
|
-
* Specifies the top
|
|
99853
|
+
* Specifies the distance, in points, from the top edge of the window to the top edge of the usable area (below the menus, any toolbars docked at the top, and the formula bar).
|
|
100191
99854
|
*
|
|
100192
99855
|
* @remarks
|
|
100193
|
-
* [Api set:
|
|
100194
|
-
* @beta
|
|
99856
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100195
99857
|
*/
|
|
100196
99858
|
top?: boolean;
|
|
100197
99859
|
/**
|
|
100198
99860
|
* Specifies the type of the window.
|
|
100199
99861
|
*
|
|
100200
99862
|
* @remarks
|
|
100201
|
-
* [Api set:
|
|
100202
|
-
* @beta
|
|
99863
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100203
99864
|
*/
|
|
100204
99865
|
type?: boolean;
|
|
100205
99866
|
/**
|
|
100206
99867
|
* Specifies the usable height of the window.
|
|
100207
99868
|
*
|
|
100208
99869
|
* @remarks
|
|
100209
|
-
* [Api set:
|
|
100210
|
-
* @beta
|
|
99870
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100211
99871
|
*/
|
|
100212
99872
|
usableHeight?: boolean;
|
|
100213
99873
|
/**
|
|
100214
99874
|
* Specifies the usable width of the window.
|
|
100215
99875
|
*
|
|
100216
99876
|
* @remarks
|
|
100217
|
-
* [Api set:
|
|
100218
|
-
* @beta
|
|
99877
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100219
99878
|
*/
|
|
100220
99879
|
usableWidth?: boolean;
|
|
100221
99880
|
/**
|
|
100222
99881
|
* Specifies the view of the window.
|
|
100223
99882
|
*
|
|
100224
99883
|
* @remarks
|
|
100225
|
-
* [Api set:
|
|
100226
|
-
* @beta
|
|
99884
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100227
99885
|
*/
|
|
100228
99886
|
view?: boolean;
|
|
100229
99887
|
/**
|
|
100230
|
-
*
|
|
99888
|
+
* Specifies the display width of the window.
|
|
100231
99889
|
*
|
|
100232
99890
|
* @remarks
|
|
100233
|
-
* [Api set:
|
|
100234
|
-
* @beta
|
|
99891
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100235
99892
|
*/
|
|
100236
99893
|
width?: boolean;
|
|
100237
99894
|
/**
|
|
100238
99895
|
* Specifies the window number.
|
|
100239
99896
|
*
|
|
100240
99897
|
* @remarks
|
|
100241
|
-
* [Api set:
|
|
100242
|
-
* @beta
|
|
99898
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100243
99899
|
*/
|
|
100244
99900
|
windowNumber?: boolean;
|
|
100245
99901
|
/**
|
|
100246
|
-
*
|
|
99902
|
+
* Specifies the window state.
|
|
100247
99903
|
*
|
|
100248
99904
|
* @remarks
|
|
100249
|
-
* [Api set:
|
|
100250
|
-
* @beta
|
|
99905
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100251
99906
|
*/
|
|
100252
99907
|
windowState?: boolean;
|
|
100253
99908
|
/**
|
|
100254
99909
|
* Specifies an integer value that represents the display size of the window. It can be set to a percentage between 10 and 400.
|
|
100255
99910
|
*
|
|
100256
99911
|
* @remarks
|
|
100257
|
-
* [Api set:
|
|
100258
|
-
* @beta
|
|
99912
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100259
99913
|
*/
|
|
100260
99914
|
zoom?: boolean;
|
|
100261
99915
|
}
|
|
100262
99916
|
/**
|
|
100263
|
-
* Represents
|
|
99917
|
+
* Represents a collection of Window objects.
|
|
100264
99918
|
*
|
|
100265
99919
|
* @remarks
|
|
100266
|
-
* [Api set:
|
|
100267
|
-
* @beta
|
|
99920
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100268
99921
|
*/
|
|
100269
99922
|
interface WindowCollectionLoadOptions {
|
|
100270
99923
|
/**
|
|
@@ -100275,24 +99928,21 @@ declare namespace Excel {
|
|
|
100275
99928
|
* For EACH ITEM in the collection: Specifies the active cell in the window.
|
|
100276
99929
|
*
|
|
100277
99930
|
* @remarks
|
|
100278
|
-
* [Api set:
|
|
100279
|
-
* @beta
|
|
99931
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100280
99932
|
*/
|
|
100281
99933
|
activeCell?: Excel.Interfaces.RangeLoadOptions;
|
|
100282
99934
|
/**
|
|
100283
99935
|
* For EACH ITEM in the collection: Specifies the active pane in the window.
|
|
100284
99936
|
*
|
|
100285
99937
|
* @remarks
|
|
100286
|
-
* [Api set:
|
|
100287
|
-
* @beta
|
|
99938
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100288
99939
|
*/
|
|
100289
99940
|
activePane?: Excel.Interfaces.PaneLoadOptions;
|
|
100290
99941
|
/**
|
|
100291
99942
|
* For EACH ITEM in the collection: Specifies the active sheet in the window.
|
|
100292
99943
|
*
|
|
100293
99944
|
* @remarks
|
|
100294
|
-
* [Api set:
|
|
100295
|
-
* @beta
|
|
99945
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100296
99946
|
*/
|
|
100297
99947
|
activeWorksheet?: Excel.Interfaces.WorksheetLoadOptions;
|
|
100298
99948
|
/**
|
|
@@ -100307,296 +99957,259 @@ declare namespace Excel {
|
|
|
100307
99957
|
* For EACH ITEM in the collection: Gets the visible range of the window.
|
|
100308
99958
|
*
|
|
100309
99959
|
* @remarks
|
|
100310
|
-
* [Api set:
|
|
100311
|
-
* @beta
|
|
99960
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100312
99961
|
*/
|
|
100313
99962
|
visibleRange?: Excel.Interfaces.RangeLoadOptions;
|
|
100314
99963
|
/**
|
|
100315
99964
|
* For EACH ITEM in the collection: Specifies whether AutoFilter date grouping is enabled in the window.
|
|
100316
99965
|
*
|
|
100317
99966
|
* @remarks
|
|
100318
|
-
* [Api set:
|
|
100319
|
-
* @beta
|
|
99967
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100320
99968
|
*/
|
|
100321
99969
|
autoFilterDateGroupingEnabled?: boolean;
|
|
100322
99970
|
/**
|
|
100323
|
-
* For EACH ITEM in the collection: Specifies
|
|
99971
|
+
* For EACH ITEM in the collection: Specifies whether resizing is enabled for the window.
|
|
100324
99972
|
*
|
|
100325
99973
|
* @remarks
|
|
100326
|
-
* [Api set:
|
|
100327
|
-
* @beta
|
|
99974
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100328
99975
|
*/
|
|
100329
99976
|
enableResize?: boolean;
|
|
100330
99977
|
/**
|
|
100331
|
-
* For EACH ITEM in the collection: Specifies
|
|
99978
|
+
* For EACH ITEM in the collection: Specifies whether panes are frozen in the window.
|
|
100332
99979
|
*
|
|
100333
99980
|
* @remarks
|
|
100334
|
-
* [Api set:
|
|
100335
|
-
* @beta
|
|
99981
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100336
99982
|
*/
|
|
100337
99983
|
freezePanes?: boolean;
|
|
100338
99984
|
/**
|
|
100339
99985
|
* For EACH ITEM in the collection: Specifies the height of the window.
|
|
100340
99986
|
*
|
|
100341
99987
|
* @remarks
|
|
100342
|
-
* [Api set:
|
|
100343
|
-
* @beta
|
|
99988
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100344
99989
|
*/
|
|
100345
99990
|
height?: boolean;
|
|
100346
99991
|
/**
|
|
100347
99992
|
* For EACH ITEM in the collection: Gets the index of the window.
|
|
100348
99993
|
*
|
|
100349
99994
|
* @remarks
|
|
100350
|
-
* [Api set:
|
|
100351
|
-
* @beta
|
|
99995
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100352
99996
|
*/
|
|
100353
99997
|
index?: boolean;
|
|
100354
99998
|
/**
|
|
100355
|
-
* For EACH ITEM in the collection: Specifies the
|
|
99999
|
+
* For EACH ITEM in the collection: Specifies whether the window is visible.
|
|
100356
100000
|
*
|
|
100357
100001
|
* @remarks
|
|
100358
|
-
* [Api set:
|
|
100359
|
-
* @beta
|
|
100002
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100360
100003
|
*/
|
|
100361
100004
|
isVisible?: boolean;
|
|
100362
100005
|
/**
|
|
100363
|
-
* For EACH ITEM in the collection: Specifies the left
|
|
100006
|
+
* For EACH ITEM in the collection: Specifies the distance, in points, from the left edge of the computer screen to the left edge of the window.
|
|
100364
100007
|
*
|
|
100365
100008
|
* @remarks
|
|
100366
|
-
* [Api set:
|
|
100367
|
-
* @beta
|
|
100009
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100368
100010
|
*/
|
|
100369
100011
|
left?: boolean;
|
|
100370
100012
|
/**
|
|
100371
100013
|
* For EACH ITEM in the collection: Specifies the name of the window.
|
|
100372
100014
|
*
|
|
100373
100015
|
* @remarks
|
|
100374
|
-
* [Api set:
|
|
100375
|
-
* @beta
|
|
100016
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100376
100017
|
*/
|
|
100377
100018
|
name?: boolean;
|
|
100378
100019
|
/**
|
|
100379
100020
|
* For EACH ITEM in the collection: Specifies the scroll column of the window.
|
|
100380
100021
|
*
|
|
100381
100022
|
* @remarks
|
|
100382
|
-
* [Api set:
|
|
100383
|
-
* @beta
|
|
100023
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100384
100024
|
*/
|
|
100385
100025
|
scrollColumn?: boolean;
|
|
100386
100026
|
/**
|
|
100387
100027
|
* For EACH ITEM in the collection: Specifies the scroll row of the window.
|
|
100388
100028
|
*
|
|
100389
100029
|
* @remarks
|
|
100390
|
-
* [Api set:
|
|
100391
|
-
* @beta
|
|
100030
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100392
100031
|
*/
|
|
100393
100032
|
scrollRow?: boolean;
|
|
100394
100033
|
/**
|
|
100395
|
-
* For EACH ITEM in the collection: Specifies
|
|
100034
|
+
* For EACH ITEM in the collection: Specifies whether formulas are shown in the window.
|
|
100396
100035
|
*
|
|
100397
100036
|
* @remarks
|
|
100398
|
-
* [Api set:
|
|
100399
|
-
* @beta
|
|
100037
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100400
100038
|
*/
|
|
100401
100039
|
showFormulas?: boolean;
|
|
100402
100040
|
/**
|
|
100403
|
-
* For EACH ITEM in the collection: Specifies
|
|
100041
|
+
* For EACH ITEM in the collection: Specifies whether gridlines are shown in the window.
|
|
100404
100042
|
*
|
|
100405
100043
|
* @remarks
|
|
100406
|
-
* [Api set:
|
|
100407
|
-
* @beta
|
|
100044
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100408
100045
|
*/
|
|
100409
100046
|
showGridlines?: boolean;
|
|
100410
100047
|
/**
|
|
100411
|
-
* For EACH ITEM in the collection: Specifies
|
|
100048
|
+
* For EACH ITEM in the collection: Specifies whether headings are shown in the window.
|
|
100412
100049
|
*
|
|
100413
100050
|
* @remarks
|
|
100414
|
-
* [Api set:
|
|
100415
|
-
* @beta
|
|
100051
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100416
100052
|
*/
|
|
100417
100053
|
showHeadings?: boolean;
|
|
100418
100054
|
/**
|
|
100419
|
-
* For EACH ITEM in the collection: Specifies
|
|
100055
|
+
* For EACH ITEM in the collection: Specifies whether the horizontal scroll bar is shown in the window.
|
|
100420
100056
|
*
|
|
100421
100057
|
* @remarks
|
|
100422
|
-
* [Api set:
|
|
100423
|
-
* @beta
|
|
100058
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100424
100059
|
*/
|
|
100425
100060
|
showHorizontalScrollBar?: boolean;
|
|
100426
100061
|
/**
|
|
100427
|
-
* For EACH ITEM in the collection: Specifies
|
|
100062
|
+
* For EACH ITEM in the collection: Specifies whether outline is shown in the window.
|
|
100428
100063
|
*
|
|
100429
100064
|
* @remarks
|
|
100430
|
-
* [Api set:
|
|
100431
|
-
* @beta
|
|
100065
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100432
100066
|
*/
|
|
100433
100067
|
showOutline?: boolean;
|
|
100434
100068
|
/**
|
|
100435
|
-
* For EACH ITEM in the collection:
|
|
100069
|
+
* For EACH ITEM in the collection: Gets the right-to-left layout value of the window. True means that the window is using right-to-left layout, false means that the window is using left-to-right layout.
|
|
100436
100070
|
*
|
|
100437
100071
|
* @remarks
|
|
100438
|
-
* [Api set:
|
|
100439
|
-
* @beta
|
|
100072
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100440
100073
|
*/
|
|
100441
100074
|
showRightToLeft?: boolean;
|
|
100442
100075
|
/**
|
|
100443
|
-
* For EACH ITEM in the collection: Specifies the
|
|
100076
|
+
* For EACH ITEM in the collection: Specifies whether the ruler is shown in the window.
|
|
100444
100077
|
*
|
|
100445
100078
|
* @remarks
|
|
100446
|
-
* [Api set:
|
|
100447
|
-
* @beta
|
|
100079
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100448
100080
|
*/
|
|
100449
100081
|
showRuler?: boolean;
|
|
100450
100082
|
/**
|
|
100451
|
-
* For EACH ITEM in the collection: Specifies
|
|
100083
|
+
* For EACH ITEM in the collection: Specifies whether the vertical scroll bar is shown in the window.
|
|
100452
100084
|
*
|
|
100453
100085
|
* @remarks
|
|
100454
|
-
* [Api set:
|
|
100455
|
-
* @beta
|
|
100086
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100456
100087
|
*/
|
|
100457
100088
|
showVerticalScrollBar?: boolean;
|
|
100458
100089
|
/**
|
|
100459
|
-
* For EACH ITEM in the collection: Specifies
|
|
100090
|
+
* For EACH ITEM in the collection: Specifies whether whitespace is shown in the window.
|
|
100460
100091
|
*
|
|
100461
100092
|
* @remarks
|
|
100462
|
-
* [Api set:
|
|
100463
|
-
* @beta
|
|
100093
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100464
100094
|
*/
|
|
100465
100095
|
showWhitespace?: boolean;
|
|
100466
100096
|
/**
|
|
100467
|
-
* For EACH ITEM in the collection: Specifies
|
|
100097
|
+
* For EACH ITEM in the collection: Specifies whether workbook tabs are shown in the window.
|
|
100468
100098
|
*
|
|
100469
100099
|
* @remarks
|
|
100470
|
-
* [Api set:
|
|
100471
|
-
* @beta
|
|
100100
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100472
100101
|
*/
|
|
100473
100102
|
showWorkbookTabs?: boolean;
|
|
100474
100103
|
/**
|
|
100475
|
-
* For EACH ITEM in the collection: Specifies
|
|
100104
|
+
* For EACH ITEM in the collection: Specifies whether zeroes are shown in the window.
|
|
100476
100105
|
*
|
|
100477
100106
|
* @remarks
|
|
100478
|
-
* [Api set:
|
|
100479
|
-
* @beta
|
|
100107
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100480
100108
|
*/
|
|
100481
100109
|
showZeros?: boolean;
|
|
100482
100110
|
/**
|
|
100483
100111
|
* For EACH ITEM in the collection: Specifies the split state of the window.
|
|
100484
100112
|
*
|
|
100485
100113
|
* @remarks
|
|
100486
|
-
* [Api set:
|
|
100487
|
-
* @beta
|
|
100114
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100488
100115
|
*/
|
|
100489
100116
|
split?: boolean;
|
|
100490
100117
|
/**
|
|
100491
100118
|
* For EACH ITEM in the collection: Specifies the split column of the window.
|
|
100492
100119
|
*
|
|
100493
100120
|
* @remarks
|
|
100494
|
-
* [Api set:
|
|
100495
|
-
* @beta
|
|
100121
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100496
100122
|
*/
|
|
100497
100123
|
splitColumn?: boolean;
|
|
100498
100124
|
/**
|
|
100499
100125
|
* For EACH ITEM in the collection: Specifies the horizontal split of the window.
|
|
100500
100126
|
*
|
|
100501
100127
|
* @remarks
|
|
100502
|
-
* [Api set:
|
|
100503
|
-
* @beta
|
|
100128
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100504
100129
|
*/
|
|
100505
100130
|
splitHorizontal?: boolean;
|
|
100506
100131
|
/**
|
|
100507
100132
|
* For EACH ITEM in the collection: Specifies the split row of the window.
|
|
100508
100133
|
*
|
|
100509
100134
|
* @remarks
|
|
100510
|
-
* [Api set:
|
|
100511
|
-
* @beta
|
|
100135
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100512
100136
|
*/
|
|
100513
100137
|
splitRow?: boolean;
|
|
100514
100138
|
/**
|
|
100515
100139
|
* For EACH ITEM in the collection: Specifies the vertical split of the window.
|
|
100516
100140
|
*
|
|
100517
100141
|
* @remarks
|
|
100518
|
-
* [Api set:
|
|
100519
|
-
* @beta
|
|
100142
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100520
100143
|
*/
|
|
100521
100144
|
splitVertical?: boolean;
|
|
100522
100145
|
/**
|
|
100523
100146
|
* For EACH ITEM in the collection: Specifies the tab ratio of the window.
|
|
100524
100147
|
*
|
|
100525
100148
|
* @remarks
|
|
100526
|
-
* [Api set:
|
|
100527
|
-
* @beta
|
|
100149
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100528
100150
|
*/
|
|
100529
100151
|
tabRatio?: boolean;
|
|
100530
100152
|
/**
|
|
100531
|
-
* For EACH ITEM in the collection: Specifies the top
|
|
100153
|
+
* For EACH ITEM in the collection: Specifies the distance, in points, from the top edge of the window to the top edge of the usable area (below the menus, any toolbars docked at the top, and the formula bar).
|
|
100532
100154
|
*
|
|
100533
100155
|
* @remarks
|
|
100534
|
-
* [Api set:
|
|
100535
|
-
* @beta
|
|
100156
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100536
100157
|
*/
|
|
100537
100158
|
top?: boolean;
|
|
100538
100159
|
/**
|
|
100539
100160
|
* For EACH ITEM in the collection: Specifies the type of the window.
|
|
100540
100161
|
*
|
|
100541
100162
|
* @remarks
|
|
100542
|
-
* [Api set:
|
|
100543
|
-
* @beta
|
|
100163
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100544
100164
|
*/
|
|
100545
100165
|
type?: boolean;
|
|
100546
100166
|
/**
|
|
100547
100167
|
* For EACH ITEM in the collection: Specifies the usable height of the window.
|
|
100548
100168
|
*
|
|
100549
100169
|
* @remarks
|
|
100550
|
-
* [Api set:
|
|
100551
|
-
* @beta
|
|
100170
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100552
100171
|
*/
|
|
100553
100172
|
usableHeight?: boolean;
|
|
100554
100173
|
/**
|
|
100555
100174
|
* For EACH ITEM in the collection: Specifies the usable width of the window.
|
|
100556
100175
|
*
|
|
100557
100176
|
* @remarks
|
|
100558
|
-
* [Api set:
|
|
100559
|
-
* @beta
|
|
100177
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100560
100178
|
*/
|
|
100561
100179
|
usableWidth?: boolean;
|
|
100562
100180
|
/**
|
|
100563
100181
|
* For EACH ITEM in the collection: Specifies the view of the window.
|
|
100564
100182
|
*
|
|
100565
100183
|
* @remarks
|
|
100566
|
-
* [Api set:
|
|
100567
|
-
* @beta
|
|
100184
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100568
100185
|
*/
|
|
100569
100186
|
view?: boolean;
|
|
100570
100187
|
/**
|
|
100571
|
-
* For EACH ITEM in the collection:
|
|
100188
|
+
* For EACH ITEM in the collection: Specifies the display width of the window.
|
|
100572
100189
|
*
|
|
100573
100190
|
* @remarks
|
|
100574
|
-
* [Api set:
|
|
100575
|
-
* @beta
|
|
100191
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100576
100192
|
*/
|
|
100577
100193
|
width?: boolean;
|
|
100578
100194
|
/**
|
|
100579
100195
|
* For EACH ITEM in the collection: Specifies the window number.
|
|
100580
100196
|
*
|
|
100581
100197
|
* @remarks
|
|
100582
|
-
* [Api set:
|
|
100583
|
-
* @beta
|
|
100198
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100584
100199
|
*/
|
|
100585
100200
|
windowNumber?: boolean;
|
|
100586
100201
|
/**
|
|
100587
|
-
* For EACH ITEM in the collection:
|
|
100202
|
+
* For EACH ITEM in the collection: Specifies the window state.
|
|
100588
100203
|
*
|
|
100589
100204
|
* @remarks
|
|
100590
|
-
* [Api set:
|
|
100591
|
-
* @beta
|
|
100205
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100592
100206
|
*/
|
|
100593
100207
|
windowState?: boolean;
|
|
100594
100208
|
/**
|
|
100595
100209
|
* For EACH ITEM in the collection: Specifies an integer value that represents the display size of the window. It can be set to a percentage between 10 and 400.
|
|
100596
100210
|
*
|
|
100597
100211
|
* @remarks
|
|
100598
|
-
* [Api set:
|
|
100599
|
-
* @beta
|
|
100212
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100600
100213
|
*/
|
|
100601
100214
|
zoom?: boolean;
|
|
100602
100215
|
}
|
|
@@ -100604,8 +100217,7 @@ declare namespace Excel {
|
|
|
100604
100217
|
* Represents a pane, such as a frozen or split pane, in an Excel window.
|
|
100605
100218
|
*
|
|
100606
100219
|
* @remarks
|
|
100607
|
-
* [Api set:
|
|
100608
|
-
* @beta
|
|
100220
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100609
100221
|
*/
|
|
100610
100222
|
interface PaneLoadOptions {
|
|
100611
100223
|
/**
|
|
@@ -100616,17 +100228,15 @@ declare namespace Excel {
|
|
|
100616
100228
|
* Returns index of the pane.
|
|
100617
100229
|
*
|
|
100618
100230
|
* @remarks
|
|
100619
|
-
* [Api set:
|
|
100620
|
-
* @beta
|
|
100231
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100621
100232
|
*/
|
|
100622
100233
|
index?: boolean;
|
|
100623
100234
|
}
|
|
100624
100235
|
/**
|
|
100625
|
-
* Represents
|
|
100236
|
+
* Represents a collection of Pane objects.
|
|
100626
100237
|
*
|
|
100627
100238
|
* @remarks
|
|
100628
|
-
* [Api set:
|
|
100629
|
-
* @beta
|
|
100239
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100630
100240
|
*/
|
|
100631
100241
|
interface PaneCollectionLoadOptions {
|
|
100632
100242
|
/**
|
|
@@ -100637,8 +100247,7 @@ declare namespace Excel {
|
|
|
100637
100247
|
* For EACH ITEM in the collection: Returns index of the pane.
|
|
100638
100248
|
*
|
|
100639
100249
|
* @remarks
|
|
100640
|
-
* [Api set:
|
|
100641
|
-
* @beta
|
|
100250
|
+
* [Api set: ExcelApiDesktop 1.1]
|
|
100642
100251
|
*/
|
|
100643
100252
|
index?: boolean;
|
|
100644
100253
|
}
|
|
@@ -148656,6 +148265,18 @@ declare namespace Word {
|
|
|
148656
148265
|
context: RequestContext;
|
|
148657
148266
|
/** Gets the loaded child items in this collection. */
|
|
148658
148267
|
readonly items: Word.Bookmark[];
|
|
148268
|
+
/**
|
|
148269
|
+
* Returns a `Bookmark` object that represents a bookmark added to a range.
|
|
148270
|
+
*
|
|
148271
|
+
* @remarks
|
|
148272
|
+
* [Api set: WordApi BETA (PREVIEW ONLY)]
|
|
148273
|
+
* @beta
|
|
148274
|
+
*
|
|
148275
|
+
* @param name The name of the bookmark. The name cannot be more than 40 characters or include more than one word. Also, the name must begin with a letter. It can include both numbers and letters, but not spaces. If you need to separate words, use an underscore.
|
|
148276
|
+
* @param range Optional. The range of text marked by the bookmark. A bookmark can be set to a collapsed range (the insertion point).
|
|
148277
|
+
* @returns A new `Bookmark` object.
|
|
148278
|
+
*/
|
|
148279
|
+
add(name: string, range: Word.Range): Word.Bookmark;
|
|
148659
148280
|
/**
|
|
148660
148281
|
* Determines whether the specified bookmark exists.
|
|
148661
148282
|
*
|