uudev 1.0.0 → 1.1.0
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.
- package/apptemplate/office/package-lock.json +65 -42
- package/apptemplate/office/package.json +2 -2
- package/apptemplate/office/src_excel/App.vue +13 -0
- package/apptemplate/office/src_excel/demo/demo.vue +51 -0
- package/apptemplate/office/{src → src_excel}/main.ts +4 -0
- package/apptemplate/office/{src → src_excel}/router/index.ts +4 -4
- package/apptemplate/office/src_ppt/App.vue +13 -0
- package/apptemplate/office/src_ppt/demo/demo.vue +63 -0
- package/apptemplate/office/src_ppt/main.ts +13 -0
- package/apptemplate/office/src_ppt/router/index.ts +19 -0
- package/apptemplate/office/src_word/App.vue +13 -0
- package/apptemplate/office/src_word/demo/demo.vue +51 -0
- package/apptemplate/office/src_word/main.ts +13 -0
- package/apptemplate/office/src_word/router/index.ts +19 -0
- package/apptemplate/office/tsconfig.app.json +2 -0
- package/dtstype/base.d.ts +5 -0
- package/dtstype/enum/excel_enum.d.ts +4727 -0
- package/dtstype/enum/mso_enum.d.ts +6452 -0
- package/dtstype/enum/ppt_enum.d.ts +2656 -0
- package/dtstype/enum/word_enum.d.ts +7862 -0
- package/dtstype/excel.d.ts +8358 -0
- package/dtstype/mso.d.ts +3107 -0
- package/dtstype/ppt.d.ts +3224 -0
- package/dtstype/word.d.ts +6786 -0
- package/main.js +4 -3
- package/package.json +14 -2
- package/apptemplate/office/src/App.vue +0 -11
|
@@ -0,0 +1,4727 @@
|
|
|
1
|
+
declare enum Constants {
|
|
2
|
+
xlAll = -4104,
|
|
3
|
+
xlAutomatic = -4105,
|
|
4
|
+
xlBoth = 1,
|
|
5
|
+
xlCenter = -4108,
|
|
6
|
+
xlChecker = 9,
|
|
7
|
+
xlCircle = 8,
|
|
8
|
+
xlCorner = 2,
|
|
9
|
+
xlCrissCross = 16,
|
|
10
|
+
xlCross = 4,
|
|
11
|
+
xlDiamond = 2,
|
|
12
|
+
xlDistributed = -4117,
|
|
13
|
+
xlDoubleAccounting = 5,
|
|
14
|
+
xlFixedValue = 1,
|
|
15
|
+
xlFormats = -4122,
|
|
16
|
+
xlGray16 = 17,
|
|
17
|
+
xlGray8 = 18,
|
|
18
|
+
xlGrid = 15,
|
|
19
|
+
xlHigh = -4127,
|
|
20
|
+
xlInside = 2,
|
|
21
|
+
xlJustify = -4130,
|
|
22
|
+
xlLightDown = 13,
|
|
23
|
+
xlLightHorizontal = 11,
|
|
24
|
+
xlLightUp = 14,
|
|
25
|
+
xlLightVertical = 12,
|
|
26
|
+
xlLow = -4134,
|
|
27
|
+
xlManual = -4135,
|
|
28
|
+
xlMinusValues = 3,
|
|
29
|
+
xlModule = -4141,
|
|
30
|
+
xlNextToAxis = 4,
|
|
31
|
+
xlNone = -4142,
|
|
32
|
+
xlNotes = -4144,
|
|
33
|
+
xlOff = -4146,
|
|
34
|
+
xlOn = 1,
|
|
35
|
+
xlPercent = 2,
|
|
36
|
+
xlPlus = 9,
|
|
37
|
+
xlPlusValues = 2,
|
|
38
|
+
xlSemiGray75 = 10,
|
|
39
|
+
xlShowLabel = 4,
|
|
40
|
+
xlShowLabelAndPercent = 5,
|
|
41
|
+
xlShowPercent = 3,
|
|
42
|
+
xlShowValue = 2,
|
|
43
|
+
xlSimple = -4154,
|
|
44
|
+
xlSingle = 2,
|
|
45
|
+
xlSingleAccounting = 4,
|
|
46
|
+
xlSolid = 1,
|
|
47
|
+
xlSquare = 1,
|
|
48
|
+
xlStar = 5,
|
|
49
|
+
xlStError = 4,
|
|
50
|
+
xlToolbarButton = 2,
|
|
51
|
+
xlTriangle = 3,
|
|
52
|
+
xlGray25 = -4124,
|
|
53
|
+
xlGray50 = -4125,
|
|
54
|
+
xlGray75 = -4126,
|
|
55
|
+
xlBottom = -4107,
|
|
56
|
+
xlLeft = -4131,
|
|
57
|
+
xlRight = -4152,
|
|
58
|
+
xlTop = -4160,
|
|
59
|
+
xl3DBar = -4099,
|
|
60
|
+
xl3DSurface = -4103,
|
|
61
|
+
xlBar = 2,
|
|
62
|
+
xlColumn = 3,
|
|
63
|
+
xlCombination = -4111,
|
|
64
|
+
xlCustom = -4114,
|
|
65
|
+
xlDefaultAutoFormat = -1,
|
|
66
|
+
xlMaximum = 2,
|
|
67
|
+
xlMinimum = 4,
|
|
68
|
+
xlOpaque = 3,
|
|
69
|
+
xlTransparent = 2,
|
|
70
|
+
xlBidi = -5000,
|
|
71
|
+
xlLatin = -5001,
|
|
72
|
+
xlContext = -5002,
|
|
73
|
+
xlLTR = -5003,
|
|
74
|
+
xlRTL = -5004,
|
|
75
|
+
xlFullScript = 1,
|
|
76
|
+
xlPartialScript = 2,
|
|
77
|
+
xlMixedScript = 3,
|
|
78
|
+
xlMixedAuthorizedScript = 4,
|
|
79
|
+
xlVisualCursor = 2,
|
|
80
|
+
xlLogicalCursor = 1,
|
|
81
|
+
xlSystem = 1,
|
|
82
|
+
xlPartial = 3,
|
|
83
|
+
xlHindiNumerals = 3,
|
|
84
|
+
xlBidiCalendar = 3,
|
|
85
|
+
xlGregorian = 2,
|
|
86
|
+
xlComplete = 4,
|
|
87
|
+
xlScale = 3,
|
|
88
|
+
xlClosed = 3,
|
|
89
|
+
xlColor1 = 7,
|
|
90
|
+
xlColor2 = 8,
|
|
91
|
+
xlColor3 = 9,
|
|
92
|
+
xlConstants = 2,
|
|
93
|
+
xlContents = 2,
|
|
94
|
+
xlBelow = 1,
|
|
95
|
+
xlCascade = 7,
|
|
96
|
+
xlCenterAcrossSelection = 7,
|
|
97
|
+
xlChart4 = 2,
|
|
98
|
+
xlChartSeries = 17,
|
|
99
|
+
xlChartShort = 6,
|
|
100
|
+
xlChartTitles = 18,
|
|
101
|
+
xlClassic1 = 1,
|
|
102
|
+
xlClassic2 = 2,
|
|
103
|
+
xlClassic3 = 3,
|
|
104
|
+
xl3DEffects1 = 13,
|
|
105
|
+
xl3DEffects2 = 14,
|
|
106
|
+
xlAbove = 0,
|
|
107
|
+
xlAccounting1 = 4,
|
|
108
|
+
xlAccounting2 = 5,
|
|
109
|
+
xlAccounting3 = 6,
|
|
110
|
+
xlAccounting4 = 17,
|
|
111
|
+
xlAdd = 2,
|
|
112
|
+
xlDebugCodePane = 13,
|
|
113
|
+
xlDesktop = 9,
|
|
114
|
+
xlDirect = 1,
|
|
115
|
+
xlDivide = 5,
|
|
116
|
+
xlDoubleClosed = 5,
|
|
117
|
+
xlDoubleOpen = 4,
|
|
118
|
+
xlDoubleQuote = 1,
|
|
119
|
+
xlEntireChart = 20,
|
|
120
|
+
xlExcelMenus = 1,
|
|
121
|
+
xlExtended = 3,
|
|
122
|
+
xlFill = 5,
|
|
123
|
+
xlFirst = 0,
|
|
124
|
+
xlFloating = 5,
|
|
125
|
+
xlFormula = 5,
|
|
126
|
+
xlGeneral = 1,
|
|
127
|
+
xlGridline = 22,
|
|
128
|
+
xlIcons = 1,
|
|
129
|
+
xlImmediatePane = 12,
|
|
130
|
+
xlInteger = 2,
|
|
131
|
+
xlLast = 1,
|
|
132
|
+
xlLastCell = 11,
|
|
133
|
+
xlList1 = 10,
|
|
134
|
+
xlList2 = 11,
|
|
135
|
+
xlList3 = 12,
|
|
136
|
+
xlLocalFormat1 = 15,
|
|
137
|
+
xlLocalFormat2 = 16,
|
|
138
|
+
xlLong = 3,
|
|
139
|
+
xlLotusHelp = 2,
|
|
140
|
+
xlMacrosheetCell = 7,
|
|
141
|
+
xlMixed = 2,
|
|
142
|
+
xlMultiply = 4,
|
|
143
|
+
xlNarrow = 1,
|
|
144
|
+
xlNoDocuments = 3,
|
|
145
|
+
xlOpen = 2,
|
|
146
|
+
xlOutside = 3,
|
|
147
|
+
xlReference = 4,
|
|
148
|
+
xlSemiautomatic = 2,
|
|
149
|
+
xlShort = 1,
|
|
150
|
+
xlSingleQuote = 2,
|
|
151
|
+
xlStrict = 2,
|
|
152
|
+
xlSubtract = 3,
|
|
153
|
+
xlTextBox = 16,
|
|
154
|
+
xlTiled = 1,
|
|
155
|
+
xlTitleBar = 8,
|
|
156
|
+
xlToolbar = 1,
|
|
157
|
+
xlVisible = 12,
|
|
158
|
+
xlWatchPane = 11,
|
|
159
|
+
xlWide = 3,
|
|
160
|
+
xlWorkbookTab = 6,
|
|
161
|
+
xlWorksheet4 = 1,
|
|
162
|
+
xlWorksheetCell = 3,
|
|
163
|
+
xlWorksheetShort = 5,
|
|
164
|
+
xlAllExceptBorders = 7,
|
|
165
|
+
xlLeftToRight = 2,
|
|
166
|
+
xlTopToBottom = 1,
|
|
167
|
+
xlVeryHidden = 2,
|
|
168
|
+
xlDrawingObject = 14
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
declare enum XlCreator {
|
|
172
|
+
xlCreatorCode = 1480803660
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
declare enum XlChartGallery {
|
|
176
|
+
xlBuiltIn = 21,
|
|
177
|
+
xlUserDefined = 22,
|
|
178
|
+
xlAnyGallery = 23
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
declare enum XlDataSeriesType {
|
|
182
|
+
xlAutoFill = 4,
|
|
183
|
+
xlChronological = 3,
|
|
184
|
+
xlGrowth = 2,
|
|
185
|
+
xlDataSeriesLinear = -4132
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
declare enum XlBackground {
|
|
189
|
+
xlBackgroundAutomatic = -4105,
|
|
190
|
+
xlBackgroundOpaque = 3,
|
|
191
|
+
xlBackgroundTransparent = 2
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
declare enum XlWindowState {
|
|
195
|
+
xlMaximized = -4137,
|
|
196
|
+
xlMinimized = -4140,
|
|
197
|
+
xlNormal = -4143
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
declare enum XlArrowHeadLength {
|
|
201
|
+
xlArrowHeadLengthLong = 3,
|
|
202
|
+
xlArrowHeadLengthMedium = -4138,
|
|
203
|
+
xlArrowHeadLengthShort = 1
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
declare enum XlArrowHeadStyle {
|
|
207
|
+
xlArrowHeadStyleClosed = 3,
|
|
208
|
+
xlArrowHeadStyleDoubleClosed = 5,
|
|
209
|
+
xlArrowHeadStyleDoubleOpen = 4,
|
|
210
|
+
xlArrowHeadStyleNone = -4142,
|
|
211
|
+
xlArrowHeadStyleOpen = 2
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
declare enum XlArrowHeadWidth {
|
|
215
|
+
xlArrowHeadWidthMedium = -4138,
|
|
216
|
+
xlArrowHeadWidthNarrow = 1,
|
|
217
|
+
xlArrowHeadWidthWide = 3
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
declare enum XlChartPicturePlacement {
|
|
221
|
+
xlSides = 1,
|
|
222
|
+
xlEnd = 2,
|
|
223
|
+
xlEndSides = 3,
|
|
224
|
+
xlFront = 4,
|
|
225
|
+
xlFrontSides = 5,
|
|
226
|
+
xlFrontEnd = 6,
|
|
227
|
+
xlAllFaces = 7
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
declare enum XlOrientation {
|
|
231
|
+
xlDownward = -4170,
|
|
232
|
+
xlHorizontal = -4128,
|
|
233
|
+
xlUpward = -4171,
|
|
234
|
+
xlVertical = -4166
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
declare enum XlDataSeriesDate {
|
|
238
|
+
xlDay = 1,
|
|
239
|
+
xlMonth = 3,
|
|
240
|
+
xlWeekday = 2,
|
|
241
|
+
xlYear = 4
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
declare enum XlLineStyle {
|
|
245
|
+
xlContinuous = 1,
|
|
246
|
+
xlDash = -4115,
|
|
247
|
+
xlDashDot = 4,
|
|
248
|
+
xlDashDotDot = 5,
|
|
249
|
+
xlDot = -4118,
|
|
250
|
+
xlDouble = -4119,
|
|
251
|
+
xlSlantDashDot = 13,
|
|
252
|
+
xlLineStyleNone = -4142
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
declare enum XlPictureConvertorType {
|
|
256
|
+
xlBMP = 1,
|
|
257
|
+
xlCGM = 7,
|
|
258
|
+
xlDRW = 4,
|
|
259
|
+
xlDXF = 5,
|
|
260
|
+
xlEPS = 8,
|
|
261
|
+
xlHGL = 6,
|
|
262
|
+
xlPCT = 13,
|
|
263
|
+
xlPCX = 10,
|
|
264
|
+
xlPIC = 11,
|
|
265
|
+
xlPLT = 12,
|
|
266
|
+
xlTIF = 9,
|
|
267
|
+
xlWMF = 2,
|
|
268
|
+
xlWPG = 3
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
declare enum XlPattern {
|
|
272
|
+
xlPatternAutomatic = -4105,
|
|
273
|
+
xlPatternChecker = 9,
|
|
274
|
+
xlPatternCrissCross = 16,
|
|
275
|
+
xlPatternDown = -4121,
|
|
276
|
+
xlPatternGray16 = 17,
|
|
277
|
+
xlPatternGray25 = -4124,
|
|
278
|
+
xlPatternGray50 = -4125,
|
|
279
|
+
xlPatternGray75 = -4126,
|
|
280
|
+
xlPatternGray8 = 18,
|
|
281
|
+
xlPatternGrid = 15,
|
|
282
|
+
xlPatternHorizontal = -4128,
|
|
283
|
+
xlPatternLightDown = 13,
|
|
284
|
+
xlPatternLightHorizontal = 11,
|
|
285
|
+
xlPatternLightUp = 14,
|
|
286
|
+
xlPatternLightVertical = 12,
|
|
287
|
+
xlPatternNone = -4142,
|
|
288
|
+
xlPatternSemiGray75 = 10,
|
|
289
|
+
xlPatternSolid = 1,
|
|
290
|
+
xlPatternUp = -4162,
|
|
291
|
+
xlPatternVertical = -4166,
|
|
292
|
+
xlPatternLinearGradient = 4000,
|
|
293
|
+
xlPatternRectangularGradient = 4001
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
declare enum XlInsertShiftDirection {
|
|
297
|
+
xlShiftDown = -4121,
|
|
298
|
+
xlShiftToRight = -4161
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
declare enum XlDeleteShiftDirection {
|
|
302
|
+
xlShiftToLeft = -4159,
|
|
303
|
+
xlShiftUp = -4162
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
declare enum XlDirection {
|
|
307
|
+
xlDown = -4121,
|
|
308
|
+
xlToLeft = -4159,
|
|
309
|
+
xlToRight = -4161,
|
|
310
|
+
xlUp = -4162
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
declare enum XlConsolidationFunction {
|
|
314
|
+
xlAverage = -4106,
|
|
315
|
+
xlCount = -4112,
|
|
316
|
+
xlCountNums = -4113,
|
|
317
|
+
xlMax = -4136,
|
|
318
|
+
xlMin = -4139,
|
|
319
|
+
xlProduct = -4149,
|
|
320
|
+
xlStDev = -4155,
|
|
321
|
+
xlStDevP = -4156,
|
|
322
|
+
xlSum = -4157,
|
|
323
|
+
xlVar = -4164,
|
|
324
|
+
xlVarP = -4165,
|
|
325
|
+
xlUnknown = 1000,
|
|
326
|
+
xlDistinctCount = 11
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
declare enum XlSheetType {
|
|
330
|
+
xlChart = -4109,
|
|
331
|
+
xlDialogSheet = -4116,
|
|
332
|
+
xlExcel4IntlMacroSheet = 4,
|
|
333
|
+
xlExcel4MacroSheet = 3,
|
|
334
|
+
xlWorksheet = -4167
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
declare enum XlLocationInTable {
|
|
338
|
+
xlColumnHeader = -4110,
|
|
339
|
+
xlColumnItem = 5,
|
|
340
|
+
xlDataHeader = 3,
|
|
341
|
+
xlDataItem = 7,
|
|
342
|
+
xlPageHeader = 2,
|
|
343
|
+
xlPageItem = 6,
|
|
344
|
+
xlRowHeader = -4153,
|
|
345
|
+
xlRowItem = 4,
|
|
346
|
+
xlTableBody = 8
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
declare enum XlFindLookIn {
|
|
350
|
+
xlFormulas = -4123,
|
|
351
|
+
xlComments = -4144,
|
|
352
|
+
xlValues = -4163,
|
|
353
|
+
xlCommentsThreaded = -4184,
|
|
354
|
+
xlFormulas2 = -4185
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
declare enum XlWindowType {
|
|
358
|
+
xlChartAsWindow = 5,
|
|
359
|
+
xlChartInPlace = 4,
|
|
360
|
+
xlClipboard = 3,
|
|
361
|
+
xlInfo = -4129,
|
|
362
|
+
xlWorkbook = 1
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
declare enum XlPivotFieldDataType {
|
|
366
|
+
xlDate = 2,
|
|
367
|
+
xlNumber = -4145,
|
|
368
|
+
xlText = -4158
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
declare enum XlCopyPictureFormat {
|
|
372
|
+
xlBitmap = 2,
|
|
373
|
+
xlPicture = -4147
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
declare enum XlPivotTableSourceType {
|
|
377
|
+
xlScenario = 4,
|
|
378
|
+
xlConsolidation = 3,
|
|
379
|
+
xlDatabase = 1,
|
|
380
|
+
xlExternal = 2,
|
|
381
|
+
xlPivotTable = -4148
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
declare enum XlReferenceStyle {
|
|
385
|
+
xlA1 = 1,
|
|
386
|
+
xlR1C1 = -4150
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
declare enum XlMSApplication {
|
|
390
|
+
xlMicrosoftAccess = 4,
|
|
391
|
+
xlMicrosoftFoxPro = 5,
|
|
392
|
+
xlMicrosoftMail = 3,
|
|
393
|
+
xlMicrosoftPowerPoint = 2,
|
|
394
|
+
xlMicrosoftProject = 6,
|
|
395
|
+
xlMicrosoftSchedulePlus = 7,
|
|
396
|
+
xlMicrosoftWord = 1
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
declare enum XlMouseButton {
|
|
400
|
+
xlNoButton = 0,
|
|
401
|
+
xlPrimaryButton = 1,
|
|
402
|
+
xlSecondaryButton = 2
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
declare enum XlCutCopyMode {
|
|
406
|
+
xlCopy = 1,
|
|
407
|
+
xlCut = 2
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
declare enum XlFillWith {
|
|
411
|
+
xlFillWithAll = -4104,
|
|
412
|
+
xlFillWithContents = 2,
|
|
413
|
+
xlFillWithFormats = -4122
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
declare enum XlFilterAction {
|
|
417
|
+
xlFilterCopy = 2,
|
|
418
|
+
xlFilterInPlace = 1
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
declare enum XlOrder {
|
|
422
|
+
xlDownThenOver = 1,
|
|
423
|
+
xlOverThenDown = 2
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
declare enum XlLinkType {
|
|
427
|
+
xlLinkTypeExcelLinks = 1,
|
|
428
|
+
xlLinkTypeOLELinks = 2
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
declare enum XlApplyNamesOrder {
|
|
432
|
+
xlColumnThenRow = 2,
|
|
433
|
+
xlRowThenColumn = 1
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
declare enum XlEnableCancelKey {
|
|
437
|
+
xlDisabled = 0,
|
|
438
|
+
xlErrorHandler = 2,
|
|
439
|
+
xlInterrupt = 1
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
declare enum XlPageBreak {
|
|
443
|
+
xlPageBreakAutomatic = -4105,
|
|
444
|
+
xlPageBreakManual = -4135,
|
|
445
|
+
xlPageBreakNone = -4142
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
declare enum XlOLEType {
|
|
449
|
+
xlOLEControl = 2,
|
|
450
|
+
xlOLEEmbed = 1,
|
|
451
|
+
xlOLELink = 0
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
declare enum XlPageOrientation {
|
|
455
|
+
xlLandscape = 2,
|
|
456
|
+
xlPortrait = 1
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
declare enum XlLinkInfo {
|
|
460
|
+
xlEditionDate = 2,
|
|
461
|
+
xlUpdateState = 1,
|
|
462
|
+
xlLinkInfoStatus = 3
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
declare enum XlCommandUnderlines {
|
|
466
|
+
xlCommandUnderlinesAutomatic = -4105,
|
|
467
|
+
xlCommandUnderlinesOff = -4146,
|
|
468
|
+
xlCommandUnderlinesOn = 1
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
declare enum XlOLEVerb {
|
|
472
|
+
xlVerbOpen = 2,
|
|
473
|
+
xlVerbPrimary = 1
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
declare enum XlCalculation {
|
|
477
|
+
xlCalculationAutomatic = -4105,
|
|
478
|
+
xlCalculationManual = -4135,
|
|
479
|
+
xlCalculationSemiautomatic = 2
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
declare enum XlFileAccess {
|
|
483
|
+
xlReadOnly = 3,
|
|
484
|
+
xlReadWrite = 2
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
declare enum XlEditionType {
|
|
488
|
+
xlPublisher = 1,
|
|
489
|
+
xlSubscriber = 2
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
declare enum XlObjectSize {
|
|
493
|
+
xlFitToPage = 2,
|
|
494
|
+
xlFullPage = 3,
|
|
495
|
+
xlScreenSize = 1
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
declare enum XlLookAt {
|
|
499
|
+
xlPart = 2,
|
|
500
|
+
xlWhole = 1
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
declare enum XlMailSystem {
|
|
504
|
+
xlMAPI = 1,
|
|
505
|
+
xlNoMailSystem = 0,
|
|
506
|
+
xlPowerTalk = 2
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
declare enum XlLinkInfoType {
|
|
510
|
+
xlLinkInfoOLELinks = 2,
|
|
511
|
+
xlLinkInfoPublishers = 5,
|
|
512
|
+
xlLinkInfoSubscribers = 6
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
declare enum XlCVError {
|
|
516
|
+
xlErrBlocked = 2047,
|
|
517
|
+
xlErrCalc = 2050,
|
|
518
|
+
xlErrConnect = 2046,
|
|
519
|
+
xlErrDiv0 = 2007,
|
|
520
|
+
xlErrField = 2049,
|
|
521
|
+
xlErrGettingData = 2043,
|
|
522
|
+
xlErrNA = 2042,
|
|
523
|
+
xlErrName = 2029,
|
|
524
|
+
xlErrSpill = 2045,
|
|
525
|
+
xlErrNull = 2000,
|
|
526
|
+
xlErrNum = 2036,
|
|
527
|
+
xlErrRef = 2023,
|
|
528
|
+
xlErrUnknown = 2048,
|
|
529
|
+
xlErrValue = 2015
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
declare enum XlEditionFormat {
|
|
533
|
+
xlBIFF = 2,
|
|
534
|
+
xlPICT = 1,
|
|
535
|
+
xlRTF = 4,
|
|
536
|
+
xlVALU = 8
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
declare enum XlLink {
|
|
540
|
+
xlExcelLinks = 1,
|
|
541
|
+
xlOLELinks = 2,
|
|
542
|
+
xlPublishers = 5,
|
|
543
|
+
xlSubscribers = 6
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
declare enum XlCellType {
|
|
547
|
+
xlCellTypeBlanks = 4,
|
|
548
|
+
xlCellTypeConstants = 2,
|
|
549
|
+
xlCellTypeFormulas = -4123,
|
|
550
|
+
xlCellTypeLastCell = 11,
|
|
551
|
+
xlCellTypeComments = -4144,
|
|
552
|
+
xlCellTypeVisible = 12,
|
|
553
|
+
xlCellTypeAllFormatConditions = -4172,
|
|
554
|
+
xlCellTypeSameFormatConditions = -4173,
|
|
555
|
+
xlCellTypeAllValidation = -4174,
|
|
556
|
+
xlCellTypeSameValidation = -4175
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
declare enum XlArrangeStyle {
|
|
560
|
+
xlArrangeStyleCascade = 7,
|
|
561
|
+
xlArrangeStyleHorizontal = -4128,
|
|
562
|
+
xlArrangeStyleTiled = 1,
|
|
563
|
+
xlArrangeStyleVertical = -4166
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
declare enum XlMousePointer {
|
|
567
|
+
xlIBeam = 3,
|
|
568
|
+
xlDefault = -4143,
|
|
569
|
+
xlNorthwestArrow = 1,
|
|
570
|
+
xlWait = 2
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
declare enum XlEditionOptionsOption {
|
|
574
|
+
xlAutomaticUpdate = 4,
|
|
575
|
+
xlCancel = 1,
|
|
576
|
+
xlChangeAttributes = 6,
|
|
577
|
+
xlManualUpdate = 5,
|
|
578
|
+
xlOpenSource = 3,
|
|
579
|
+
xlSelect = 3,
|
|
580
|
+
xlSendPublisher = 2,
|
|
581
|
+
xlUpdateSubscriber = 2
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
declare enum XlAutoFillType {
|
|
585
|
+
xlFillCopy = 1,
|
|
586
|
+
xlFillDays = 5,
|
|
587
|
+
xlFillDefault = 0,
|
|
588
|
+
xlFillFormats = 3,
|
|
589
|
+
xlFillMonths = 7,
|
|
590
|
+
xlFillSeries = 2,
|
|
591
|
+
xlFillValues = 4,
|
|
592
|
+
xlFillWeekdays = 6,
|
|
593
|
+
xlFillYears = 8,
|
|
594
|
+
xlGrowthTrend = 10,
|
|
595
|
+
xlLinearTrend = 9,
|
|
596
|
+
xlFlashFill = 11
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
declare enum XlAutoFilterOperator {
|
|
600
|
+
xlAnd = 1,
|
|
601
|
+
xlBottom10Items = 4,
|
|
602
|
+
xlBottom10Percent = 6,
|
|
603
|
+
xlOr = 2,
|
|
604
|
+
xlTop10Items = 3,
|
|
605
|
+
xlTop10Percent = 5,
|
|
606
|
+
xlFilterValues = 7,
|
|
607
|
+
xlFilterCellColor = 8,
|
|
608
|
+
xlFilterFontColor = 9,
|
|
609
|
+
xlFilterIcon = 10,
|
|
610
|
+
xlFilterDynamic = 11,
|
|
611
|
+
xlFilterNoFill = 12,
|
|
612
|
+
xlFilterAutomaticFontColor = 13,
|
|
613
|
+
xlFilterNoIcon = 14
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
declare enum XlClipboardFormat {
|
|
617
|
+
xlClipboardFormatBIFF12 = 63,
|
|
618
|
+
xlClipboardFormatBIFF = 8,
|
|
619
|
+
xlClipboardFormatBIFF2 = 18,
|
|
620
|
+
xlClipboardFormatBIFF3 = 20,
|
|
621
|
+
xlClipboardFormatBIFF4 = 30,
|
|
622
|
+
xlClipboardFormatBinary = 15,
|
|
623
|
+
xlClipboardFormatBitmap = 9,
|
|
624
|
+
xlClipboardFormatCGM = 13,
|
|
625
|
+
xlClipboardFormatCSV = 5,
|
|
626
|
+
xlClipboardFormatDIF = 4,
|
|
627
|
+
xlClipboardFormatDspText = 12,
|
|
628
|
+
xlClipboardFormatEmbeddedObject = 21,
|
|
629
|
+
xlClipboardFormatEmbedSource = 22,
|
|
630
|
+
xlClipboardFormatLink = 11,
|
|
631
|
+
xlClipboardFormatLinkSource = 23,
|
|
632
|
+
xlClipboardFormatLinkSourceDesc = 32,
|
|
633
|
+
xlClipboardFormatMovie = 24,
|
|
634
|
+
xlClipboardFormatNative = 14,
|
|
635
|
+
xlClipboardFormatObjectDesc = 31,
|
|
636
|
+
xlClipboardFormatObjectLink = 19,
|
|
637
|
+
xlClipboardFormatOwnerLink = 17,
|
|
638
|
+
xlClipboardFormatPICT = 2,
|
|
639
|
+
xlClipboardFormatPrintPICT = 3,
|
|
640
|
+
xlClipboardFormatRTF = 7,
|
|
641
|
+
xlClipboardFormatScreenPICT = 29,
|
|
642
|
+
xlClipboardFormatStandardFont = 28,
|
|
643
|
+
xlClipboardFormatStandardScale = 27,
|
|
644
|
+
xlClipboardFormatSYLK = 6,
|
|
645
|
+
xlClipboardFormatTable = 16,
|
|
646
|
+
xlClipboardFormatText = 0,
|
|
647
|
+
xlClipboardFormatToolFace = 25,
|
|
648
|
+
xlClipboardFormatToolFacePICT = 26,
|
|
649
|
+
xlClipboardFormatVALU = 1,
|
|
650
|
+
xlClipboardFormatWK1 = 10
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
declare enum XlFileFormat {
|
|
654
|
+
xlAddIn = 18,
|
|
655
|
+
xlCSV = 6,
|
|
656
|
+
xlCSVMac = 22,
|
|
657
|
+
xlCSVMSDOS = 24,
|
|
658
|
+
xlCSVWindows = 23,
|
|
659
|
+
xlDBF2 = 7,
|
|
660
|
+
xlDBF3 = 8,
|
|
661
|
+
xlDBF4 = 11,
|
|
662
|
+
xlDIF = 9,
|
|
663
|
+
xlExcel2 = 16,
|
|
664
|
+
xlExcel2FarEast = 27,
|
|
665
|
+
xlExcel3 = 29,
|
|
666
|
+
xlExcel4 = 33,
|
|
667
|
+
xlExcel5 = 39,
|
|
668
|
+
xlExcel7 = 39,
|
|
669
|
+
xlExcel9795 = 43,
|
|
670
|
+
xlExcel4Workbook = 35,
|
|
671
|
+
xlIntlAddIn = 26,
|
|
672
|
+
xlIntlMacro = 25,
|
|
673
|
+
xlWorkbookNormal = -4143,
|
|
674
|
+
xlSYLK = 2,
|
|
675
|
+
xlTemplate = 17,
|
|
676
|
+
xlCurrentPlatformText = -4158,
|
|
677
|
+
xlTextMac = 19,
|
|
678
|
+
xlTextMSDOS = 21,
|
|
679
|
+
xlTextPrinter = 36,
|
|
680
|
+
xlTextWindows = 20,
|
|
681
|
+
xlWJ2WD1 = 14,
|
|
682
|
+
xlWK1 = 5,
|
|
683
|
+
xlWK1ALL = 31,
|
|
684
|
+
xlWK1FMT = 30,
|
|
685
|
+
xlWK3 = 15,
|
|
686
|
+
xlWK4 = 38,
|
|
687
|
+
xlWK3FM3 = 32,
|
|
688
|
+
xlWKS = 4,
|
|
689
|
+
xlWorks2FarEast = 28,
|
|
690
|
+
xlWQ1 = 34,
|
|
691
|
+
xlWJ3 = 40,
|
|
692
|
+
xlWJ3FJ3 = 41,
|
|
693
|
+
xlUnicodeText = 42,
|
|
694
|
+
xlHtml = 44,
|
|
695
|
+
xlWebArchive = 45,
|
|
696
|
+
xlXMLSpreadsheet = 46,
|
|
697
|
+
xlExcel12 = 50,
|
|
698
|
+
xlOpenXMLWorkbook = 51,
|
|
699
|
+
xlOpenXMLWorkbookMacroEnabled = 52,
|
|
700
|
+
xlOpenXMLTemplateMacroEnabled = 53,
|
|
701
|
+
xlTemplate8 = 17,
|
|
702
|
+
xlOpenXMLTemplate = 54,
|
|
703
|
+
xlAddIn8 = 18,
|
|
704
|
+
xlOpenXMLAddIn = 55,
|
|
705
|
+
xlExcel8 = 56,
|
|
706
|
+
xlOpenDocumentSpreadsheet = 60,
|
|
707
|
+
xlOpenXMLStrictWorkbook = 61,
|
|
708
|
+
xlCSVUTF8 = 62,
|
|
709
|
+
xlWorkbookDefault = 51
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
declare enum XlApplicationInternational {
|
|
713
|
+
xl24HourClock = 33,
|
|
714
|
+
xl4DigitYears = 43,
|
|
715
|
+
xlAlternateArraySeparator = 16,
|
|
716
|
+
xlColumnSeparator = 14,
|
|
717
|
+
xlCountryCode = 1,
|
|
718
|
+
xlCountrySetting = 2,
|
|
719
|
+
xlCurrencyBefore = 37,
|
|
720
|
+
xlCurrencyCode = 25,
|
|
721
|
+
xlCurrencyDigits = 27,
|
|
722
|
+
xlCurrencyLeadingZeros = 40,
|
|
723
|
+
xlCurrencyMinusSign = 38,
|
|
724
|
+
xlCurrencyNegative = 28,
|
|
725
|
+
xlCurrencySpaceBefore = 36,
|
|
726
|
+
xlCurrencyTrailingZeros = 39,
|
|
727
|
+
xlDateOrder = 32,
|
|
728
|
+
xlDateSeparator = 17,
|
|
729
|
+
xlDayCode = 21,
|
|
730
|
+
xlDayLeadingZero = 42,
|
|
731
|
+
xlDecimalSeparator = 3,
|
|
732
|
+
xlGeneralFormatName = 26,
|
|
733
|
+
xlHourCode = 22,
|
|
734
|
+
xlLeftBrace = 12,
|
|
735
|
+
xlLeftBracket = 10,
|
|
736
|
+
xlListSeparator = 5,
|
|
737
|
+
xlLowerCaseColumnLetter = 9,
|
|
738
|
+
xlLowerCaseRowLetter = 8,
|
|
739
|
+
xlMDY = 44,
|
|
740
|
+
xlMetric = 35,
|
|
741
|
+
xlMinuteCode = 23,
|
|
742
|
+
xlMonthCode = 20,
|
|
743
|
+
xlMonthLeadingZero = 41,
|
|
744
|
+
xlMonthNameChars = 30,
|
|
745
|
+
xlNoncurrencyDigits = 29,
|
|
746
|
+
xlNonEnglishFunctions = 34,
|
|
747
|
+
xlRightBrace = 13,
|
|
748
|
+
xlRightBracket = 11,
|
|
749
|
+
xlRowSeparator = 15,
|
|
750
|
+
xlSecondCode = 24,
|
|
751
|
+
xlThousandsSeparator = 4,
|
|
752
|
+
xlTimeLeadingZero = 45,
|
|
753
|
+
xlTimeSeparator = 18,
|
|
754
|
+
xlUpperCaseColumnLetter = 7,
|
|
755
|
+
xlUpperCaseRowLetter = 6,
|
|
756
|
+
xlWeekdayNameChars = 31,
|
|
757
|
+
xlYearCode = 19,
|
|
758
|
+
xlUICultureTag = 46
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
declare enum XlPageBreakExtent {
|
|
762
|
+
xlPageBreakFull = 1,
|
|
763
|
+
xlPageBreakPartial = 2
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
declare enum XlCellInsertionMode {
|
|
767
|
+
xlOverwriteCells = 0,
|
|
768
|
+
xlInsertDeleteCells = 1,
|
|
769
|
+
xlInsertEntireRows = 2
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
declare enum XlFormulaLabel {
|
|
773
|
+
xlNoLabels = -4142,
|
|
774
|
+
xlRowLabels = 1,
|
|
775
|
+
xlColumnLabels = 2,
|
|
776
|
+
xlMixedLabels = 3
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
declare enum XlHighlightChangesTime {
|
|
780
|
+
xlSinceMyLastSave = 1,
|
|
781
|
+
xlAllChanges = 2,
|
|
782
|
+
xlNotYetReviewed = 3
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
declare enum XlCommentDisplayMode {
|
|
786
|
+
xlNoIndicator = 0,
|
|
787
|
+
xlCommentIndicatorOnly = -1,
|
|
788
|
+
xlCommentAndIndicator = 1
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
declare enum XlFormatConditionType {
|
|
792
|
+
xlCellValue = 1,
|
|
793
|
+
xlExpression = 2,
|
|
794
|
+
xlColorScale = 3,
|
|
795
|
+
xlDatabar = 4,
|
|
796
|
+
xlTop10 = 5,
|
|
797
|
+
xlIconSets = 6,
|
|
798
|
+
xlUniqueValues = 8,
|
|
799
|
+
xlTextString = 9,
|
|
800
|
+
xlBlanksCondition = 10,
|
|
801
|
+
xlTimePeriod = 11,
|
|
802
|
+
xlAboveAverageCondition = 12,
|
|
803
|
+
xlNoBlanksCondition = 13,
|
|
804
|
+
xlErrorsCondition = 16,
|
|
805
|
+
xlNoErrorsCondition = 17
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
declare enum XlFormatConditionOperator {
|
|
809
|
+
xlBetween = 1,
|
|
810
|
+
xlNotBetween = 2,
|
|
811
|
+
xlEqual = 3,
|
|
812
|
+
xlNotEqual = 4,
|
|
813
|
+
xlGreater = 5,
|
|
814
|
+
xlLess = 6,
|
|
815
|
+
xlGreaterEqual = 7,
|
|
816
|
+
xlLessEqual = 8
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
declare enum XlEnableSelection {
|
|
820
|
+
xlNoRestrictions = 0,
|
|
821
|
+
xlUnlockedCells = 1,
|
|
822
|
+
xlNoSelection = -4142
|
|
823
|
+
}
|
|
824
|
+
|
|
825
|
+
declare enum XlDVType {
|
|
826
|
+
xlValidateInputOnly = 0,
|
|
827
|
+
xlValidateWholeNumber = 1,
|
|
828
|
+
xlValidateDecimal = 2,
|
|
829
|
+
xlValidateList = 3,
|
|
830
|
+
xlValidateDate = 4,
|
|
831
|
+
xlValidateTime = 5,
|
|
832
|
+
xlValidateTextLength = 6,
|
|
833
|
+
xlValidateCustom = 7
|
|
834
|
+
}
|
|
835
|
+
|
|
836
|
+
declare enum XlIMEMode {
|
|
837
|
+
xlIMEModeNoControl = 0,
|
|
838
|
+
xlIMEModeOn = 1,
|
|
839
|
+
xlIMEModeOff = 2,
|
|
840
|
+
xlIMEModeDisable = 3,
|
|
841
|
+
xlIMEModeHiragana = 4,
|
|
842
|
+
xlIMEModeKatakana = 5,
|
|
843
|
+
xlIMEModeKatakanaHalf = 6,
|
|
844
|
+
xlIMEModeAlphaFull = 7,
|
|
845
|
+
xlIMEModeAlpha = 8,
|
|
846
|
+
xlIMEModeHangulFull = 9,
|
|
847
|
+
xlIMEModeHangul = 10
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
declare enum XlDVAlertStyle {
|
|
851
|
+
xlValidAlertStop = 1,
|
|
852
|
+
xlValidAlertWarning = 2,
|
|
853
|
+
xlValidAlertInformation = 3
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
declare enum XlChartLocation {
|
|
857
|
+
xlLocationAsNewSheet = 1,
|
|
858
|
+
xlLocationAsObject = 2,
|
|
859
|
+
xlLocationAutomatic = 3
|
|
860
|
+
}
|
|
861
|
+
|
|
862
|
+
declare enum XlPaperSize {
|
|
863
|
+
xlPaper10x14 = 16,
|
|
864
|
+
xlPaper11x17 = 17,
|
|
865
|
+
xlPaperA3 = 8,
|
|
866
|
+
xlPaperA4 = 9,
|
|
867
|
+
xlPaperA4Small = 10,
|
|
868
|
+
xlPaperA5 = 11,
|
|
869
|
+
xlPaperB4 = 12,
|
|
870
|
+
xlPaperB5 = 13,
|
|
871
|
+
xlPaperCsheet = 24,
|
|
872
|
+
xlPaperDsheet = 25,
|
|
873
|
+
xlPaperEnvelope10 = 20,
|
|
874
|
+
xlPaperEnvelope11 = 21,
|
|
875
|
+
xlPaperEnvelope12 = 22,
|
|
876
|
+
xlPaperEnvelope14 = 23,
|
|
877
|
+
xlPaperEnvelope9 = 19,
|
|
878
|
+
xlPaperEnvelopeB4 = 33,
|
|
879
|
+
xlPaperEnvelopeB5 = 34,
|
|
880
|
+
xlPaperEnvelopeB6 = 35,
|
|
881
|
+
xlPaperEnvelopeC3 = 29,
|
|
882
|
+
xlPaperEnvelopeC4 = 30,
|
|
883
|
+
xlPaperEnvelopeC5 = 28,
|
|
884
|
+
xlPaperEnvelopeC6 = 31,
|
|
885
|
+
xlPaperEnvelopeC65 = 32,
|
|
886
|
+
xlPaperEnvelopeDL = 27,
|
|
887
|
+
xlPaperEnvelopeItaly = 36,
|
|
888
|
+
xlPaperEnvelopeMonarch = 37,
|
|
889
|
+
xlPaperEnvelopePersonal = 38,
|
|
890
|
+
xlPaperEsheet = 26,
|
|
891
|
+
xlPaperExecutive = 7,
|
|
892
|
+
xlPaperFanfoldLegalGerman = 41,
|
|
893
|
+
xlPaperFanfoldStdGerman = 40,
|
|
894
|
+
xlPaperFanfoldUS = 39,
|
|
895
|
+
xlPaperFolio = 14,
|
|
896
|
+
xlPaperLedger = 4,
|
|
897
|
+
xlPaperLegal = 5,
|
|
898
|
+
xlPaperLetter = 1,
|
|
899
|
+
xlPaperLetterSmall = 2,
|
|
900
|
+
xlPaperNote = 18,
|
|
901
|
+
xlPaperQuarto = 15,
|
|
902
|
+
xlPaperStatement = 6,
|
|
903
|
+
xlPaperTabloid = 3,
|
|
904
|
+
xlPaperUser = 256
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
declare enum XlPasteSpecialOperation {
|
|
908
|
+
xlPasteSpecialOperationAdd = 2,
|
|
909
|
+
xlPasteSpecialOperationDivide = 5,
|
|
910
|
+
xlPasteSpecialOperationMultiply = 4,
|
|
911
|
+
xlPasteSpecialOperationNone = -4142,
|
|
912
|
+
xlPasteSpecialOperationSubtract = 3
|
|
913
|
+
}
|
|
914
|
+
|
|
915
|
+
declare enum XlPasteType {
|
|
916
|
+
xlPasteAll = -4104,
|
|
917
|
+
xlPasteAllUsingSourceTheme = 13,
|
|
918
|
+
xlPasteAllMergingConditionalFormats = 14,
|
|
919
|
+
xlPasteAllExceptBorders = 7,
|
|
920
|
+
xlPasteFormats = -4122,
|
|
921
|
+
xlPasteFormulas = -4123,
|
|
922
|
+
xlPasteComments = -4144,
|
|
923
|
+
xlPasteValues = -4163,
|
|
924
|
+
xlPasteColumnWidths = 8,
|
|
925
|
+
xlPasteValidation = 6,
|
|
926
|
+
xlPasteFormulasAndNumberFormats = 11,
|
|
927
|
+
xlPasteValuesAndNumberFormats = 12
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
declare enum XlPhoneticCharacterType {
|
|
931
|
+
xlKatakanaHalf = 0,
|
|
932
|
+
xlKatakana = 1,
|
|
933
|
+
xlHiragana = 2,
|
|
934
|
+
xlNoConversion = 3
|
|
935
|
+
}
|
|
936
|
+
|
|
937
|
+
declare enum XlPhoneticAlignment {
|
|
938
|
+
xlPhoneticAlignNoControl = 0,
|
|
939
|
+
xlPhoneticAlignLeft = 1,
|
|
940
|
+
xlPhoneticAlignCenter = 2,
|
|
941
|
+
xlPhoneticAlignDistributed = 3
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
declare enum XlPictureAppearance {
|
|
945
|
+
xlPrinter = 2,
|
|
946
|
+
xlScreen = 1
|
|
947
|
+
}
|
|
948
|
+
|
|
949
|
+
declare enum XlPivotFieldCalculation {
|
|
950
|
+
xlDifferenceFrom = 2,
|
|
951
|
+
xlIndex = 9,
|
|
952
|
+
xlNoAdditionalCalculation = -4143,
|
|
953
|
+
xlPercentDifferenceFrom = 4,
|
|
954
|
+
xlPercentOf = 3,
|
|
955
|
+
xlPercentOfColumn = 7,
|
|
956
|
+
xlPercentOfRow = 6,
|
|
957
|
+
xlPercentOfTotal = 8,
|
|
958
|
+
xlRunningTotal = 5,
|
|
959
|
+
xlPercentOfParentRow = 10,
|
|
960
|
+
xlPercentOfParentColumn = 11,
|
|
961
|
+
xlPercentOfParent = 12,
|
|
962
|
+
xlPercentRunningTotal = 13,
|
|
963
|
+
xlRankAscending = 14,
|
|
964
|
+
xlRankDecending = 15
|
|
965
|
+
}
|
|
966
|
+
|
|
967
|
+
declare enum XlPlacement {
|
|
968
|
+
xlFreeFloating = 3,
|
|
969
|
+
xlMove = 2,
|
|
970
|
+
xlMoveAndSize = 1
|
|
971
|
+
}
|
|
972
|
+
|
|
973
|
+
declare enum XlPlatform {
|
|
974
|
+
xlMacintosh = 1,
|
|
975
|
+
xlMSDOS = 3,
|
|
976
|
+
xlWindows = 2
|
|
977
|
+
}
|
|
978
|
+
|
|
979
|
+
declare enum XlPrintLocation {
|
|
980
|
+
xlPrintSheetEnd = 1,
|
|
981
|
+
xlPrintInPlace = 16,
|
|
982
|
+
xlPrintNoComments = -4142
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
declare enum XlPriority {
|
|
986
|
+
xlPriorityHigh = -4127,
|
|
987
|
+
xlPriorityLow = -4134,
|
|
988
|
+
xlPriorityNormal = -4143
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
declare enum XlPTSelectionMode {
|
|
992
|
+
xlLabelOnly = 1,
|
|
993
|
+
xlDataAndLabel = 0,
|
|
994
|
+
xlDataOnly = 2,
|
|
995
|
+
xlOrigin = 3,
|
|
996
|
+
xlButton = 15,
|
|
997
|
+
xlBlanks = 4,
|
|
998
|
+
xlFirstRow = 256
|
|
999
|
+
}
|
|
1000
|
+
|
|
1001
|
+
declare enum XlRangeAutoFormat {
|
|
1002
|
+
xlRangeAutoFormat3DEffects1 = 13,
|
|
1003
|
+
xlRangeAutoFormat3DEffects2 = 14,
|
|
1004
|
+
xlRangeAutoFormatAccounting1 = 4,
|
|
1005
|
+
xlRangeAutoFormatAccounting2 = 5,
|
|
1006
|
+
xlRangeAutoFormatAccounting3 = 6,
|
|
1007
|
+
xlRangeAutoFormatAccounting4 = 17,
|
|
1008
|
+
xlRangeAutoFormatClassic1 = 1,
|
|
1009
|
+
xlRangeAutoFormatClassic2 = 2,
|
|
1010
|
+
xlRangeAutoFormatClassic3 = 3,
|
|
1011
|
+
xlRangeAutoFormatColor1 = 7,
|
|
1012
|
+
xlRangeAutoFormatColor2 = 8,
|
|
1013
|
+
xlRangeAutoFormatColor3 = 9,
|
|
1014
|
+
xlRangeAutoFormatList1 = 10,
|
|
1015
|
+
xlRangeAutoFormatList2 = 11,
|
|
1016
|
+
xlRangeAutoFormatList3 = 12,
|
|
1017
|
+
xlRangeAutoFormatLocalFormat1 = 15,
|
|
1018
|
+
xlRangeAutoFormatLocalFormat2 = 16,
|
|
1019
|
+
xlRangeAutoFormatLocalFormat3 = 19,
|
|
1020
|
+
xlRangeAutoFormatLocalFormat4 = 20,
|
|
1021
|
+
xlRangeAutoFormatReport1 = 21,
|
|
1022
|
+
xlRangeAutoFormatReport2 = 22,
|
|
1023
|
+
xlRangeAutoFormatReport3 = 23,
|
|
1024
|
+
xlRangeAutoFormatReport4 = 24,
|
|
1025
|
+
xlRangeAutoFormatReport5 = 25,
|
|
1026
|
+
xlRangeAutoFormatReport6 = 26,
|
|
1027
|
+
xlRangeAutoFormatReport7 = 27,
|
|
1028
|
+
xlRangeAutoFormatReport8 = 28,
|
|
1029
|
+
xlRangeAutoFormatReport9 = 29,
|
|
1030
|
+
xlRangeAutoFormatReport10 = 30,
|
|
1031
|
+
xlRangeAutoFormatClassicPivotTable = 31,
|
|
1032
|
+
xlRangeAutoFormatTable1 = 32,
|
|
1033
|
+
xlRangeAutoFormatTable2 = 33,
|
|
1034
|
+
xlRangeAutoFormatTable3 = 34,
|
|
1035
|
+
xlRangeAutoFormatTable4 = 35,
|
|
1036
|
+
xlRangeAutoFormatTable5 = 36,
|
|
1037
|
+
xlRangeAutoFormatTable6 = 37,
|
|
1038
|
+
xlRangeAutoFormatTable7 = 38,
|
|
1039
|
+
xlRangeAutoFormatTable8 = 39,
|
|
1040
|
+
xlRangeAutoFormatTable9 = 40,
|
|
1041
|
+
xlRangeAutoFormatTable10 = 41,
|
|
1042
|
+
xlRangeAutoFormatPTNone = 42,
|
|
1043
|
+
xlRangeAutoFormatNone = -4142,
|
|
1044
|
+
xlRangeAutoFormatSimple = -4154
|
|
1045
|
+
}
|
|
1046
|
+
|
|
1047
|
+
declare enum XlReferenceType {
|
|
1048
|
+
xlAbsolute = 1,
|
|
1049
|
+
xlAbsRowRelColumn = 2,
|
|
1050
|
+
xlRelative = 4,
|
|
1051
|
+
xlRelRowAbsColumn = 3
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
declare enum XlLayoutFormType {
|
|
1055
|
+
xlTabular = 0,
|
|
1056
|
+
xlOutline = 1
|
|
1057
|
+
}
|
|
1058
|
+
|
|
1059
|
+
declare enum XlRoutingSlipDelivery {
|
|
1060
|
+
xlAllAtOnce = 2,
|
|
1061
|
+
xlOneAfterAnother = 1
|
|
1062
|
+
}
|
|
1063
|
+
|
|
1064
|
+
declare enum XlRoutingSlipStatus {
|
|
1065
|
+
xlNotYetRouted = 0,
|
|
1066
|
+
xlRoutingComplete = 2,
|
|
1067
|
+
xlRoutingInProgress = 1
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
declare enum XlRunAutoMacro {
|
|
1071
|
+
xlAutoActivate = 3,
|
|
1072
|
+
xlAutoClose = 2,
|
|
1073
|
+
xlAutoDeactivate = 4,
|
|
1074
|
+
xlAutoOpen = 1
|
|
1075
|
+
}
|
|
1076
|
+
|
|
1077
|
+
declare enum XlSaveAction {
|
|
1078
|
+
xlDoNotSaveChanges = 2,
|
|
1079
|
+
xlSaveChanges = 1
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
declare enum XlSaveAsAccessMode {
|
|
1083
|
+
xlExclusive = 3,
|
|
1084
|
+
xlNoChange = 1,
|
|
1085
|
+
xlShared = 2
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
declare enum XlSaveConflictResolution {
|
|
1089
|
+
xlLocalSessionChanges = 2,
|
|
1090
|
+
xlOtherSessionChanges = 3,
|
|
1091
|
+
xlUserResolution = 1
|
|
1092
|
+
}
|
|
1093
|
+
|
|
1094
|
+
declare enum XlSearchDirection {
|
|
1095
|
+
xlNext = 1,
|
|
1096
|
+
xlPrevious = 2
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1099
|
+
declare enum XlSearchOrder {
|
|
1100
|
+
xlByColumns = 2,
|
|
1101
|
+
xlByRows = 1
|
|
1102
|
+
}
|
|
1103
|
+
|
|
1104
|
+
declare enum XlSheetVisibility {
|
|
1105
|
+
xlSheetVisible = -1,
|
|
1106
|
+
xlSheetHidden = 0,
|
|
1107
|
+
xlSheetVeryHidden = 2
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
declare enum XlSortMethod {
|
|
1111
|
+
xlPinYin = 1,
|
|
1112
|
+
xlStroke = 2
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1115
|
+
declare enum XlSortMethodOld {
|
|
1116
|
+
xlCodePage = 2,
|
|
1117
|
+
xlSyllabary = 1
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
declare enum XlSortOrder {
|
|
1121
|
+
xlAscending = 1,
|
|
1122
|
+
xlDescending = 2
|
|
1123
|
+
}
|
|
1124
|
+
|
|
1125
|
+
declare enum XlSortOrientation {
|
|
1126
|
+
xlSortRows = 2,
|
|
1127
|
+
xlSortColumns = 1
|
|
1128
|
+
}
|
|
1129
|
+
|
|
1130
|
+
declare enum XlSortType {
|
|
1131
|
+
xlSortLabels = 2,
|
|
1132
|
+
xlSortValues = 1
|
|
1133
|
+
}
|
|
1134
|
+
|
|
1135
|
+
declare enum XlSpecialCellsValue {
|
|
1136
|
+
xlErrors = 16,
|
|
1137
|
+
xlLogical = 4,
|
|
1138
|
+
xlNumbers = 1,
|
|
1139
|
+
xlTextValues = 2
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
declare enum XlSubscribeToFormat {
|
|
1143
|
+
xlSubscribeToPicture = -4147,
|
|
1144
|
+
xlSubscribeToText = -4158
|
|
1145
|
+
}
|
|
1146
|
+
|
|
1147
|
+
declare enum XlSummaryRow {
|
|
1148
|
+
xlSummaryAbove = 0,
|
|
1149
|
+
xlSummaryBelow = 1
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1152
|
+
declare enum XlSummaryColumn {
|
|
1153
|
+
xlSummaryOnLeft = -4131,
|
|
1154
|
+
xlSummaryOnRight = -4152
|
|
1155
|
+
}
|
|
1156
|
+
|
|
1157
|
+
declare enum XlSummaryReportType {
|
|
1158
|
+
xlSummaryPivotTable = -4148,
|
|
1159
|
+
xlStandardSummary = 1
|
|
1160
|
+
}
|
|
1161
|
+
|
|
1162
|
+
declare enum XlTabPosition {
|
|
1163
|
+
xlTabPositionFirst = 0,
|
|
1164
|
+
xlTabPositionLast = 1
|
|
1165
|
+
}
|
|
1166
|
+
|
|
1167
|
+
declare enum XlTextParsingType {
|
|
1168
|
+
xlDelimited = 1,
|
|
1169
|
+
xlFixedWidth = 2
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
declare enum XlTextQualifier {
|
|
1173
|
+
xlTextQualifierDoubleQuote = 1,
|
|
1174
|
+
xlTextQualifierNone = -4142,
|
|
1175
|
+
xlTextQualifierSingleQuote = 2
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
declare enum XlWBATemplate {
|
|
1179
|
+
xlWBATChart = -4109,
|
|
1180
|
+
xlWBATExcel4IntlMacroSheet = 4,
|
|
1181
|
+
xlWBATExcel4MacroSheet = 3,
|
|
1182
|
+
xlWBATWorksheet = -4167
|
|
1183
|
+
}
|
|
1184
|
+
|
|
1185
|
+
declare enum XlWindowView {
|
|
1186
|
+
xlNormalView = 1,
|
|
1187
|
+
xlPageBreakPreview = 2,
|
|
1188
|
+
xlPageLayoutView = 3
|
|
1189
|
+
}
|
|
1190
|
+
|
|
1191
|
+
declare enum XlXLMMacroType {
|
|
1192
|
+
xlCommand = 2,
|
|
1193
|
+
xlFunction = 1,
|
|
1194
|
+
xlNotXLM = 3
|
|
1195
|
+
}
|
|
1196
|
+
|
|
1197
|
+
declare enum XlYesNoGuess {
|
|
1198
|
+
xlGuess = 0,
|
|
1199
|
+
xlNo = 2,
|
|
1200
|
+
xlYes = 1
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
declare enum XlBordersIndex {
|
|
1204
|
+
xlInsideHorizontal = 12,
|
|
1205
|
+
xlInsideVertical = 11,
|
|
1206
|
+
xlDiagonalDown = 5,
|
|
1207
|
+
xlDiagonalUp = 6,
|
|
1208
|
+
xlEdgeBottom = 9,
|
|
1209
|
+
xlEdgeLeft = 7,
|
|
1210
|
+
xlEdgeRight = 10,
|
|
1211
|
+
xlEdgeTop = 8
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1214
|
+
declare enum XlToolbarProtection {
|
|
1215
|
+
xlNoButtonChanges = 1,
|
|
1216
|
+
xlNoChanges = 4,
|
|
1217
|
+
xlNoDockingChanges = 3,
|
|
1218
|
+
xlToolbarProtectionNone = -4143,
|
|
1219
|
+
xlNoShapeChanges = 2
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1222
|
+
declare enum XlBuiltInDialog {
|
|
1223
|
+
xlDialogOpen = 1,
|
|
1224
|
+
xlDialogOpenLinks = 2,
|
|
1225
|
+
xlDialogSaveAs = 5,
|
|
1226
|
+
xlDialogFileDelete = 6,
|
|
1227
|
+
xlDialogPageSetup = 7,
|
|
1228
|
+
xlDialogPrint = 8,
|
|
1229
|
+
xlDialogPrinterSetup = 9,
|
|
1230
|
+
xlDialogArrangeAll = 12,
|
|
1231
|
+
xlDialogWindowSize = 13,
|
|
1232
|
+
xlDialogWindowMove = 14,
|
|
1233
|
+
xlDialogRun = 17,
|
|
1234
|
+
xlDialogSetPrintTitles = 23,
|
|
1235
|
+
xlDialogFont = 26,
|
|
1236
|
+
xlDialogDisplay = 27,
|
|
1237
|
+
xlDialogProtectDocument = 28,
|
|
1238
|
+
xlDialogCalculation = 32,
|
|
1239
|
+
xlDialogExtract = 35,
|
|
1240
|
+
xlDialogDataDelete = 36,
|
|
1241
|
+
xlDialogSort = 39,
|
|
1242
|
+
xlDialogDataSeries = 40,
|
|
1243
|
+
xlDialogTable = 41,
|
|
1244
|
+
xlDialogFormatNumber = 42,
|
|
1245
|
+
xlDialogAlignment = 43,
|
|
1246
|
+
xlDialogStyle = 44,
|
|
1247
|
+
xlDialogBorder = 45,
|
|
1248
|
+
xlDialogCellProtection = 46,
|
|
1249
|
+
xlDialogColumnWidth = 47,
|
|
1250
|
+
xlDialogClear = 52,
|
|
1251
|
+
xlDialogPasteSpecial = 53,
|
|
1252
|
+
xlDialogEditDelete = 54,
|
|
1253
|
+
xlDialogInsert = 55,
|
|
1254
|
+
xlDialogPasteNames = 58,
|
|
1255
|
+
xlDialogDefineName = 61,
|
|
1256
|
+
xlDialogCreateNames = 62,
|
|
1257
|
+
xlDialogFormulaGoto = 63,
|
|
1258
|
+
xlDialogFormulaFind = 64,
|
|
1259
|
+
xlDialogGalleryArea = 67,
|
|
1260
|
+
xlDialogGalleryBar = 68,
|
|
1261
|
+
xlDialogGalleryColumn = 69,
|
|
1262
|
+
xlDialogGalleryLine = 70,
|
|
1263
|
+
xlDialogGalleryPie = 71,
|
|
1264
|
+
xlDialogGalleryScatter = 72,
|
|
1265
|
+
xlDialogCombination = 73,
|
|
1266
|
+
xlDialogGridlines = 76,
|
|
1267
|
+
xlDialogAxes = 78,
|
|
1268
|
+
xlDialogAttachText = 80,
|
|
1269
|
+
xlDialogPatterns = 84,
|
|
1270
|
+
xlDialogMainChart = 85,
|
|
1271
|
+
xlDialogOverlay = 86,
|
|
1272
|
+
xlDialogScale = 87,
|
|
1273
|
+
xlDialogFormatLegend = 88,
|
|
1274
|
+
xlDialogFormatText = 89,
|
|
1275
|
+
xlDialogParse = 91,
|
|
1276
|
+
xlDialogUnhide = 94,
|
|
1277
|
+
xlDialogWorkspace = 95,
|
|
1278
|
+
xlDialogActivate = 103,
|
|
1279
|
+
xlDialogCopyPicture = 108,
|
|
1280
|
+
xlDialogDeleteName = 110,
|
|
1281
|
+
xlDialogDeleteFormat = 111,
|
|
1282
|
+
xlDialogNew = 119,
|
|
1283
|
+
xlDialogRowHeight = 127,
|
|
1284
|
+
xlDialogFormatMove = 128,
|
|
1285
|
+
xlDialogFormatSize = 129,
|
|
1286
|
+
xlDialogFormulaReplace = 130,
|
|
1287
|
+
xlDialogSelectSpecial = 132,
|
|
1288
|
+
xlDialogApplyNames = 133,
|
|
1289
|
+
xlDialogReplaceFont = 134,
|
|
1290
|
+
xlDialogSplit = 137,
|
|
1291
|
+
xlDialogOutline = 142,
|
|
1292
|
+
xlDialogSaveWorkbook = 145,
|
|
1293
|
+
xlDialogCopyChart = 147,
|
|
1294
|
+
xlDialogFormatFont = 150,
|
|
1295
|
+
xlDialogNote = 154,
|
|
1296
|
+
xlDialogSetUpdateStatus = 159,
|
|
1297
|
+
xlDialogColorPalette = 161,
|
|
1298
|
+
xlDialogChangeLink = 166,
|
|
1299
|
+
xlDialogAppMove = 170,
|
|
1300
|
+
xlDialogAppSize = 171,
|
|
1301
|
+
xlDialogMainChartType = 185,
|
|
1302
|
+
xlDialogOverlayChartType = 186,
|
|
1303
|
+
xlDialogOpenMail = 188,
|
|
1304
|
+
xlDialogSendMail = 189,
|
|
1305
|
+
xlDialogStandardFont = 190,
|
|
1306
|
+
xlDialogConsolidate = 191,
|
|
1307
|
+
xlDialogSortSpecial = 192,
|
|
1308
|
+
xlDialogGallery3dArea = 193,
|
|
1309
|
+
xlDialogGallery3dColumn = 194,
|
|
1310
|
+
xlDialogGallery3dLine = 195,
|
|
1311
|
+
xlDialogGallery3dPie = 196,
|
|
1312
|
+
xlDialogView3d = 197,
|
|
1313
|
+
xlDialogGoalSeek = 198,
|
|
1314
|
+
xlDialogWorkgroup = 199,
|
|
1315
|
+
xlDialogFillGroup = 200,
|
|
1316
|
+
xlDialogUpdateLink = 201,
|
|
1317
|
+
xlDialogPromote = 202,
|
|
1318
|
+
xlDialogDemote = 203,
|
|
1319
|
+
xlDialogShowDetail = 204,
|
|
1320
|
+
xlDialogObjectProperties = 207,
|
|
1321
|
+
xlDialogSaveNewObject = 208,
|
|
1322
|
+
xlDialogApplyStyle = 212,
|
|
1323
|
+
xlDialogAssignToObject = 213,
|
|
1324
|
+
xlDialogObjectProtection = 214,
|
|
1325
|
+
xlDialogCreatePublisher = 217,
|
|
1326
|
+
xlDialogSubscribeTo = 218,
|
|
1327
|
+
xlDialogShowToolbar = 220,
|
|
1328
|
+
xlDialogPrintPreview = 222,
|
|
1329
|
+
xlDialogEditColor = 223,
|
|
1330
|
+
xlDialogFormatMain = 225,
|
|
1331
|
+
xlDialogFormatOverlay = 226,
|
|
1332
|
+
xlDialogEditSeries = 228,
|
|
1333
|
+
xlDialogDefineStyle = 229,
|
|
1334
|
+
xlDialogGalleryRadar = 249,
|
|
1335
|
+
xlDialogEditionOptions = 251,
|
|
1336
|
+
xlDialogZoom = 256,
|
|
1337
|
+
xlDialogInsertObject = 259,
|
|
1338
|
+
xlDialogSize = 261,
|
|
1339
|
+
xlDialogMove = 262,
|
|
1340
|
+
xlDialogFormatAuto = 269,
|
|
1341
|
+
xlDialogGallery3dBar = 272,
|
|
1342
|
+
xlDialogGallery3dSurface = 273,
|
|
1343
|
+
xlDialogCustomizeToolbar = 276,
|
|
1344
|
+
xlDialogWorkbookAdd = 281,
|
|
1345
|
+
xlDialogWorkbookMove = 282,
|
|
1346
|
+
xlDialogWorkbookCopy = 283,
|
|
1347
|
+
xlDialogWorkbookOptions = 284,
|
|
1348
|
+
xlDialogSaveWorkspace = 285,
|
|
1349
|
+
xlDialogChartWizard = 288,
|
|
1350
|
+
xlDialogAssignToTool = 293,
|
|
1351
|
+
xlDialogPlacement = 300,
|
|
1352
|
+
xlDialogFillWorkgroup = 301,
|
|
1353
|
+
xlDialogWorkbookNew = 302,
|
|
1354
|
+
xlDialogScenarioCells = 305,
|
|
1355
|
+
xlDialogScenarioAdd = 307,
|
|
1356
|
+
xlDialogScenarioEdit = 308,
|
|
1357
|
+
xlDialogScenarioSummary = 311,
|
|
1358
|
+
xlDialogPivotTableWizard = 312,
|
|
1359
|
+
xlDialogPivotFieldProperties = 313,
|
|
1360
|
+
xlDialogOptionsCalculation = 318,
|
|
1361
|
+
xlDialogOptionsEdit = 319,
|
|
1362
|
+
xlDialogOptionsView = 320,
|
|
1363
|
+
xlDialogAddinManager = 321,
|
|
1364
|
+
xlDialogMenuEditor = 322,
|
|
1365
|
+
xlDialogAttachToolbars = 323,
|
|
1366
|
+
xlDialogOptionsChart = 325,
|
|
1367
|
+
xlDialogVbaInsertFile = 328,
|
|
1368
|
+
xlDialogVbaProcedureDefinition = 330,
|
|
1369
|
+
xlDialogRoutingSlip = 336,
|
|
1370
|
+
xlDialogMailLogon = 339,
|
|
1371
|
+
xlDialogInsertPicture = 342,
|
|
1372
|
+
xlDialogGalleryDoughnut = 344,
|
|
1373
|
+
xlDialogChartTrend = 350,
|
|
1374
|
+
xlDialogWorkbookInsert = 354,
|
|
1375
|
+
xlDialogOptionsTransition = 355,
|
|
1376
|
+
xlDialogOptionsGeneral = 356,
|
|
1377
|
+
xlDialogFilterAdvanced = 370,
|
|
1378
|
+
xlDialogMailNextLetter = 378,
|
|
1379
|
+
xlDialogDataLabel = 379,
|
|
1380
|
+
xlDialogInsertTitle = 380,
|
|
1381
|
+
xlDialogFontProperties = 381,
|
|
1382
|
+
xlDialogMacroOptions = 382,
|
|
1383
|
+
xlDialogWorkbookUnhide = 384,
|
|
1384
|
+
xlDialogWorkbookName = 386,
|
|
1385
|
+
xlDialogGalleryCustom = 388,
|
|
1386
|
+
xlDialogAddChartAutoformat = 390,
|
|
1387
|
+
xlDialogChartAddData = 392,
|
|
1388
|
+
xlDialogTabOrder = 394,
|
|
1389
|
+
xlDialogSubtotalCreate = 398,
|
|
1390
|
+
xlDialogWorkbookTabSplit = 415,
|
|
1391
|
+
xlDialogWorkbookProtect = 417,
|
|
1392
|
+
xlDialogScrollbarProperties = 420,
|
|
1393
|
+
xlDialogPivotShowPages = 421,
|
|
1394
|
+
xlDialogTextToColumns = 422,
|
|
1395
|
+
xlDialogFormatCharttype = 423,
|
|
1396
|
+
xlDialogPivotFieldGroup = 433,
|
|
1397
|
+
xlDialogPivotFieldUngroup = 434,
|
|
1398
|
+
xlDialogCheckboxProperties = 435,
|
|
1399
|
+
xlDialogLabelProperties = 436,
|
|
1400
|
+
xlDialogListboxProperties = 437,
|
|
1401
|
+
xlDialogEditboxProperties = 438,
|
|
1402
|
+
xlDialogOpenText = 441,
|
|
1403
|
+
xlDialogPushbuttonProperties = 445,
|
|
1404
|
+
xlDialogFilter = 447,
|
|
1405
|
+
xlDialogFunctionWizard = 450,
|
|
1406
|
+
xlDialogSaveCopyAs = 456,
|
|
1407
|
+
xlDialogOptionsListsAdd = 458,
|
|
1408
|
+
xlDialogSeriesAxes = 460,
|
|
1409
|
+
xlDialogSeriesX = 461,
|
|
1410
|
+
xlDialogSeriesY = 462,
|
|
1411
|
+
xlDialogErrorbarX = 463,
|
|
1412
|
+
xlDialogErrorbarY = 464,
|
|
1413
|
+
xlDialogFormatChart = 465,
|
|
1414
|
+
xlDialogSeriesOrder = 466,
|
|
1415
|
+
xlDialogMailEditMailer = 470,
|
|
1416
|
+
xlDialogStandardWidth = 472,
|
|
1417
|
+
xlDialogScenarioMerge = 473,
|
|
1418
|
+
xlDialogProperties = 474,
|
|
1419
|
+
xlDialogSummaryInfo = 474,
|
|
1420
|
+
xlDialogFindFile = 475,
|
|
1421
|
+
xlDialogActiveCellFont = 476,
|
|
1422
|
+
xlDialogVbaMakeAddin = 478,
|
|
1423
|
+
xlDialogFileSharing = 481,
|
|
1424
|
+
xlDialogAutoCorrect = 485,
|
|
1425
|
+
xlDialogCustomViews = 493,
|
|
1426
|
+
xlDialogInsertNameLabel = 496,
|
|
1427
|
+
xlDialogSeriesShape = 504,
|
|
1428
|
+
xlDialogChartOptionsDataLabels = 505,
|
|
1429
|
+
xlDialogChartOptionsDataTable = 506,
|
|
1430
|
+
xlDialogSetBackgroundPicture = 509,
|
|
1431
|
+
xlDialogDataValidation = 525,
|
|
1432
|
+
xlDialogChartType = 526,
|
|
1433
|
+
xlDialogChartLocation = 527,
|
|
1434
|
+
_xlDialogPhonetic = 538,
|
|
1435
|
+
xlDialogChartSourceData = 540,
|
|
1436
|
+
_xlDialogChartSourceData = 541,
|
|
1437
|
+
xlDialogSeriesOptions = 557,
|
|
1438
|
+
xlDialogPivotTableOptions = 567,
|
|
1439
|
+
xlDialogPivotSolveOrder = 568,
|
|
1440
|
+
xlDialogPivotCalculatedField = 570,
|
|
1441
|
+
xlDialogPivotCalculatedItem = 572,
|
|
1442
|
+
xlDialogConditionalFormatting = 583,
|
|
1443
|
+
xlDialogInsertHyperlink = 596,
|
|
1444
|
+
xlDialogProtectSharing = 620,
|
|
1445
|
+
xlDialogOptionsME = 647,
|
|
1446
|
+
xlDialogPublishAsWebPage = 653,
|
|
1447
|
+
xlDialogPhonetic = 656,
|
|
1448
|
+
xlDialogNewWebQuery = 667,
|
|
1449
|
+
xlDialogImportTextFile = 666,
|
|
1450
|
+
xlDialogExternalDataProperties = 530,
|
|
1451
|
+
xlDialogWebOptionsGeneral = 683,
|
|
1452
|
+
xlDialogWebOptionsFiles = 684,
|
|
1453
|
+
xlDialogWebOptionsPictures = 685,
|
|
1454
|
+
xlDialogWebOptionsEncoding = 686,
|
|
1455
|
+
xlDialogWebOptionsFonts = 687,
|
|
1456
|
+
xlDialogPivotClientServerSet = 689,
|
|
1457
|
+
xlDialogPropertyFields = 754,
|
|
1458
|
+
xlDialogSearch = 731,
|
|
1459
|
+
xlDialogEvaluateFormula = 709,
|
|
1460
|
+
xlDialogDataLabelMultiple = 723,
|
|
1461
|
+
xlDialogChartOptionsDataLabelMultiple = 724,
|
|
1462
|
+
xlDialogErrorChecking = 732,
|
|
1463
|
+
xlDialogWebOptionsBrowsers = 773,
|
|
1464
|
+
xlDialogCreateList = 796,
|
|
1465
|
+
xlDialogPermission = 832,
|
|
1466
|
+
xlDialogMyPermission = 834,
|
|
1467
|
+
xlDialogDocumentInspector = 862,
|
|
1468
|
+
xlDialogNameManager = 977,
|
|
1469
|
+
xlDialogNewName = 978,
|
|
1470
|
+
xlDialogSparklineInsertLine = 1133,
|
|
1471
|
+
xlDialogSparklineInsertColumn = 1134,
|
|
1472
|
+
xlDialogSparklineInsertWinLoss = 1135,
|
|
1473
|
+
xlDialogSlicerSettings = 1179,
|
|
1474
|
+
xlDialogSlicerCreation = 1182,
|
|
1475
|
+
xlDialogSlicerPivotTableConnections = 1184,
|
|
1476
|
+
xlDialogPivotTableSlicerConnections = 1183,
|
|
1477
|
+
xlDialogPivotTableWhatIfAnalysisSettings = 1153,
|
|
1478
|
+
xlDialogSetManager = 1109,
|
|
1479
|
+
xlDialogSetMDXEditor = 1208,
|
|
1480
|
+
xlDialogSetTupleEditorOnRows = 1107,
|
|
1481
|
+
xlDialogSetTupleEditorOnColumns = 1108,
|
|
1482
|
+
xlDialogManageRelationships = 1271,
|
|
1483
|
+
xlDialogCreateRelationship = 1272,
|
|
1484
|
+
xlDialogRecommendedPivotTables = 1258,
|
|
1485
|
+
xlDialogForecastETS = 1300,
|
|
1486
|
+
xlDialogPivotDefaultLayout = 1360
|
|
1487
|
+
}
|
|
1488
|
+
|
|
1489
|
+
declare enum XlParameterType {
|
|
1490
|
+
xlPrompt = 0,
|
|
1491
|
+
xlConstant = 1,
|
|
1492
|
+
xlRange = 2
|
|
1493
|
+
}
|
|
1494
|
+
|
|
1495
|
+
declare enum XlParameterDataType {
|
|
1496
|
+
xlParamTypeUnknown = 0,
|
|
1497
|
+
xlParamTypeChar = 1,
|
|
1498
|
+
xlParamTypeNumeric = 2,
|
|
1499
|
+
xlParamTypeDecimal = 3,
|
|
1500
|
+
xlParamTypeInteger = 4,
|
|
1501
|
+
xlParamTypeSmallInt = 5,
|
|
1502
|
+
xlParamTypeFloat = 6,
|
|
1503
|
+
xlParamTypeReal = 7,
|
|
1504
|
+
xlParamTypeDouble = 8,
|
|
1505
|
+
xlParamTypeVarChar = 12,
|
|
1506
|
+
xlParamTypeDate = 9,
|
|
1507
|
+
xlParamTypeTime = 10,
|
|
1508
|
+
xlParamTypeTimestamp = 11,
|
|
1509
|
+
xlParamTypeLongVarChar = -1,
|
|
1510
|
+
xlParamTypeBinary = -2,
|
|
1511
|
+
xlParamTypeVarBinary = -3,
|
|
1512
|
+
xlParamTypeLongVarBinary = -4,
|
|
1513
|
+
xlParamTypeBigInt = -5,
|
|
1514
|
+
xlParamTypeTinyInt = -6,
|
|
1515
|
+
xlParamTypeBit = -7,
|
|
1516
|
+
xlParamTypeWChar = -8
|
|
1517
|
+
}
|
|
1518
|
+
|
|
1519
|
+
declare enum XlFormControl {
|
|
1520
|
+
xlButtonControl = 0,
|
|
1521
|
+
xlCheckBox = 1,
|
|
1522
|
+
xlDropDown = 2,
|
|
1523
|
+
xlEditBox = 3,
|
|
1524
|
+
xlGroupBox = 4,
|
|
1525
|
+
xlLabel = 5,
|
|
1526
|
+
xlListBox = 6,
|
|
1527
|
+
xlOptionButton = 7,
|
|
1528
|
+
xlScrollBar = 8,
|
|
1529
|
+
xlSpinner = 9
|
|
1530
|
+
}
|
|
1531
|
+
|
|
1532
|
+
declare enum XlSourceType {
|
|
1533
|
+
xlSourceWorkbook = 0,
|
|
1534
|
+
xlSourceSheet = 1,
|
|
1535
|
+
xlSourcePrintArea = 2,
|
|
1536
|
+
xlSourceAutoFilter = 3,
|
|
1537
|
+
xlSourceRange = 4,
|
|
1538
|
+
xlSourceChart = 5,
|
|
1539
|
+
xlSourcePivotTable = 6,
|
|
1540
|
+
xlSourceQuery = 7
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1543
|
+
declare enum XlHtmlType {
|
|
1544
|
+
xlHtmlStatic = 0,
|
|
1545
|
+
xlHtmlCalc = 1,
|
|
1546
|
+
xlHtmlList = 2,
|
|
1547
|
+
xlHtmlChart = 3
|
|
1548
|
+
}
|
|
1549
|
+
|
|
1550
|
+
declare enum XlPivotFormatType {
|
|
1551
|
+
xlReport1 = 0,
|
|
1552
|
+
xlReport2 = 1,
|
|
1553
|
+
xlReport3 = 2,
|
|
1554
|
+
xlReport4 = 3,
|
|
1555
|
+
xlReport5 = 4,
|
|
1556
|
+
xlReport6 = 5,
|
|
1557
|
+
xlReport7 = 6,
|
|
1558
|
+
xlReport8 = 7,
|
|
1559
|
+
xlReport9 = 8,
|
|
1560
|
+
xlReport10 = 9,
|
|
1561
|
+
xlTable1 = 10,
|
|
1562
|
+
xlTable2 = 11,
|
|
1563
|
+
xlTable3 = 12,
|
|
1564
|
+
xlTable4 = 13,
|
|
1565
|
+
xlTable5 = 14,
|
|
1566
|
+
xlTable6 = 15,
|
|
1567
|
+
xlTable7 = 16,
|
|
1568
|
+
xlTable8 = 17,
|
|
1569
|
+
xlTable9 = 18,
|
|
1570
|
+
xlTable10 = 19,
|
|
1571
|
+
xlPTClassic = 20,
|
|
1572
|
+
xlPTNone = 21
|
|
1573
|
+
}
|
|
1574
|
+
|
|
1575
|
+
declare enum XlCmdType {
|
|
1576
|
+
xlCmdCube = 1,
|
|
1577
|
+
xlCmdSql = 2,
|
|
1578
|
+
xlCmdTable = 3,
|
|
1579
|
+
xlCmdDefault = 4,
|
|
1580
|
+
xlCmdList = 5,
|
|
1581
|
+
xlCmdTableCollection = 6,
|
|
1582
|
+
xlCmdExcel = 7,
|
|
1583
|
+
xlCmdDAX = 8
|
|
1584
|
+
}
|
|
1585
|
+
|
|
1586
|
+
declare enum XlColumnDataType {
|
|
1587
|
+
xlGeneralFormat = 1,
|
|
1588
|
+
xlTextFormat = 2,
|
|
1589
|
+
xlMDYFormat = 3,
|
|
1590
|
+
xlDMYFormat = 4,
|
|
1591
|
+
xlYMDFormat = 5,
|
|
1592
|
+
xlMYDFormat = 6,
|
|
1593
|
+
xlDYMFormat = 7,
|
|
1594
|
+
xlYDMFormat = 8,
|
|
1595
|
+
xlSkipColumn = 9,
|
|
1596
|
+
xlEMDFormat = 10
|
|
1597
|
+
}
|
|
1598
|
+
|
|
1599
|
+
declare enum XlQueryType {
|
|
1600
|
+
xlODBCQuery = 1,
|
|
1601
|
+
xlDAORecordset = 2,
|
|
1602
|
+
xlWebQuery = 4,
|
|
1603
|
+
xlOLEDBQuery = 5,
|
|
1604
|
+
xlTextImport = 6,
|
|
1605
|
+
xlADORecordset = 7
|
|
1606
|
+
}
|
|
1607
|
+
|
|
1608
|
+
declare enum XlWebSelectionType {
|
|
1609
|
+
xlEntirePage = 1,
|
|
1610
|
+
xlAllTables = 2,
|
|
1611
|
+
xlSpecifiedTables = 3
|
|
1612
|
+
}
|
|
1613
|
+
|
|
1614
|
+
declare enum XlCubeFieldType {
|
|
1615
|
+
xlHierarchy = 1,
|
|
1616
|
+
xlMeasure = 2,
|
|
1617
|
+
xlSet = 3
|
|
1618
|
+
}
|
|
1619
|
+
|
|
1620
|
+
declare enum XlWebFormatting {
|
|
1621
|
+
xlWebFormattingAll = 1,
|
|
1622
|
+
xlWebFormattingRTF = 2,
|
|
1623
|
+
xlWebFormattingNone = 3
|
|
1624
|
+
}
|
|
1625
|
+
|
|
1626
|
+
declare enum XlDisplayDrawingObjects {
|
|
1627
|
+
xlDisplayShapes = -4104,
|
|
1628
|
+
xlHide = 3,
|
|
1629
|
+
xlPlaceholders = 2
|
|
1630
|
+
}
|
|
1631
|
+
|
|
1632
|
+
declare enum XlSubtototalLocationType {
|
|
1633
|
+
xlAtTop = 1,
|
|
1634
|
+
xlAtBottom = 2
|
|
1635
|
+
}
|
|
1636
|
+
|
|
1637
|
+
declare enum XlPivotTableVersionList {
|
|
1638
|
+
xlPivotTableVersion2000 = 0,
|
|
1639
|
+
xlPivotTableVersion10 = 1,
|
|
1640
|
+
xlPivotTableVersion11 = 2,
|
|
1641
|
+
xlPivotTableVersion12 = 3,
|
|
1642
|
+
xlPivotTableVersion14 = 4,
|
|
1643
|
+
xlPivotTableVersion15 = 5,
|
|
1644
|
+
xlPivotTableVersionCurrent = -1
|
|
1645
|
+
}
|
|
1646
|
+
|
|
1647
|
+
declare enum XlPrintErrors {
|
|
1648
|
+
xlPrintErrorsDisplayed = 0,
|
|
1649
|
+
xlPrintErrorsBlank = 1,
|
|
1650
|
+
xlPrintErrorsDash = 2,
|
|
1651
|
+
xlPrintErrorsNA = 3
|
|
1652
|
+
}
|
|
1653
|
+
|
|
1654
|
+
declare enum XlPivotCellType {
|
|
1655
|
+
xlPivotCellValue = 0,
|
|
1656
|
+
xlPivotCellPivotItem = 1,
|
|
1657
|
+
xlPivotCellSubtotal = 2,
|
|
1658
|
+
xlPivotCellGrandTotal = 3,
|
|
1659
|
+
xlPivotCellDataField = 4,
|
|
1660
|
+
xlPivotCellPivotField = 5,
|
|
1661
|
+
xlPivotCellPageFieldItem = 6,
|
|
1662
|
+
xlPivotCellCustomSubtotal = 7,
|
|
1663
|
+
xlPivotCellDataPivotField = 8,
|
|
1664
|
+
xlPivotCellBlankCell = 9
|
|
1665
|
+
}
|
|
1666
|
+
|
|
1667
|
+
declare enum XlPivotTableMissingItems {
|
|
1668
|
+
xlMissingItemsDefault = -1,
|
|
1669
|
+
xlMissingItemsNone = 0,
|
|
1670
|
+
xlMissingItemsMax = 32500,
|
|
1671
|
+
xlMissingItemsMax2 = 1048576
|
|
1672
|
+
}
|
|
1673
|
+
|
|
1674
|
+
declare enum XlCalculationState {
|
|
1675
|
+
xlDone = 0,
|
|
1676
|
+
xlCalculating = 1,
|
|
1677
|
+
xlPending = 2
|
|
1678
|
+
}
|
|
1679
|
+
|
|
1680
|
+
declare enum XlCalculationInterruptKey {
|
|
1681
|
+
xlNoKey = 0,
|
|
1682
|
+
xlEscKey = 1,
|
|
1683
|
+
xlAnyKey = 2
|
|
1684
|
+
}
|
|
1685
|
+
|
|
1686
|
+
declare enum XlSortDataOption {
|
|
1687
|
+
xlSortNormal = 0,
|
|
1688
|
+
xlSortTextAsNumbers = 1
|
|
1689
|
+
}
|
|
1690
|
+
|
|
1691
|
+
declare enum XlUpdateLinks {
|
|
1692
|
+
xlUpdateLinksUserSetting = 1,
|
|
1693
|
+
xlUpdateLinksNever = 2,
|
|
1694
|
+
xlUpdateLinksAlways = 3
|
|
1695
|
+
}
|
|
1696
|
+
|
|
1697
|
+
declare enum XlLinkStatus {
|
|
1698
|
+
xlLinkStatusOK = 0,
|
|
1699
|
+
xlLinkStatusMissingFile = 1,
|
|
1700
|
+
xlLinkStatusMissingSheet = 2,
|
|
1701
|
+
xlLinkStatusOld = 3,
|
|
1702
|
+
xlLinkStatusSourceNotCalculated = 4,
|
|
1703
|
+
xlLinkStatusIndeterminate = 5,
|
|
1704
|
+
xlLinkStatusNotStarted = 6,
|
|
1705
|
+
xlLinkStatusInvalidName = 7,
|
|
1706
|
+
xlLinkStatusSourceNotOpen = 8,
|
|
1707
|
+
xlLinkStatusSourceOpen = 9,
|
|
1708
|
+
xlLinkStatusCopiedValues = 10
|
|
1709
|
+
}
|
|
1710
|
+
|
|
1711
|
+
declare enum XlSearchWithin {
|
|
1712
|
+
xlWithinSheet = 1,
|
|
1713
|
+
xlWithinWorkbook = 2
|
|
1714
|
+
}
|
|
1715
|
+
|
|
1716
|
+
declare enum XlCorruptLoad {
|
|
1717
|
+
xlNormalLoad = 0,
|
|
1718
|
+
xlRepairFile = 1,
|
|
1719
|
+
xlExtractData = 2
|
|
1720
|
+
}
|
|
1721
|
+
|
|
1722
|
+
declare enum XlRobustConnect {
|
|
1723
|
+
xlAsRequired = 0,
|
|
1724
|
+
xlAlways = 1,
|
|
1725
|
+
xlNever = 2
|
|
1726
|
+
}
|
|
1727
|
+
|
|
1728
|
+
declare enum XlErrorChecks {
|
|
1729
|
+
xlEvaluateToError = 1,
|
|
1730
|
+
xlTextDate = 2,
|
|
1731
|
+
xlNumberAsText = 3,
|
|
1732
|
+
xlInconsistentFormula = 4,
|
|
1733
|
+
xlOmittedCells = 5,
|
|
1734
|
+
xlUnlockedFormulaCells = 6,
|
|
1735
|
+
xlEmptyCellReferences = 7,
|
|
1736
|
+
xlListDataValidation = 8,
|
|
1737
|
+
xlInconsistentListFormula = 9,
|
|
1738
|
+
xlMisleadingFormat = 10,
|
|
1739
|
+
xlOutdatedLinkedDataType = 11,
|
|
1740
|
+
xlStaleValue = 12
|
|
1741
|
+
}
|
|
1742
|
+
|
|
1743
|
+
declare enum XlDataLabelSeparator {
|
|
1744
|
+
xlDataLabelSeparatorDefault = 1
|
|
1745
|
+
}
|
|
1746
|
+
|
|
1747
|
+
declare enum XlSmartTagDisplayMode {
|
|
1748
|
+
xlIndicatorAndButton = 0,
|
|
1749
|
+
xlDisplayNone = 1,
|
|
1750
|
+
xlButtonOnly = 2
|
|
1751
|
+
}
|
|
1752
|
+
|
|
1753
|
+
declare enum XlRangeValueDataType {
|
|
1754
|
+
xlRangeValueDefault = 10,
|
|
1755
|
+
xlRangeValueXMLSpreadsheet = 11,
|
|
1756
|
+
xlRangeValueMSPersistXML = 12
|
|
1757
|
+
}
|
|
1758
|
+
|
|
1759
|
+
declare enum XlSpeakDirection {
|
|
1760
|
+
xlSpeakByRows = 0,
|
|
1761
|
+
xlSpeakByColumns = 1
|
|
1762
|
+
}
|
|
1763
|
+
|
|
1764
|
+
declare enum XlInsertFormatOrigin {
|
|
1765
|
+
xlFormatFromLeftOrAbove = 0,
|
|
1766
|
+
xlFormatFromRightOrBelow = 1
|
|
1767
|
+
}
|
|
1768
|
+
|
|
1769
|
+
declare enum XlArabicModes {
|
|
1770
|
+
xlArabicNone = 0,
|
|
1771
|
+
xlArabicStrictAlefHamza = 1,
|
|
1772
|
+
xlArabicStrictFinalYaa = 2,
|
|
1773
|
+
xlArabicBothStrict = 3
|
|
1774
|
+
}
|
|
1775
|
+
|
|
1776
|
+
declare enum XlImportDataAs {
|
|
1777
|
+
xlQueryTable = 0,
|
|
1778
|
+
xlPivotTableReport = 1,
|
|
1779
|
+
xlTable = 2
|
|
1780
|
+
}
|
|
1781
|
+
|
|
1782
|
+
declare enum XlCalculatedMemberType {
|
|
1783
|
+
xlCalculatedMember = 0,
|
|
1784
|
+
xlCalculatedSet = 1,
|
|
1785
|
+
xlCalculatedMeasure = 2
|
|
1786
|
+
}
|
|
1787
|
+
|
|
1788
|
+
declare enum XlHebrewModes {
|
|
1789
|
+
xlHebrewFullScript = 0,
|
|
1790
|
+
xlHebrewPartialScript = 1,
|
|
1791
|
+
xlHebrewMixedScript = 2,
|
|
1792
|
+
xlHebrewMixedAuthorizedScript = 3
|
|
1793
|
+
}
|
|
1794
|
+
|
|
1795
|
+
declare enum XlListObjectSourceType {
|
|
1796
|
+
xlSrcExternal = 0,
|
|
1797
|
+
xlSrcRange = 1,
|
|
1798
|
+
xlSrcXml = 2,
|
|
1799
|
+
xlSrcQuery = 3,
|
|
1800
|
+
xlSrcModel = 4
|
|
1801
|
+
}
|
|
1802
|
+
|
|
1803
|
+
declare enum XlTextVisualLayoutType {
|
|
1804
|
+
xlTextVisualLTR = 1,
|
|
1805
|
+
xlTextVisualRTL = 2
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1808
|
+
declare enum XlListDataType {
|
|
1809
|
+
xlListDataTypeNone = 0,
|
|
1810
|
+
xlListDataTypeText = 1,
|
|
1811
|
+
xlListDataTypeMultiLineText = 2,
|
|
1812
|
+
xlListDataTypeNumber = 3,
|
|
1813
|
+
xlListDataTypeCurrency = 4,
|
|
1814
|
+
xlListDataTypeDateTime = 5,
|
|
1815
|
+
xlListDataTypeChoice = 6,
|
|
1816
|
+
xlListDataTypeChoiceMulti = 7,
|
|
1817
|
+
xlListDataTypeListLookup = 8,
|
|
1818
|
+
xlListDataTypeCheckbox = 9,
|
|
1819
|
+
xlListDataTypeHyperLink = 10,
|
|
1820
|
+
xlListDataTypeCounter = 11,
|
|
1821
|
+
xlListDataTypeMultiLineRichText = 12
|
|
1822
|
+
}
|
|
1823
|
+
|
|
1824
|
+
declare enum XlTotalsCalculation {
|
|
1825
|
+
xlTotalsCalculationNone = 0,
|
|
1826
|
+
xlTotalsCalculationSum = 1,
|
|
1827
|
+
xlTotalsCalculationAverage = 2,
|
|
1828
|
+
xlTotalsCalculationCount = 3,
|
|
1829
|
+
xlTotalsCalculationCountNums = 4,
|
|
1830
|
+
xlTotalsCalculationMin = 5,
|
|
1831
|
+
xlTotalsCalculationMax = 6,
|
|
1832
|
+
xlTotalsCalculationStdDev = 7,
|
|
1833
|
+
xlTotalsCalculationVar = 8,
|
|
1834
|
+
xlTotalsCalculationCustom = 9
|
|
1835
|
+
}
|
|
1836
|
+
|
|
1837
|
+
declare enum XlXmlLoadOption {
|
|
1838
|
+
xlXmlLoadPromptUser = 0,
|
|
1839
|
+
xlXmlLoadOpenXml = 1,
|
|
1840
|
+
xlXmlLoadImportToList = 2,
|
|
1841
|
+
xlXmlLoadMapXml = 3
|
|
1842
|
+
}
|
|
1843
|
+
|
|
1844
|
+
declare enum XlSmartTagControlType {
|
|
1845
|
+
xlSmartTagControlSmartTag = 1,
|
|
1846
|
+
xlSmartTagControlLink = 2,
|
|
1847
|
+
xlSmartTagControlHelp = 3,
|
|
1848
|
+
xlSmartTagControlHelpURL = 4,
|
|
1849
|
+
xlSmartTagControlSeparator = 5,
|
|
1850
|
+
xlSmartTagControlButton = 6,
|
|
1851
|
+
xlSmartTagControlLabel = 7,
|
|
1852
|
+
xlSmartTagControlImage = 8,
|
|
1853
|
+
xlSmartTagControlCheckbox = 9,
|
|
1854
|
+
xlSmartTagControlTextbox = 10,
|
|
1855
|
+
xlSmartTagControlListbox = 11,
|
|
1856
|
+
xlSmartTagControlCombo = 12,
|
|
1857
|
+
xlSmartTagControlActiveX = 13,
|
|
1858
|
+
xlSmartTagControlRadioGroup = 14
|
|
1859
|
+
}
|
|
1860
|
+
|
|
1861
|
+
declare enum XlListConflict {
|
|
1862
|
+
xlListConflictDialog = 0,
|
|
1863
|
+
xlListConflictRetryAllConflicts = 1,
|
|
1864
|
+
xlListConflictDiscardAllConflicts = 2,
|
|
1865
|
+
xlListConflictError = 3
|
|
1866
|
+
}
|
|
1867
|
+
|
|
1868
|
+
declare enum XlXmlExportResult {
|
|
1869
|
+
xlXmlExportSuccess = 0,
|
|
1870
|
+
xlXmlExportValidationFailed = 1
|
|
1871
|
+
}
|
|
1872
|
+
|
|
1873
|
+
declare enum XlXmlImportResult {
|
|
1874
|
+
xlXmlImportSuccess = 0,
|
|
1875
|
+
xlXmlImportElementsTruncated = 1,
|
|
1876
|
+
xlXmlImportValidationFailed = 2
|
|
1877
|
+
}
|
|
1878
|
+
|
|
1879
|
+
declare enum XlRemoveDocInfoType {
|
|
1880
|
+
xlRDIComments = 1,
|
|
1881
|
+
xlRDIRemovePersonalInformation = 4,
|
|
1882
|
+
xlRDIEmailHeader = 5,
|
|
1883
|
+
xlRDIRoutingSlip = 6,
|
|
1884
|
+
xlRDISendForReview = 7,
|
|
1885
|
+
xlRDIDocumentProperties = 8,
|
|
1886
|
+
xlRDIDocumentWorkspace = 10,
|
|
1887
|
+
xlRDIInkAnnotations = 11,
|
|
1888
|
+
xlRDIScenarioComments = 12,
|
|
1889
|
+
xlRDIPublishInfo = 13,
|
|
1890
|
+
xlRDIDocumentServerProperties = 14,
|
|
1891
|
+
xlRDIDocumentManagementPolicy = 15,
|
|
1892
|
+
xlRDIContentType = 16,
|
|
1893
|
+
xlRDIDefinedNameComments = 18,
|
|
1894
|
+
xlRDIInactiveDataConnections = 19,
|
|
1895
|
+
xlRDIPrinterPath = 20,
|
|
1896
|
+
xlRDIInlineWebExtensions = 21,
|
|
1897
|
+
xlRDITaskpaneWebExtensions = 22,
|
|
1898
|
+
xlRDIExcelDataModel = 23,
|
|
1899
|
+
xlRDIAll = 99
|
|
1900
|
+
}
|
|
1901
|
+
|
|
1902
|
+
declare enum XlRgbColor {
|
|
1903
|
+
rgbAliceBlue = 16775408,
|
|
1904
|
+
rgbAntiqueWhite = 14150650,
|
|
1905
|
+
rgbAqua = 16776960,
|
|
1906
|
+
rgbAquamarine = 13959039,
|
|
1907
|
+
rgbAzure = 16777200,
|
|
1908
|
+
rgbBeige = 14480885,
|
|
1909
|
+
rgbBisque = 12903679,
|
|
1910
|
+
rgbBlack = 0,
|
|
1911
|
+
rgbBlanchedAlmond = 13495295,
|
|
1912
|
+
rgbBlue = 16711680,
|
|
1913
|
+
rgbBlueViolet = 14822282,
|
|
1914
|
+
rgbBrown = 2763429,
|
|
1915
|
+
rgbBurlyWood = 8894686,
|
|
1916
|
+
rgbCadetBlue = 10526303,
|
|
1917
|
+
rgbChartreuse = 65407,
|
|
1918
|
+
rgbCoral = 5275647,
|
|
1919
|
+
rgbCornflowerBlue = 15570276,
|
|
1920
|
+
rgbCornsilk = 14481663,
|
|
1921
|
+
rgbCrimson = 3937500,
|
|
1922
|
+
rgbDarkBlue = 9109504,
|
|
1923
|
+
rgbDarkCyan = 9145088,
|
|
1924
|
+
rgbDarkGoldenrod = 755384,
|
|
1925
|
+
rgbDarkGreen = 25600,
|
|
1926
|
+
rgbDarkGray = 11119017,
|
|
1927
|
+
rgbDarkGrey = 11119017,
|
|
1928
|
+
rgbDarkKhaki = 7059389,
|
|
1929
|
+
rgbDarkMagenta = 9109643,
|
|
1930
|
+
rgbDarkOliveGreen = 3107669,
|
|
1931
|
+
rgbDarkOrange = 36095,
|
|
1932
|
+
rgbDarkOrchid = 13382297,
|
|
1933
|
+
rgbDarkRed = 139,
|
|
1934
|
+
rgbDarkSalmon = 8034025,
|
|
1935
|
+
rgbDarkSeaGreen = 9419919,
|
|
1936
|
+
rgbDarkSlateBlue = 9125192,
|
|
1937
|
+
rgbDarkSlateGray = 5197615,
|
|
1938
|
+
rgbDarkSlateGrey = 5197615,
|
|
1939
|
+
rgbDarkTurquoise = 13749760,
|
|
1940
|
+
rgbDarkViolet = 13828244,
|
|
1941
|
+
rgbDeepPink = 9639167,
|
|
1942
|
+
rgbDeepSkyBlue = 16760576,
|
|
1943
|
+
rgbDimGray = 6908265,
|
|
1944
|
+
rgbDimGrey = 6908265,
|
|
1945
|
+
rgbDodgerBlue = 16748574,
|
|
1946
|
+
rgbFireBrick = 2237106,
|
|
1947
|
+
rgbFloralWhite = 15792895,
|
|
1948
|
+
rgbForestGreen = 2263842,
|
|
1949
|
+
rgbFuchsia = 16711935,
|
|
1950
|
+
rgbGainsboro = 14474460,
|
|
1951
|
+
rgbGhostWhite = 16775416,
|
|
1952
|
+
rgbGold = 55295,
|
|
1953
|
+
rgbGoldenrod = 2139610,
|
|
1954
|
+
rgbGray = 8421504,
|
|
1955
|
+
rgbGreen = 32768,
|
|
1956
|
+
rgbGrey = 8421504,
|
|
1957
|
+
rgbGreenYellow = 3145645,
|
|
1958
|
+
rgbHoneydew = 15794160,
|
|
1959
|
+
rgbHotPink = 11823615,
|
|
1960
|
+
rgbIndianRed = 6053069,
|
|
1961
|
+
rgbIndigo = 8519755,
|
|
1962
|
+
rgbIvory = 15794175,
|
|
1963
|
+
rgbKhaki = 9234160,
|
|
1964
|
+
rgbLavender = 16443110,
|
|
1965
|
+
rgbLavenderBlush = 16118015,
|
|
1966
|
+
rgbLawnGreen = 64636,
|
|
1967
|
+
rgbLemonChiffon = 13499135,
|
|
1968
|
+
rgbLightBlue = 15128749,
|
|
1969
|
+
rgbLightCoral = 8421616,
|
|
1970
|
+
rgbLightCyan = 9145088,
|
|
1971
|
+
rgbLightGoldenrodYellow = 13826810,
|
|
1972
|
+
rgbLightGray = 13882323,
|
|
1973
|
+
rgbLightGreen = 9498256,
|
|
1974
|
+
rgbLightGrey = 13882323,
|
|
1975
|
+
rgbLightPink = 12695295,
|
|
1976
|
+
rgbLightSalmon = 8036607,
|
|
1977
|
+
rgbLightSeaGreen = 11186720,
|
|
1978
|
+
rgbLightSkyBlue = 16436871,
|
|
1979
|
+
rgbLightSlateGray = 10061943,
|
|
1980
|
+
rgbLightSlateGrey = 10061943,
|
|
1981
|
+
rgbLightSteelBlue = 14599344,
|
|
1982
|
+
rgbLightYellow = 14745599,
|
|
1983
|
+
rgbLime = 65280,
|
|
1984
|
+
rgbLimeGreen = 3329330,
|
|
1985
|
+
rgbLinen = 15134970,
|
|
1986
|
+
rgbMaroon = 128,
|
|
1987
|
+
rgbMediumAquamarine = 11206502,
|
|
1988
|
+
rgbMediumBlue = 13434880,
|
|
1989
|
+
rgbMediumOrchid = 13850042,
|
|
1990
|
+
rgbMediumPurple = 14381203,
|
|
1991
|
+
rgbMediumSeaGreen = 7451452,
|
|
1992
|
+
rgbMediumSlateBlue = 15624315,
|
|
1993
|
+
rgbMediumSpringGreen = 10156544,
|
|
1994
|
+
rgbMediumTurquoise = 13422920,
|
|
1995
|
+
rgbMediumVioletRed = 8721863,
|
|
1996
|
+
rgbMidnightBlue = 7346457,
|
|
1997
|
+
rgbMintCream = 16449525,
|
|
1998
|
+
rgbMistyRose = 14804223,
|
|
1999
|
+
rgbMoccasin = 11920639,
|
|
2000
|
+
rgbNavajoWhite = 11394815,
|
|
2001
|
+
rgbNavy = 8388608,
|
|
2002
|
+
rgbNavyBlue = 8388608,
|
|
2003
|
+
rgbOldLace = 15136253,
|
|
2004
|
+
rgbOlive = 32896,
|
|
2005
|
+
rgbOliveDrab = 2330219,
|
|
2006
|
+
rgbOrange = 42495,
|
|
2007
|
+
rgbOrangeRed = 17919,
|
|
2008
|
+
rgbOrchid = 14053594,
|
|
2009
|
+
rgbPaleGoldenrod = 7071982,
|
|
2010
|
+
rgbPaleGreen = 10025880,
|
|
2011
|
+
rgbPaleTurquoise = 15658671,
|
|
2012
|
+
rgbPaleVioletRed = 9662683,
|
|
2013
|
+
rgbPapayaWhip = 14020607,
|
|
2014
|
+
rgbPeachPuff = 12180223,
|
|
2015
|
+
rgbPeru = 4163021,
|
|
2016
|
+
rgbPink = 13353215,
|
|
2017
|
+
rgbPlum = 14524637,
|
|
2018
|
+
rgbPowderBlue = 15130800,
|
|
2019
|
+
rgbPurple = 8388736,
|
|
2020
|
+
rgbRed = 255,
|
|
2021
|
+
rgbRosyBrown = 9408444,
|
|
2022
|
+
rgbRoyalBlue = 14772545,
|
|
2023
|
+
rgbSalmon = 7504122,
|
|
2024
|
+
rgbSandyBrown = 6333684,
|
|
2025
|
+
rgbSeaGreen = 5737262,
|
|
2026
|
+
rgbSeashell = 15660543,
|
|
2027
|
+
rgbSienna = 2970272,
|
|
2028
|
+
rgbSilver = 12632256,
|
|
2029
|
+
rgbSkyBlue = 15453831,
|
|
2030
|
+
rgbSlateBlue = 13458026,
|
|
2031
|
+
rgbSlateGray = 9470064,
|
|
2032
|
+
rgbSlateGrey = 9470064,
|
|
2033
|
+
rgbSnow = 16448255,
|
|
2034
|
+
rgbSpringGreen = 8388352,
|
|
2035
|
+
rgbSteelBlue = 11829830,
|
|
2036
|
+
rgbTan = 9221330,
|
|
2037
|
+
rgbTeal = 8421376,
|
|
2038
|
+
rgbThistle = 14204888,
|
|
2039
|
+
rgbTomato = 4678655,
|
|
2040
|
+
rgbTurquoise = 13688896,
|
|
2041
|
+
rgbYellow = 65535,
|
|
2042
|
+
rgbYellowGreen = 3329434,
|
|
2043
|
+
rgbViolet = 15631086,
|
|
2044
|
+
rgbWheat = 11788021,
|
|
2045
|
+
rgbWhite = 16777215,
|
|
2046
|
+
rgbWhiteSmoke = 16119285
|
|
2047
|
+
}
|
|
2048
|
+
|
|
2049
|
+
declare enum XlStdColorScale {
|
|
2050
|
+
xlColorScaleRYG = 1,
|
|
2051
|
+
xlColorScaleGYR = 2,
|
|
2052
|
+
xlColorScaleBlackWhite = 3,
|
|
2053
|
+
xlColorScaleWhiteBlack = 4
|
|
2054
|
+
}
|
|
2055
|
+
|
|
2056
|
+
declare enum XlConditionValueTypes {
|
|
2057
|
+
xlConditionValueNone = -1,
|
|
2058
|
+
xlConditionValueNumber = 0,
|
|
2059
|
+
xlConditionValueLowestValue = 1,
|
|
2060
|
+
xlConditionValueHighestValue = 2,
|
|
2061
|
+
xlConditionValuePercent = 3,
|
|
2062
|
+
xlConditionValueFormula = 4,
|
|
2063
|
+
xlConditionValuePercentile = 5,
|
|
2064
|
+
xlConditionValueAutomaticMin = 6,
|
|
2065
|
+
xlConditionValueAutomaticMax = 7
|
|
2066
|
+
}
|
|
2067
|
+
|
|
2068
|
+
declare enum XlFormatFilterTypes {
|
|
2069
|
+
xlFilterBottom = 0,
|
|
2070
|
+
xlFilterTop = 1,
|
|
2071
|
+
xlFilterBottomPercent = 2,
|
|
2072
|
+
xlFilterTopPercent = 3
|
|
2073
|
+
}
|
|
2074
|
+
|
|
2075
|
+
declare enum XlContainsOperator {
|
|
2076
|
+
xlContains = 0,
|
|
2077
|
+
xlDoesNotContain = 1,
|
|
2078
|
+
xlBeginsWith = 2,
|
|
2079
|
+
xlEndsWith = 3
|
|
2080
|
+
}
|
|
2081
|
+
|
|
2082
|
+
declare enum XlAboveBelow {
|
|
2083
|
+
xlAboveAverage = 0,
|
|
2084
|
+
xlBelowAverage = 1,
|
|
2085
|
+
xlEqualAboveAverage = 2,
|
|
2086
|
+
xlEqualBelowAverage = 3,
|
|
2087
|
+
xlAboveStdDev = 4,
|
|
2088
|
+
xlBelowStdDev = 5
|
|
2089
|
+
}
|
|
2090
|
+
|
|
2091
|
+
declare enum XlLookFor {
|
|
2092
|
+
xlLookForBlanks = 0,
|
|
2093
|
+
xlLookForErrors = 1,
|
|
2094
|
+
xlLookForFormulas = 2
|
|
2095
|
+
}
|
|
2096
|
+
|
|
2097
|
+
declare enum XlTimePeriods {
|
|
2098
|
+
xlToday = 0,
|
|
2099
|
+
xlYesterday = 1,
|
|
2100
|
+
xlLast7Days = 2,
|
|
2101
|
+
xlThisWeek = 3,
|
|
2102
|
+
xlLastWeek = 4,
|
|
2103
|
+
xlLastMonth = 5,
|
|
2104
|
+
xlTomorrow = 6,
|
|
2105
|
+
xlNextWeek = 7,
|
|
2106
|
+
xlNextMonth = 8,
|
|
2107
|
+
xlThisMonth = 9
|
|
2108
|
+
}
|
|
2109
|
+
|
|
2110
|
+
declare enum XlDupeUnique {
|
|
2111
|
+
xlUnique = 0,
|
|
2112
|
+
xlDuplicate = 1
|
|
2113
|
+
}
|
|
2114
|
+
|
|
2115
|
+
declare enum XlTopBottom {
|
|
2116
|
+
xlTop10Top = 1,
|
|
2117
|
+
xlTop10Bottom = 0
|
|
2118
|
+
}
|
|
2119
|
+
|
|
2120
|
+
declare enum XlIconSet {
|
|
2121
|
+
xlCustomSet = -1,
|
|
2122
|
+
xl3Arrows = 1,
|
|
2123
|
+
xl3ArrowsGray = 2,
|
|
2124
|
+
xl3Flags = 3,
|
|
2125
|
+
xl3TrafficLights1 = 4,
|
|
2126
|
+
xl3TrafficLights2 = 5,
|
|
2127
|
+
xl3Signs = 6,
|
|
2128
|
+
xl3Symbols = 7,
|
|
2129
|
+
xl3Symbols2 = 8,
|
|
2130
|
+
xl4Arrows = 9,
|
|
2131
|
+
xl4ArrowsGray = 10,
|
|
2132
|
+
xl4RedToBlack = 11,
|
|
2133
|
+
xl4CRV = 12,
|
|
2134
|
+
xl4TrafficLights = 13,
|
|
2135
|
+
xl5Arrows = 14,
|
|
2136
|
+
xl5ArrowsGray = 15,
|
|
2137
|
+
xl5CRV = 16,
|
|
2138
|
+
xl5Quarters = 17,
|
|
2139
|
+
xl3Stars = 18,
|
|
2140
|
+
xl3Triangles = 19,
|
|
2141
|
+
xl5Boxes = 20
|
|
2142
|
+
}
|
|
2143
|
+
|
|
2144
|
+
declare enum XlThemeFont {
|
|
2145
|
+
xlThemeFontNone = 0,
|
|
2146
|
+
xlThemeFontMajor = 1,
|
|
2147
|
+
xlThemeFontMinor = 2
|
|
2148
|
+
}
|
|
2149
|
+
|
|
2150
|
+
declare enum XlPivotLineType {
|
|
2151
|
+
xlPivotLineRegular = 0,
|
|
2152
|
+
xlPivotLineSubtotal = 1,
|
|
2153
|
+
xlPivotLineGrandTotal = 2,
|
|
2154
|
+
xlPivotLineBlank = 3
|
|
2155
|
+
}
|
|
2156
|
+
|
|
2157
|
+
declare enum XlCheckInVersionType {
|
|
2158
|
+
xlCheckInMinorVersion = 0,
|
|
2159
|
+
xlCheckInMajorVersion = 1,
|
|
2160
|
+
xlCheckInOverwriteVersion = 2
|
|
2161
|
+
}
|
|
2162
|
+
|
|
2163
|
+
declare enum XlPropertyDisplayedIn {
|
|
2164
|
+
xlDisplayPropertyInPivotTable = 1,
|
|
2165
|
+
xlDisplayPropertyInTooltip = 2,
|
|
2166
|
+
xlDisplayPropertyInPivotTableAndTooltip = 3
|
|
2167
|
+
}
|
|
2168
|
+
|
|
2169
|
+
declare enum XlConnectionType {
|
|
2170
|
+
xlConnectionTypeOLEDB = 1,
|
|
2171
|
+
xlConnectionTypeODBC = 2,
|
|
2172
|
+
xlConnectionTypeXMLMAP = 3,
|
|
2173
|
+
xlConnectionTypeTEXT = 4,
|
|
2174
|
+
xlConnectionTypeWEB = 5,
|
|
2175
|
+
xlConnectionTypeDATAFEED = 6,
|
|
2176
|
+
xlConnectionTypeMODEL = 7,
|
|
2177
|
+
xlConnectionTypeWORKSHEET = 8,
|
|
2178
|
+
xlConnectionTypeNOSOURCE = 9
|
|
2179
|
+
}
|
|
2180
|
+
|
|
2181
|
+
declare enum XlActionType {
|
|
2182
|
+
xlActionTypeUrl = 1,
|
|
2183
|
+
xlActionTypeRowset = 16,
|
|
2184
|
+
xlActionTypeReport = 128,
|
|
2185
|
+
xlActionTypeDrillthrough = 256
|
|
2186
|
+
}
|
|
2187
|
+
|
|
2188
|
+
declare enum XlLayoutRowType {
|
|
2189
|
+
xlCompactRow = 0,
|
|
2190
|
+
xlTabularRow = 1,
|
|
2191
|
+
xlOutlineRow = 2
|
|
2192
|
+
}
|
|
2193
|
+
|
|
2194
|
+
declare enum XlMeasurementUnits {
|
|
2195
|
+
xlInches = 0,
|
|
2196
|
+
xlCentimeters = 1,
|
|
2197
|
+
xlMillimeters = 2
|
|
2198
|
+
}
|
|
2199
|
+
|
|
2200
|
+
declare enum XlPivotFilterType {
|
|
2201
|
+
xlTopCount = 1,
|
|
2202
|
+
xlBottomCount = 2,
|
|
2203
|
+
xlTopPercent = 3,
|
|
2204
|
+
xlBottomPercent = 4,
|
|
2205
|
+
xlTopSum = 5,
|
|
2206
|
+
xlBottomSum = 6,
|
|
2207
|
+
xlValueEquals = 7,
|
|
2208
|
+
xlValueDoesNotEqual = 8,
|
|
2209
|
+
xlValueIsGreaterThan = 9,
|
|
2210
|
+
xlValueIsGreaterThanOrEqualTo = 10,
|
|
2211
|
+
xlValueIsLessThan = 11,
|
|
2212
|
+
xlValueIsLessThanOrEqualTo = 12,
|
|
2213
|
+
xlValueIsBetween = 13,
|
|
2214
|
+
xlValueIsNotBetween = 14,
|
|
2215
|
+
xlCaptionEquals = 15,
|
|
2216
|
+
xlCaptionDoesNotEqual = 16,
|
|
2217
|
+
xlCaptionBeginsWith = 17,
|
|
2218
|
+
xlCaptionDoesNotBeginWith = 18,
|
|
2219
|
+
xlCaptionEndsWith = 19,
|
|
2220
|
+
xlCaptionDoesNotEndWith = 20,
|
|
2221
|
+
xlCaptionContains = 21,
|
|
2222
|
+
xlCaptionDoesNotContain = 22,
|
|
2223
|
+
xlCaptionIsGreaterThan = 23,
|
|
2224
|
+
xlCaptionIsGreaterThanOrEqualTo = 24,
|
|
2225
|
+
xlCaptionIsLessThan = 25,
|
|
2226
|
+
xlCaptionIsLessThanOrEqualTo = 26,
|
|
2227
|
+
xlCaptionIsBetween = 27,
|
|
2228
|
+
xlCaptionIsNotBetween = 28,
|
|
2229
|
+
xlSpecificDate = 29,
|
|
2230
|
+
xlNotSpecificDate = 30,
|
|
2231
|
+
xlBefore = 31,
|
|
2232
|
+
xlBeforeOrEqualTo = 32,
|
|
2233
|
+
xlAfter = 33,
|
|
2234
|
+
xlAfterOrEqualTo = 34,
|
|
2235
|
+
xlDateBetween = 35,
|
|
2236
|
+
xlDateNotBetween = 36,
|
|
2237
|
+
xlDateTomorrow = 37,
|
|
2238
|
+
xlDateToday = 38,
|
|
2239
|
+
xlDateYesterday = 39,
|
|
2240
|
+
xlDateNextWeek = 40,
|
|
2241
|
+
xlDateThisWeek = 41,
|
|
2242
|
+
xlDateLastWeek = 42,
|
|
2243
|
+
xlDateNextMonth = 43,
|
|
2244
|
+
xlDateThisMonth = 44,
|
|
2245
|
+
xlDateLastMonth = 45,
|
|
2246
|
+
xlDateNextQuarter = 46,
|
|
2247
|
+
xlDateThisQuarter = 47,
|
|
2248
|
+
xlDateLastQuarter = 48,
|
|
2249
|
+
xlDateNextYear = 49,
|
|
2250
|
+
xlDateThisYear = 50,
|
|
2251
|
+
xlDateLastYear = 51,
|
|
2252
|
+
xlYearToDate = 52,
|
|
2253
|
+
xlAllDatesInPeriodQuarter1 = 53,
|
|
2254
|
+
xlAllDatesInPeriodQuarter2 = 54,
|
|
2255
|
+
xlAllDatesInPeriodQuarter3 = 55,
|
|
2256
|
+
xlAllDatesInPeriodQuarter4 = 56,
|
|
2257
|
+
xlAllDatesInPeriodJanuary = 57,
|
|
2258
|
+
xlAllDatesInPeriodFebruary = 58,
|
|
2259
|
+
xlAllDatesInPeriodMarch = 59,
|
|
2260
|
+
xlAllDatesInPeriodApril = 60,
|
|
2261
|
+
xlAllDatesInPeriodMay = 61,
|
|
2262
|
+
xlAllDatesInPeriodJune = 62,
|
|
2263
|
+
xlAllDatesInPeriodJuly = 63,
|
|
2264
|
+
xlAllDatesInPeriodAugust = 64,
|
|
2265
|
+
xlAllDatesInPeriodSeptember = 65,
|
|
2266
|
+
xlAllDatesInPeriodOctober = 66,
|
|
2267
|
+
xlAllDatesInPeriodNovember = 67,
|
|
2268
|
+
xlAllDatesInPeriodDecember = 68
|
|
2269
|
+
}
|
|
2270
|
+
|
|
2271
|
+
declare enum XlCredentialsMethod {
|
|
2272
|
+
xlCredentialsMethodIntegrated = 0,
|
|
2273
|
+
xlCredentialsMethodNone = 1,
|
|
2274
|
+
xlCredentialsMethodStored = 2
|
|
2275
|
+
}
|
|
2276
|
+
|
|
2277
|
+
declare enum XlCubeFieldSubType {
|
|
2278
|
+
xlCubeHierarchy = 1,
|
|
2279
|
+
xlCubeMeasure = 2,
|
|
2280
|
+
xlCubeSet = 3,
|
|
2281
|
+
xlCubeAttribute = 4,
|
|
2282
|
+
xlCubeCalculatedMeasure = 5,
|
|
2283
|
+
xlCubeKPIValue = 6,
|
|
2284
|
+
xlCubeKPIGoal = 7,
|
|
2285
|
+
xlCubeKPIStatus = 8,
|
|
2286
|
+
xlCubeKPITrend = 9,
|
|
2287
|
+
xlCubeKPIWeight = 10,
|
|
2288
|
+
xlCubeImplicitMeasure = 11
|
|
2289
|
+
}
|
|
2290
|
+
|
|
2291
|
+
declare enum XlSortOn {
|
|
2292
|
+
xlSortOnValues = 0,
|
|
2293
|
+
xlSortOnCellColor = 1,
|
|
2294
|
+
xlSortOnFontColor = 2,
|
|
2295
|
+
xlSortOnIcon = 3
|
|
2296
|
+
}
|
|
2297
|
+
|
|
2298
|
+
declare enum XlDynamicFilterCriteria {
|
|
2299
|
+
xlFilterToday = 1,
|
|
2300
|
+
xlFilterYesterday = 2,
|
|
2301
|
+
xlFilterTomorrow = 3,
|
|
2302
|
+
xlFilterThisWeek = 4,
|
|
2303
|
+
xlFilterLastWeek = 5,
|
|
2304
|
+
xlFilterNextWeek = 6,
|
|
2305
|
+
xlFilterThisMonth = 7,
|
|
2306
|
+
xlFilterLastMonth = 8,
|
|
2307
|
+
xlFilterNextMonth = 9,
|
|
2308
|
+
xlFilterThisQuarter = 10,
|
|
2309
|
+
xlFilterLastQuarter = 11,
|
|
2310
|
+
xlFilterNextQuarter = 12,
|
|
2311
|
+
xlFilterThisYear = 13,
|
|
2312
|
+
xlFilterLastYear = 14,
|
|
2313
|
+
xlFilterNextYear = 15,
|
|
2314
|
+
xlFilterYearToDate = 16,
|
|
2315
|
+
xlFilterAllDatesInPeriodQuarter1 = 17,
|
|
2316
|
+
xlFilterAllDatesInPeriodQuarter2 = 18,
|
|
2317
|
+
xlFilterAllDatesInPeriodQuarter3 = 19,
|
|
2318
|
+
xlFilterAllDatesInPeriodQuarter4 = 20,
|
|
2319
|
+
xlFilterAllDatesInPeriodJanuary = 21,
|
|
2320
|
+
xlFilterAllDatesInPeriodFebruray = 22,
|
|
2321
|
+
xlFilterAllDatesInPeriodMarch = 23,
|
|
2322
|
+
xlFilterAllDatesInPeriodApril = 24,
|
|
2323
|
+
xlFilterAllDatesInPeriodMay = 25,
|
|
2324
|
+
xlFilterAllDatesInPeriodJune = 26,
|
|
2325
|
+
xlFilterAllDatesInPeriodJuly = 27,
|
|
2326
|
+
xlFilterAllDatesInPeriodAugust = 28,
|
|
2327
|
+
xlFilterAllDatesInPeriodSeptember = 29,
|
|
2328
|
+
xlFilterAllDatesInPeriodOctober = 30,
|
|
2329
|
+
xlFilterAllDatesInPeriodNovember = 31,
|
|
2330
|
+
xlFilterAllDatesInPeriodDecember = 32,
|
|
2331
|
+
xlFilterAboveAverage = 33,
|
|
2332
|
+
xlFilterBelowAverage = 34
|
|
2333
|
+
}
|
|
2334
|
+
|
|
2335
|
+
declare enum XlFilterAllDatesInPeriod {
|
|
2336
|
+
xlFilterAllDatesInPeriodYear = 0,
|
|
2337
|
+
xlFilterAllDatesInPeriodMonth = 1,
|
|
2338
|
+
xlFilterAllDatesInPeriodDay = 2,
|
|
2339
|
+
xlFilterAllDatesInPeriodHour = 3,
|
|
2340
|
+
xlFilterAllDatesInPeriodMinute = 4,
|
|
2341
|
+
xlFilterAllDatesInPeriodSecond = 5
|
|
2342
|
+
}
|
|
2343
|
+
|
|
2344
|
+
declare enum XlTableStyleElementType {
|
|
2345
|
+
xlWholeTable = 0,
|
|
2346
|
+
xlHeaderRow = 1,
|
|
2347
|
+
xlTotalRow = 2,
|
|
2348
|
+
xlGrandTotalRow = 2,
|
|
2349
|
+
xlFirstColumn = 3,
|
|
2350
|
+
xlLastColumn = 4,
|
|
2351
|
+
xlGrandTotalColumn = 4,
|
|
2352
|
+
xlRowStripe1 = 5,
|
|
2353
|
+
xlRowStripe2 = 6,
|
|
2354
|
+
xlColumnStripe1 = 7,
|
|
2355
|
+
xlColumnStripe2 = 8,
|
|
2356
|
+
xlFirstHeaderCell = 9,
|
|
2357
|
+
xlLastHeaderCell = 10,
|
|
2358
|
+
xlFirstTotalCell = 11,
|
|
2359
|
+
xlLastTotalCell = 12,
|
|
2360
|
+
xlSubtotalColumn1 = 13,
|
|
2361
|
+
xlSubtotalColumn2 = 14,
|
|
2362
|
+
xlSubtotalColumn3 = 15,
|
|
2363
|
+
xlSubtotalRow1 = 16,
|
|
2364
|
+
xlSubtotalRow2 = 17,
|
|
2365
|
+
xlSubtotalRow3 = 18,
|
|
2366
|
+
xlBlankRow = 19,
|
|
2367
|
+
xlColumnSubheading1 = 20,
|
|
2368
|
+
xlColumnSubheading2 = 21,
|
|
2369
|
+
xlColumnSubheading3 = 22,
|
|
2370
|
+
xlRowSubheading1 = 23,
|
|
2371
|
+
xlRowSubheading2 = 24,
|
|
2372
|
+
xlRowSubheading3 = 25,
|
|
2373
|
+
xlPageFieldLabels = 26,
|
|
2374
|
+
xlPageFieldValues = 27,
|
|
2375
|
+
xlSlicerUnselectedItemWithData = 28,
|
|
2376
|
+
xlSlicerUnselectedItemWithNoData = 29,
|
|
2377
|
+
xlSlicerSelectedItemWithData = 30,
|
|
2378
|
+
xlSlicerSelectedItemWithNoData = 31,
|
|
2379
|
+
xlSlicerHoveredUnselectedItemWithData = 32,
|
|
2380
|
+
xlSlicerHoveredSelectedItemWithData = 33,
|
|
2381
|
+
xlSlicerHoveredUnselectedItemWithNoData = 34,
|
|
2382
|
+
xlSlicerHoveredSelectedItemWithNoData = 35,
|
|
2383
|
+
xlTimelineSelectionLabel = 36,
|
|
2384
|
+
xlTimelineTimeLevel = 37,
|
|
2385
|
+
xlTimelinePeriodLabels1 = 38,
|
|
2386
|
+
xlTimelinePeriodLabels2 = 39,
|
|
2387
|
+
xlTimelineSelectedTimeBlock = 40,
|
|
2388
|
+
xlTimelineUnselectedTimeBlock = 41,
|
|
2389
|
+
xlTimelineSelectedTimeBlockSpace = 42
|
|
2390
|
+
}
|
|
2391
|
+
|
|
2392
|
+
declare enum XlPivotConditionScope {
|
|
2393
|
+
xlSelectionScope = 0,
|
|
2394
|
+
xlFieldsScope = 1,
|
|
2395
|
+
xlDataFieldScope = 2
|
|
2396
|
+
}
|
|
2397
|
+
|
|
2398
|
+
declare enum XlCalcFor {
|
|
2399
|
+
xlAllValues = 0,
|
|
2400
|
+
xlRowGroups = 1,
|
|
2401
|
+
xlColGroups = 2
|
|
2402
|
+
}
|
|
2403
|
+
|
|
2404
|
+
declare enum XlThemeColor {
|
|
2405
|
+
xlThemeColorDark1 = 1,
|
|
2406
|
+
xlThemeColorLight1 = 2,
|
|
2407
|
+
xlThemeColorDark2 = 3,
|
|
2408
|
+
xlThemeColorLight2 = 4,
|
|
2409
|
+
xlThemeColorAccent1 = 5,
|
|
2410
|
+
xlThemeColorAccent2 = 6,
|
|
2411
|
+
xlThemeColorAccent3 = 7,
|
|
2412
|
+
xlThemeColorAccent4 = 8,
|
|
2413
|
+
xlThemeColorAccent5 = 9,
|
|
2414
|
+
xlThemeColorAccent6 = 10,
|
|
2415
|
+
xlThemeColorHyperlink = 11,
|
|
2416
|
+
xlThemeColorFollowedHyperlink = 12
|
|
2417
|
+
}
|
|
2418
|
+
|
|
2419
|
+
declare enum XlFixedFormatType {
|
|
2420
|
+
xlTypePDF = 0,
|
|
2421
|
+
xlTypeXPS = 1
|
|
2422
|
+
}
|
|
2423
|
+
|
|
2424
|
+
declare enum XlFixedFormatQuality {
|
|
2425
|
+
xlQualityStandard = 0,
|
|
2426
|
+
xlQualityMinimum = 1
|
|
2427
|
+
}
|
|
2428
|
+
|
|
2429
|
+
declare enum XlGenerateTableRefs {
|
|
2430
|
+
xlGenerateTableRefA1 = 0,
|
|
2431
|
+
xlGenerateTableRefStruct = 1
|
|
2432
|
+
}
|
|
2433
|
+
|
|
2434
|
+
declare enum XlGradientFillType {
|
|
2435
|
+
xlGradientFillLinear = 0,
|
|
2436
|
+
xlGradientFillPath = 1
|
|
2437
|
+
}
|
|
2438
|
+
|
|
2439
|
+
declare enum XlThreadMode {
|
|
2440
|
+
xlThreadModeAutomatic = 0,
|
|
2441
|
+
xlThreadModeManual = 1
|
|
2442
|
+
}
|
|
2443
|
+
|
|
2444
|
+
declare enum XlOartHorizontalOverflow {
|
|
2445
|
+
xlOartHorizontalOverflowOverflow = 0,
|
|
2446
|
+
xlOartHorizontalOverflowClip = 1
|
|
2447
|
+
}
|
|
2448
|
+
|
|
2449
|
+
declare enum XlOartVerticalOverflow {
|
|
2450
|
+
xlOartVerticalOverflowOverflow = 0,
|
|
2451
|
+
xlOartVerticalOverflowClip = 1,
|
|
2452
|
+
xlOartVerticalOverflowEllipsis = 2
|
|
2453
|
+
}
|
|
2454
|
+
|
|
2455
|
+
declare enum XlSparkScale {
|
|
2456
|
+
xlSparkScaleGroup = 1,
|
|
2457
|
+
xlSparkScaleSingle = 2,
|
|
2458
|
+
xlSparkScaleCustom = 3
|
|
2459
|
+
}
|
|
2460
|
+
|
|
2461
|
+
declare enum XlSparkType {
|
|
2462
|
+
xlSparkLine = 1,
|
|
2463
|
+
xlSparkColumn = 2,
|
|
2464
|
+
xlSparkColumnStacked100 = 3
|
|
2465
|
+
}
|
|
2466
|
+
|
|
2467
|
+
declare enum XlSparklineRowCol {
|
|
2468
|
+
xlSparklineNonSquare = 0,
|
|
2469
|
+
xlSparklineRowsSquare = 1,
|
|
2470
|
+
xlSparklineColumnsSquare = 2
|
|
2471
|
+
}
|
|
2472
|
+
|
|
2473
|
+
declare enum XlDataBarFillType {
|
|
2474
|
+
xlDataBarFillSolid = 0,
|
|
2475
|
+
xlDataBarFillGradient = 1
|
|
2476
|
+
}
|
|
2477
|
+
|
|
2478
|
+
declare enum XlDataBarBorderType {
|
|
2479
|
+
xlDataBarBorderNone = 0,
|
|
2480
|
+
xlDataBarBorderSolid = 1
|
|
2481
|
+
}
|
|
2482
|
+
|
|
2483
|
+
declare enum XlDataBarAxisPosition {
|
|
2484
|
+
xlDataBarAxisAutomatic = 0,
|
|
2485
|
+
xlDataBarAxisMidpoint = 1,
|
|
2486
|
+
xlDataBarAxisNone = 2
|
|
2487
|
+
}
|
|
2488
|
+
|
|
2489
|
+
declare enum XlDataBarNegativeColorType {
|
|
2490
|
+
xlDataBarColor = 0,
|
|
2491
|
+
xlDataBarSameAsPositive = 1
|
|
2492
|
+
}
|
|
2493
|
+
|
|
2494
|
+
declare enum XlAllocation {
|
|
2495
|
+
xlManualAllocation = 1,
|
|
2496
|
+
xlAutomaticAllocation = 2
|
|
2497
|
+
}
|
|
2498
|
+
|
|
2499
|
+
declare enum XlAllocationValue {
|
|
2500
|
+
xlAllocateValue = 1,
|
|
2501
|
+
xlAllocateIncrement = 2
|
|
2502
|
+
}
|
|
2503
|
+
|
|
2504
|
+
declare enum XlAllocationMethod {
|
|
2505
|
+
xlEqualAllocation = 1,
|
|
2506
|
+
xlWeightedAllocation = 2
|
|
2507
|
+
}
|
|
2508
|
+
|
|
2509
|
+
declare enum XlCellChangedState {
|
|
2510
|
+
xlCellNotChanged = 1,
|
|
2511
|
+
xlCellChanged = 2,
|
|
2512
|
+
xlCellChangeApplied = 3
|
|
2513
|
+
}
|
|
2514
|
+
|
|
2515
|
+
declare enum XlPivotFieldRepeatLabels {
|
|
2516
|
+
xlDoNotRepeatLabels = 1,
|
|
2517
|
+
xlRepeatLabels = 2
|
|
2518
|
+
}
|
|
2519
|
+
|
|
2520
|
+
declare enum XlSpanishModes {
|
|
2521
|
+
xlSpanishTuteoOnly = 0,
|
|
2522
|
+
xlSpanishTuteoAndVoseo = 1,
|
|
2523
|
+
xlSpanishVoseoOnly = 2
|
|
2524
|
+
}
|
|
2525
|
+
|
|
2526
|
+
declare enum XlSlicerCrossFilterType {
|
|
2527
|
+
xlSlicerNoCrossFilter = 1,
|
|
2528
|
+
xlSlicerCrossFilterShowItemsWithDataAtTop = 2,
|
|
2529
|
+
xlSlicerCrossFilterShowItemsWithNoData = 3,
|
|
2530
|
+
xlSlicerCrossFilterHideButtonsWithNoData = 4
|
|
2531
|
+
}
|
|
2532
|
+
|
|
2533
|
+
declare enum XlSlicerSort {
|
|
2534
|
+
xlSlicerSortDataSourceOrder = 1,
|
|
2535
|
+
xlSlicerSortAscending = 2,
|
|
2536
|
+
xlSlicerSortDescending = 3
|
|
2537
|
+
}
|
|
2538
|
+
|
|
2539
|
+
declare enum XlIcon {
|
|
2540
|
+
xlIconNoCellIcon = -1,
|
|
2541
|
+
xlIconGreenUpArrow = 1,
|
|
2542
|
+
xlIconYellowSideArrow = 2,
|
|
2543
|
+
xlIconRedDownArrow = 3,
|
|
2544
|
+
xlIconGrayUpArrow = 4,
|
|
2545
|
+
xlIconGraySideArrow = 5,
|
|
2546
|
+
xlIconGrayDownArrow = 6,
|
|
2547
|
+
xlIconGreenFlag = 7,
|
|
2548
|
+
xlIconYellowFlag = 8,
|
|
2549
|
+
xlIconRedFlag = 9,
|
|
2550
|
+
xlIconGreenCircle = 10,
|
|
2551
|
+
xlIconYellowCircle = 11,
|
|
2552
|
+
xlIconRedCircleWithBorder = 12,
|
|
2553
|
+
xlIconBlackCircleWithBorder = 13,
|
|
2554
|
+
xlIconGreenTrafficLight = 14,
|
|
2555
|
+
xlIconYellowTrafficLight = 15,
|
|
2556
|
+
xlIconRedTrafficLight = 16,
|
|
2557
|
+
xlIconYellowTriangle = 17,
|
|
2558
|
+
xlIconRedDiamond = 18,
|
|
2559
|
+
xlIconGreenCheckSymbol = 19,
|
|
2560
|
+
xlIconYellowExclamationSymbol = 20,
|
|
2561
|
+
xlIconRedCrossSymbol = 21,
|
|
2562
|
+
xlIconGreenCheck = 22,
|
|
2563
|
+
xlIconYellowExclamation = 23,
|
|
2564
|
+
xlIconRedCross = 24,
|
|
2565
|
+
xlIconYellowUpInclineArrow = 25,
|
|
2566
|
+
xlIconYellowDownInclineArrow = 26,
|
|
2567
|
+
xlIconGrayUpInclineArrow = 27,
|
|
2568
|
+
xlIconGrayDownInclineArrow = 28,
|
|
2569
|
+
xlIconRedCircle = 29,
|
|
2570
|
+
xlIconPinkCircle = 30,
|
|
2571
|
+
xlIconGrayCircle = 31,
|
|
2572
|
+
xlIconBlackCircle = 32,
|
|
2573
|
+
xlIconCircleWithOneWhiteQuarter = 33,
|
|
2574
|
+
xlIconCircleWithTwoWhiteQuarters = 34,
|
|
2575
|
+
xlIconCircleWithThreeWhiteQuarters = 35,
|
|
2576
|
+
xlIconWhiteCircleAllWhiteQuarters = 36,
|
|
2577
|
+
xlIcon0Bars = 37,
|
|
2578
|
+
xlIcon1Bar = 38,
|
|
2579
|
+
xlIcon2Bars = 39,
|
|
2580
|
+
xlIcon3Bars = 40,
|
|
2581
|
+
xlIcon4Bars = 41,
|
|
2582
|
+
xlIconGoldStar = 42,
|
|
2583
|
+
xlIconHalfGoldStar = 43,
|
|
2584
|
+
xlIconSilverStar = 44,
|
|
2585
|
+
xlIconGreenUpTriangle = 45,
|
|
2586
|
+
xlIconYellowDash = 46,
|
|
2587
|
+
xlIconRedDownTriangle = 47,
|
|
2588
|
+
xlIcon4FilledBoxes = 48,
|
|
2589
|
+
xlIcon3FilledBoxes = 49,
|
|
2590
|
+
xlIcon2FilledBoxes = 50,
|
|
2591
|
+
xlIcon1FilledBox = 51,
|
|
2592
|
+
xlIcon0FilledBoxes = 52
|
|
2593
|
+
}
|
|
2594
|
+
|
|
2595
|
+
declare enum XlProtectedViewCloseReason {
|
|
2596
|
+
xlProtectedViewCloseNormal = 0,
|
|
2597
|
+
xlProtectedViewCloseEdit = 1,
|
|
2598
|
+
xlProtectedViewCloseForced = 2
|
|
2599
|
+
}
|
|
2600
|
+
|
|
2601
|
+
declare enum XlProtectedViewWindowState {
|
|
2602
|
+
xlProtectedViewWindowNormal = 0,
|
|
2603
|
+
xlProtectedViewWindowMinimized = 1,
|
|
2604
|
+
xlProtectedViewWindowMaximized = 2
|
|
2605
|
+
}
|
|
2606
|
+
|
|
2607
|
+
declare enum XlFileValidationPivotMode {
|
|
2608
|
+
xlFileValidationPivotDefault = 0,
|
|
2609
|
+
xlFileValidationPivotRun = 1,
|
|
2610
|
+
xlFileValidationPivotSkip = 2
|
|
2611
|
+
}
|
|
2612
|
+
|
|
2613
|
+
declare enum XlPortugueseReform {
|
|
2614
|
+
xlPortuguesePreReform = 1,
|
|
2615
|
+
xlPortuguesePostReform = 2,
|
|
2616
|
+
xlPortugueseBoth = 3
|
|
2617
|
+
}
|
|
2618
|
+
|
|
2619
|
+
declare enum XlQuickAnalysisMode {
|
|
2620
|
+
xlLensOnly = 0,
|
|
2621
|
+
xlFormatConditions = 1,
|
|
2622
|
+
xlRecommendedCharts = 2,
|
|
2623
|
+
xlTotals = 3,
|
|
2624
|
+
xlTables = 4,
|
|
2625
|
+
xlSparklines = 5
|
|
2626
|
+
}
|
|
2627
|
+
|
|
2628
|
+
declare enum XlSlicerCacheType {
|
|
2629
|
+
xlSlicer = 1,
|
|
2630
|
+
xlTimeline = 2
|
|
2631
|
+
}
|
|
2632
|
+
|
|
2633
|
+
declare enum XlCalcMemNumberFormatType {
|
|
2634
|
+
xlNumberFormatTypeDefault = 0,
|
|
2635
|
+
xlNumberFormatTypeNumber = 1,
|
|
2636
|
+
xlNumberFormatTypePercent = 2
|
|
2637
|
+
}
|
|
2638
|
+
|
|
2639
|
+
declare enum XlTimelineLevel {
|
|
2640
|
+
xlTimelineLevelYears = 0,
|
|
2641
|
+
xlTimelineLevelQuarters = 1,
|
|
2642
|
+
xlTimelineLevelMonths = 2,
|
|
2643
|
+
xlTimelineLevelDays = 3
|
|
2644
|
+
}
|
|
2645
|
+
|
|
2646
|
+
declare enum XlFilterStatus {
|
|
2647
|
+
xlFilterStatusOK = 0,
|
|
2648
|
+
xlFilterStatusDateWrongOrder = 1,
|
|
2649
|
+
xlFilterStatusDateHasTime = 2,
|
|
2650
|
+
xlFilterStatusInvalidDate = 3
|
|
2651
|
+
}
|
|
2652
|
+
|
|
2653
|
+
declare enum XlModelChangeSource {
|
|
2654
|
+
xlChangeByExcel = 0,
|
|
2655
|
+
xlChangeByPowerPivotAddIn = 1
|
|
2656
|
+
}
|
|
2657
|
+
|
|
2658
|
+
declare enum XlForecastDataCompletion {
|
|
2659
|
+
xlForecastDataCompletionZeros = 0,
|
|
2660
|
+
xlForecastDataCompletionInterpolate = 1
|
|
2661
|
+
}
|
|
2662
|
+
|
|
2663
|
+
declare enum XlForecastAggregation {
|
|
2664
|
+
xlForecastAggregationAverage = 1,
|
|
2665
|
+
xlForecastAggregationCount = 2,
|
|
2666
|
+
xlForecastAggregationCountA = 3,
|
|
2667
|
+
xlForecastAggregationMax = 4,
|
|
2668
|
+
xlForecastAggregationMedian = 5,
|
|
2669
|
+
xlForecastAggregationMin = 6,
|
|
2670
|
+
xlForecastAggregationSum = 7
|
|
2671
|
+
}
|
|
2672
|
+
|
|
2673
|
+
declare enum XlForecastChartType {
|
|
2674
|
+
xlForecastChartTypeLine = 0,
|
|
2675
|
+
xlForecastChartTypeColumn = 1
|
|
2676
|
+
}
|
|
2677
|
+
|
|
2678
|
+
declare enum XlPublishToDocsDisclosureScope {
|
|
2679
|
+
msoPublic = 0,
|
|
2680
|
+
msoLimited = 1,
|
|
2681
|
+
msoOrganization = 2,
|
|
2682
|
+
msoNoOverwrite = 3
|
|
2683
|
+
}
|
|
2684
|
+
|
|
2685
|
+
declare enum XlPublishToPBIPublishType {
|
|
2686
|
+
msoPBIExport = 0,
|
|
2687
|
+
msoPBIUpload = 1
|
|
2688
|
+
}
|
|
2689
|
+
|
|
2690
|
+
declare enum XlPublishToPBINameConflictAction {
|
|
2691
|
+
msoPBIIgnore = 0,
|
|
2692
|
+
msoPBIAbort = 1,
|
|
2693
|
+
msoPBIOverwrite = 2
|
|
2694
|
+
}
|
|
2695
|
+
|
|
2696
|
+
declare enum XlLinkedDataTypeState {
|
|
2697
|
+
xlLinkedDataTypeStateNone = 0,
|
|
2698
|
+
xlLinkedDataTypeStateValidLinkedData = 1,
|
|
2699
|
+
xlLinkedDataTypeStateDisambiguationNeeded = 2,
|
|
2700
|
+
xlLinkedDataTypeStateBrokenLinkedData = 3,
|
|
2701
|
+
xlLinkedDataTypeStateFetchingData = 4
|
|
2702
|
+
}
|
|
2703
|
+
|
|
2704
|
+
declare enum XlFormulaVersion {
|
|
2705
|
+
xlReplaceFormula = 0,
|
|
2706
|
+
xlReplaceFormula2 = 1
|
|
2707
|
+
}
|
|
2708
|
+
|
|
2709
|
+
declare enum XlCellControlType {
|
|
2710
|
+
xlTypeNone = 0,
|
|
2711
|
+
xlTypeUnknown = 1,
|
|
2712
|
+
xlTypeCheckbox = 2
|
|
2713
|
+
}
|
|
2714
|
+
|
|
2715
|
+
// 常量声明
|
|
2716
|
+
declare const xlAll: Constants.xlAll;
|
|
2717
|
+
declare const xlAutomatic: Constants.xlAutomatic;
|
|
2718
|
+
declare const xlBoth: Constants.xlBoth;
|
|
2719
|
+
declare const xlCenter: Constants.xlCenter;
|
|
2720
|
+
declare const xlChecker: Constants.xlChecker;
|
|
2721
|
+
declare const xlCircle: Constants.xlCircle;
|
|
2722
|
+
declare const xlCorner: Constants.xlCorner;
|
|
2723
|
+
declare const xlCrissCross: Constants.xlCrissCross;
|
|
2724
|
+
declare const xlCross: Constants.xlCross;
|
|
2725
|
+
declare const xlDiamond: Constants.xlDiamond;
|
|
2726
|
+
declare const xlDistributed: Constants.xlDistributed;
|
|
2727
|
+
declare const xlDoubleAccounting: Constants.xlDoubleAccounting;
|
|
2728
|
+
declare const xlFixedValue: Constants.xlFixedValue;
|
|
2729
|
+
declare const xlFormats: Constants.xlFormats;
|
|
2730
|
+
declare const xlGray16: Constants.xlGray16;
|
|
2731
|
+
declare const xlGray8: Constants.xlGray8;
|
|
2732
|
+
declare const xlGrid: Constants.xlGrid;
|
|
2733
|
+
declare const xlHigh: Constants.xlHigh;
|
|
2734
|
+
declare const xlInside: Constants.xlInside;
|
|
2735
|
+
declare const xlJustify: Constants.xlJustify;
|
|
2736
|
+
declare const xlLightDown: Constants.xlLightDown;
|
|
2737
|
+
declare const xlLightHorizontal: Constants.xlLightHorizontal;
|
|
2738
|
+
declare const xlLightUp: Constants.xlLightUp;
|
|
2739
|
+
declare const xlLightVertical: Constants.xlLightVertical;
|
|
2740
|
+
declare const xlLow: Constants.xlLow;
|
|
2741
|
+
declare const xlManual: Constants.xlManual;
|
|
2742
|
+
declare const xlMinusValues: Constants.xlMinusValues;
|
|
2743
|
+
declare const xlModule: Constants.xlModule;
|
|
2744
|
+
declare const xlNextToAxis: Constants.xlNextToAxis;
|
|
2745
|
+
declare const xlNone: Constants.xlNone;
|
|
2746
|
+
declare const xlNotes: Constants.xlNotes;
|
|
2747
|
+
declare const xlOff: Constants.xlOff;
|
|
2748
|
+
declare const xlOn: Constants.xlOn;
|
|
2749
|
+
declare const xlPercent: Constants.xlPercent;
|
|
2750
|
+
declare const xlPlus: Constants.xlPlus;
|
|
2751
|
+
declare const xlPlusValues: Constants.xlPlusValues;
|
|
2752
|
+
declare const xlSemiGray75: Constants.xlSemiGray75;
|
|
2753
|
+
declare const xlShowLabel: Constants.xlShowLabel;
|
|
2754
|
+
declare const xlShowLabelAndPercent: Constants.xlShowLabelAndPercent;
|
|
2755
|
+
declare const xlShowPercent: Constants.xlShowPercent;
|
|
2756
|
+
declare const xlShowValue: Constants.xlShowValue;
|
|
2757
|
+
declare const xlSimple: Constants.xlSimple;
|
|
2758
|
+
declare const xlSingle: Constants.xlSingle;
|
|
2759
|
+
declare const xlSingleAccounting: Constants.xlSingleAccounting;
|
|
2760
|
+
declare const xlSolid: Constants.xlSolid;
|
|
2761
|
+
declare const xlSquare: Constants.xlSquare;
|
|
2762
|
+
declare const xlStar: Constants.xlStar;
|
|
2763
|
+
declare const xlStError: Constants.xlStError;
|
|
2764
|
+
declare const xlToolbarButton: Constants.xlToolbarButton;
|
|
2765
|
+
declare const xlTriangle: Constants.xlTriangle;
|
|
2766
|
+
declare const xlGray25: Constants.xlGray25;
|
|
2767
|
+
declare const xlGray50: Constants.xlGray50;
|
|
2768
|
+
declare const xlGray75: Constants.xlGray75;
|
|
2769
|
+
declare const xlBottom: Constants.xlBottom;
|
|
2770
|
+
declare const xlLeft: Constants.xlLeft;
|
|
2771
|
+
declare const xlRight: Constants.xlRight;
|
|
2772
|
+
declare const xlTop: Constants.xlTop;
|
|
2773
|
+
declare const xl3DBar: Constants.xl3DBar;
|
|
2774
|
+
declare const xl3DSurface: Constants.xl3DSurface;
|
|
2775
|
+
declare const xlBar: Constants.xlBar;
|
|
2776
|
+
declare const xlColumn: Constants.xlColumn;
|
|
2777
|
+
declare const xlCombination: Constants.xlCombination;
|
|
2778
|
+
declare const xlCustom: Constants.xlCustom;
|
|
2779
|
+
declare const xlDefaultAutoFormat: Constants.xlDefaultAutoFormat;
|
|
2780
|
+
declare const xlMaximum: Constants.xlMaximum;
|
|
2781
|
+
declare const xlMinimum: Constants.xlMinimum;
|
|
2782
|
+
declare const xlOpaque: Constants.xlOpaque;
|
|
2783
|
+
declare const xlTransparent: Constants.xlTransparent;
|
|
2784
|
+
declare const xlBidi: Constants.xlBidi;
|
|
2785
|
+
declare const xlLatin: Constants.xlLatin;
|
|
2786
|
+
declare const xlContext: Constants.xlContext;
|
|
2787
|
+
declare const xlLTR: Constants.xlLTR;
|
|
2788
|
+
declare const xlRTL: Constants.xlRTL;
|
|
2789
|
+
declare const xlFullScript: Constants.xlFullScript;
|
|
2790
|
+
declare const xlPartialScript: Constants.xlPartialScript;
|
|
2791
|
+
declare const xlMixedScript: Constants.xlMixedScript;
|
|
2792
|
+
declare const xlMixedAuthorizedScript: Constants.xlMixedAuthorizedScript;
|
|
2793
|
+
declare const xlVisualCursor: Constants.xlVisualCursor;
|
|
2794
|
+
declare const xlLogicalCursor: Constants.xlLogicalCursor;
|
|
2795
|
+
declare const xlSystem: Constants.xlSystem;
|
|
2796
|
+
declare const xlPartial: Constants.xlPartial;
|
|
2797
|
+
declare const xlHindiNumerals: Constants.xlHindiNumerals;
|
|
2798
|
+
declare const xlBidiCalendar: Constants.xlBidiCalendar;
|
|
2799
|
+
declare const xlGregorian: Constants.xlGregorian;
|
|
2800
|
+
declare const xlComplete: Constants.xlComplete;
|
|
2801
|
+
declare const xlScale: Constants.xlScale;
|
|
2802
|
+
declare const xlClosed: Constants.xlClosed;
|
|
2803
|
+
declare const xlColor1: Constants.xlColor1;
|
|
2804
|
+
declare const xlColor2: Constants.xlColor2;
|
|
2805
|
+
declare const xlColor3: Constants.xlColor3;
|
|
2806
|
+
declare const xlConstants: Constants.xlConstants;
|
|
2807
|
+
declare const xlContents: Constants.xlContents;
|
|
2808
|
+
declare const xlBelow: Constants.xlBelow;
|
|
2809
|
+
declare const xlCascade: Constants.xlCascade;
|
|
2810
|
+
declare const xlCenterAcrossSelection: Constants.xlCenterAcrossSelection;
|
|
2811
|
+
declare const xlChart4: Constants.xlChart4;
|
|
2812
|
+
declare const xlChartSeries: Constants.xlChartSeries;
|
|
2813
|
+
declare const xlChartShort: Constants.xlChartShort;
|
|
2814
|
+
declare const xlChartTitles: Constants.xlChartTitles;
|
|
2815
|
+
declare const xlClassic1: Constants.xlClassic1;
|
|
2816
|
+
declare const xlClassic2: Constants.xlClassic2;
|
|
2817
|
+
declare const xlClassic3: Constants.xlClassic3;
|
|
2818
|
+
declare const xl3DEffects1: Constants.xl3DEffects1;
|
|
2819
|
+
declare const xl3DEffects2: Constants.xl3DEffects2;
|
|
2820
|
+
declare const xlAbove: Constants.xlAbove;
|
|
2821
|
+
declare const xlAccounting1: Constants.xlAccounting1;
|
|
2822
|
+
declare const xlAccounting2: Constants.xlAccounting2;
|
|
2823
|
+
declare const xlAccounting3: Constants.xlAccounting3;
|
|
2824
|
+
declare const xlAccounting4: Constants.xlAccounting4;
|
|
2825
|
+
declare const xlAdd: Constants.xlAdd;
|
|
2826
|
+
declare const xlDebugCodePane: Constants.xlDebugCodePane;
|
|
2827
|
+
declare const xlDesktop: Constants.xlDesktop;
|
|
2828
|
+
declare const xlDirect: Constants.xlDirect;
|
|
2829
|
+
declare const xlDivide: Constants.xlDivide;
|
|
2830
|
+
declare const xlDoubleClosed: Constants.xlDoubleClosed;
|
|
2831
|
+
declare const xlDoubleOpen: Constants.xlDoubleOpen;
|
|
2832
|
+
declare const xlDoubleQuote: Constants.xlDoubleQuote;
|
|
2833
|
+
declare const xlEntireChart: Constants.xlEntireChart;
|
|
2834
|
+
declare const xlExcelMenus: Constants.xlExcelMenus;
|
|
2835
|
+
declare const xlExtended: Constants.xlExtended;
|
|
2836
|
+
declare const xlFill: Constants.xlFill;
|
|
2837
|
+
declare const xlFirst: Constants.xlFirst;
|
|
2838
|
+
declare const xlFloating: Constants.xlFloating;
|
|
2839
|
+
declare const xlFormula: Constants.xlFormula;
|
|
2840
|
+
declare const xlGeneral: Constants.xlGeneral;
|
|
2841
|
+
declare const xlGridline: Constants.xlGridline;
|
|
2842
|
+
declare const xlIcons: Constants.xlIcons;
|
|
2843
|
+
declare const xlImmediatePane: Constants.xlImmediatePane;
|
|
2844
|
+
declare const xlInteger: Constants.xlInteger;
|
|
2845
|
+
declare const xlLast: Constants.xlLast;
|
|
2846
|
+
declare const xlLastCell: Constants.xlLastCell;
|
|
2847
|
+
declare const xlList1: Constants.xlList1;
|
|
2848
|
+
declare const xlList2: Constants.xlList2;
|
|
2849
|
+
declare const xlList3: Constants.xlList3;
|
|
2850
|
+
declare const xlLocalFormat1: Constants.xlLocalFormat1;
|
|
2851
|
+
declare const xlLocalFormat2: Constants.xlLocalFormat2;
|
|
2852
|
+
declare const xlLong: Constants.xlLong;
|
|
2853
|
+
declare const xlLotusHelp: Constants.xlLotusHelp;
|
|
2854
|
+
declare const xlMacrosheetCell: Constants.xlMacrosheetCell;
|
|
2855
|
+
declare const xlMixed: Constants.xlMixed;
|
|
2856
|
+
declare const xlMultiply: Constants.xlMultiply;
|
|
2857
|
+
declare const xlNarrow: Constants.xlNarrow;
|
|
2858
|
+
declare const xlNoDocuments: Constants.xlNoDocuments;
|
|
2859
|
+
declare const xlOpen: Constants.xlOpen;
|
|
2860
|
+
declare const xlOutside: Constants.xlOutside;
|
|
2861
|
+
declare const xlReference: Constants.xlReference;
|
|
2862
|
+
declare const xlSemiautomatic: Constants.xlSemiautomatic;
|
|
2863
|
+
declare const xlShort: Constants.xlShort;
|
|
2864
|
+
declare const xlSingleQuote: Constants.xlSingleQuote;
|
|
2865
|
+
declare const xlStrict: Constants.xlStrict;
|
|
2866
|
+
declare const xlSubtract: Constants.xlSubtract;
|
|
2867
|
+
declare const xlTextBox: Constants.xlTextBox;
|
|
2868
|
+
declare const xlTiled: Constants.xlTiled;
|
|
2869
|
+
declare const xlTitleBar: Constants.xlTitleBar;
|
|
2870
|
+
declare const xlToolbar: Constants.xlToolbar;
|
|
2871
|
+
declare const xlVisible: Constants.xlVisible;
|
|
2872
|
+
declare const xlWatchPane: Constants.xlWatchPane;
|
|
2873
|
+
declare const xlWide: Constants.xlWide;
|
|
2874
|
+
declare const xlWorkbookTab: Constants.xlWorkbookTab;
|
|
2875
|
+
declare const xlWorksheet4: Constants.xlWorksheet4;
|
|
2876
|
+
declare const xlWorksheetCell: Constants.xlWorksheetCell;
|
|
2877
|
+
declare const xlWorksheetShort: Constants.xlWorksheetShort;
|
|
2878
|
+
declare const xlAllExceptBorders: Constants.xlAllExceptBorders;
|
|
2879
|
+
declare const xlLeftToRight: Constants.xlLeftToRight;
|
|
2880
|
+
declare const xlTopToBottom: Constants.xlTopToBottom;
|
|
2881
|
+
declare const xlVeryHidden: Constants.xlVeryHidden;
|
|
2882
|
+
declare const xlDrawingObject: Constants.xlDrawingObject;
|
|
2883
|
+
declare const xlCreatorCode: XlCreator.xlCreatorCode;
|
|
2884
|
+
declare const xlBuiltIn: XlChartGallery.xlBuiltIn;
|
|
2885
|
+
declare const xlUserDefined: XlChartGallery.xlUserDefined;
|
|
2886
|
+
declare const xlAnyGallery: XlChartGallery.xlAnyGallery;
|
|
2887
|
+
declare const xlAutoFill: XlDataSeriesType.xlAutoFill;
|
|
2888
|
+
declare const xlChronological: XlDataSeriesType.xlChronological;
|
|
2889
|
+
declare const xlGrowth: XlDataSeriesType.xlGrowth;
|
|
2890
|
+
declare const xlDataSeriesLinear: XlDataSeriesType.xlDataSeriesLinear;
|
|
2891
|
+
declare const xlBackgroundAutomatic: XlBackground.xlBackgroundAutomatic;
|
|
2892
|
+
declare const xlBackgroundOpaque: XlBackground.xlBackgroundOpaque;
|
|
2893
|
+
declare const xlBackgroundTransparent: XlBackground.xlBackgroundTransparent;
|
|
2894
|
+
declare const xlMaximized: XlWindowState.xlMaximized;
|
|
2895
|
+
declare const xlMinimized: XlWindowState.xlMinimized;
|
|
2896
|
+
declare const xlNormal: XlWindowState.xlNormal;
|
|
2897
|
+
declare const xlArrowHeadLengthLong: XlArrowHeadLength.xlArrowHeadLengthLong;
|
|
2898
|
+
declare const xlArrowHeadLengthMedium: XlArrowHeadLength.xlArrowHeadLengthMedium;
|
|
2899
|
+
declare const xlArrowHeadLengthShort: XlArrowHeadLength.xlArrowHeadLengthShort;
|
|
2900
|
+
declare const xlArrowHeadStyleClosed: XlArrowHeadStyle.xlArrowHeadStyleClosed;
|
|
2901
|
+
declare const xlArrowHeadStyleDoubleClosed: XlArrowHeadStyle.xlArrowHeadStyleDoubleClosed;
|
|
2902
|
+
declare const xlArrowHeadStyleDoubleOpen: XlArrowHeadStyle.xlArrowHeadStyleDoubleOpen;
|
|
2903
|
+
declare const xlArrowHeadStyleNone: XlArrowHeadStyle.xlArrowHeadStyleNone;
|
|
2904
|
+
declare const xlArrowHeadStyleOpen: XlArrowHeadStyle.xlArrowHeadStyleOpen;
|
|
2905
|
+
declare const xlArrowHeadWidthMedium: XlArrowHeadWidth.xlArrowHeadWidthMedium;
|
|
2906
|
+
declare const xlArrowHeadWidthNarrow: XlArrowHeadWidth.xlArrowHeadWidthNarrow;
|
|
2907
|
+
declare const xlArrowHeadWidthWide: XlArrowHeadWidth.xlArrowHeadWidthWide;
|
|
2908
|
+
declare const xlSides: XlChartPicturePlacement.xlSides;
|
|
2909
|
+
declare const xlEnd: XlChartPicturePlacement.xlEnd;
|
|
2910
|
+
declare const xlEndSides: XlChartPicturePlacement.xlEndSides;
|
|
2911
|
+
declare const xlFront: XlChartPicturePlacement.xlFront;
|
|
2912
|
+
declare const xlFrontSides: XlChartPicturePlacement.xlFrontSides;
|
|
2913
|
+
declare const xlFrontEnd: XlChartPicturePlacement.xlFrontEnd;
|
|
2914
|
+
declare const xlAllFaces: XlChartPicturePlacement.xlAllFaces;
|
|
2915
|
+
declare const xlDownward: XlOrientation.xlDownward;
|
|
2916
|
+
declare const xlHorizontal: XlOrientation.xlHorizontal;
|
|
2917
|
+
declare const xlUpward: XlOrientation.xlUpward;
|
|
2918
|
+
declare const xlVertical: XlOrientation.xlVertical;
|
|
2919
|
+
declare const xlDay: XlDataSeriesDate.xlDay;
|
|
2920
|
+
declare const xlMonth: XlDataSeriesDate.xlMonth;
|
|
2921
|
+
declare const xlWeekday: XlDataSeriesDate.xlWeekday;
|
|
2922
|
+
declare const xlYear: XlDataSeriesDate.xlYear;
|
|
2923
|
+
declare const xlContinuous: XlLineStyle.xlContinuous;
|
|
2924
|
+
declare const xlDash: XlLineStyle.xlDash;
|
|
2925
|
+
declare const xlDashDot: XlLineStyle.xlDashDot;
|
|
2926
|
+
declare const xlDashDotDot: XlLineStyle.xlDashDotDot;
|
|
2927
|
+
declare const xlDot: XlLineStyle.xlDot;
|
|
2928
|
+
declare const xlDouble: XlLineStyle.xlDouble;
|
|
2929
|
+
declare const xlSlantDashDot: XlLineStyle.xlSlantDashDot;
|
|
2930
|
+
declare const xlLineStyleNone: XlLineStyle.xlLineStyleNone;
|
|
2931
|
+
declare const xlBMP: XlPictureConvertorType.xlBMP;
|
|
2932
|
+
declare const xlCGM: XlPictureConvertorType.xlCGM;
|
|
2933
|
+
declare const xlDRW: XlPictureConvertorType.xlDRW;
|
|
2934
|
+
declare const xlDXF: XlPictureConvertorType.xlDXF;
|
|
2935
|
+
declare const xlEPS: XlPictureConvertorType.xlEPS;
|
|
2936
|
+
declare const xlHGL: XlPictureConvertorType.xlHGL;
|
|
2937
|
+
declare const xlPCT: XlPictureConvertorType.xlPCT;
|
|
2938
|
+
declare const xlPCX: XlPictureConvertorType.xlPCX;
|
|
2939
|
+
declare const xlPIC: XlPictureConvertorType.xlPIC;
|
|
2940
|
+
declare const xlPLT: XlPictureConvertorType.xlPLT;
|
|
2941
|
+
declare const xlTIF: XlPictureConvertorType.xlTIF;
|
|
2942
|
+
declare const xlWMF: XlPictureConvertorType.xlWMF;
|
|
2943
|
+
declare const xlWPG: XlPictureConvertorType.xlWPG;
|
|
2944
|
+
declare const xlPatternAutomatic: XlPattern.xlPatternAutomatic;
|
|
2945
|
+
declare const xlPatternChecker: XlPattern.xlPatternChecker;
|
|
2946
|
+
declare const xlPatternCrissCross: XlPattern.xlPatternCrissCross;
|
|
2947
|
+
declare const xlPatternDown: XlPattern.xlPatternDown;
|
|
2948
|
+
declare const xlPatternGray16: XlPattern.xlPatternGray16;
|
|
2949
|
+
declare const xlPatternGray25: XlPattern.xlPatternGray25;
|
|
2950
|
+
declare const xlPatternGray50: XlPattern.xlPatternGray50;
|
|
2951
|
+
declare const xlPatternGray75: XlPattern.xlPatternGray75;
|
|
2952
|
+
declare const xlPatternGray8: XlPattern.xlPatternGray8;
|
|
2953
|
+
declare const xlPatternGrid: XlPattern.xlPatternGrid;
|
|
2954
|
+
declare const xlPatternHorizontal: XlPattern.xlPatternHorizontal;
|
|
2955
|
+
declare const xlPatternLightDown: XlPattern.xlPatternLightDown;
|
|
2956
|
+
declare const xlPatternLightHorizontal: XlPattern.xlPatternLightHorizontal;
|
|
2957
|
+
declare const xlPatternLightUp: XlPattern.xlPatternLightUp;
|
|
2958
|
+
declare const xlPatternLightVertical: XlPattern.xlPatternLightVertical;
|
|
2959
|
+
declare const xlPatternNone: XlPattern.xlPatternNone;
|
|
2960
|
+
declare const xlPatternSemiGray75: XlPattern.xlPatternSemiGray75;
|
|
2961
|
+
declare const xlPatternSolid: XlPattern.xlPatternSolid;
|
|
2962
|
+
declare const xlPatternUp: XlPattern.xlPatternUp;
|
|
2963
|
+
declare const xlPatternVertical: XlPattern.xlPatternVertical;
|
|
2964
|
+
declare const xlPatternLinearGradient: XlPattern.xlPatternLinearGradient;
|
|
2965
|
+
declare const xlPatternRectangularGradient: XlPattern.xlPatternRectangularGradient;
|
|
2966
|
+
declare const xlShiftDown: XlInsertShiftDirection.xlShiftDown;
|
|
2967
|
+
declare const xlShiftToRight: XlInsertShiftDirection.xlShiftToRight;
|
|
2968
|
+
declare const xlShiftToLeft: XlDeleteShiftDirection.xlShiftToLeft;
|
|
2969
|
+
declare const xlShiftUp: XlDeleteShiftDirection.xlShiftUp;
|
|
2970
|
+
declare const xlDown: XlDirection.xlDown;
|
|
2971
|
+
declare const xlToLeft: XlDirection.xlToLeft;
|
|
2972
|
+
declare const xlToRight: XlDirection.xlToRight;
|
|
2973
|
+
declare const xlUp: XlDirection.xlUp;
|
|
2974
|
+
declare const xlAverage: XlConsolidationFunction.xlAverage;
|
|
2975
|
+
declare const xlCount: XlConsolidationFunction.xlCount;
|
|
2976
|
+
declare const xlCountNums: XlConsolidationFunction.xlCountNums;
|
|
2977
|
+
declare const xlMax: XlConsolidationFunction.xlMax;
|
|
2978
|
+
declare const xlMin: XlConsolidationFunction.xlMin;
|
|
2979
|
+
declare const xlProduct: XlConsolidationFunction.xlProduct;
|
|
2980
|
+
declare const xlStDev: XlConsolidationFunction.xlStDev;
|
|
2981
|
+
declare const xlStDevP: XlConsolidationFunction.xlStDevP;
|
|
2982
|
+
declare const xlSum: XlConsolidationFunction.xlSum;
|
|
2983
|
+
declare const xlVar: XlConsolidationFunction.xlVar;
|
|
2984
|
+
declare const xlVarP: XlConsolidationFunction.xlVarP;
|
|
2985
|
+
declare const xlUnknown: XlConsolidationFunction.xlUnknown;
|
|
2986
|
+
declare const xlDistinctCount: XlConsolidationFunction.xlDistinctCount;
|
|
2987
|
+
declare const xlChart: XlSheetType.xlChart;
|
|
2988
|
+
declare const xlDialogSheet: XlSheetType.xlDialogSheet;
|
|
2989
|
+
declare const xlExcel4IntlMacroSheet: XlSheetType.xlExcel4IntlMacroSheet;
|
|
2990
|
+
declare const xlExcel4MacroSheet: XlSheetType.xlExcel4MacroSheet;
|
|
2991
|
+
declare const xlWorksheet: XlSheetType.xlWorksheet;
|
|
2992
|
+
declare const xlColumnHeader: XlLocationInTable.xlColumnHeader;
|
|
2993
|
+
declare const xlColumnItem: XlLocationInTable.xlColumnItem;
|
|
2994
|
+
declare const xlDataHeader: XlLocationInTable.xlDataHeader;
|
|
2995
|
+
declare const xlDataItem: XlLocationInTable.xlDataItem;
|
|
2996
|
+
declare const xlPageHeader: XlLocationInTable.xlPageHeader;
|
|
2997
|
+
declare const xlPageItem: XlLocationInTable.xlPageItem;
|
|
2998
|
+
declare const xlRowHeader: XlLocationInTable.xlRowHeader;
|
|
2999
|
+
declare const xlRowItem: XlLocationInTable.xlRowItem;
|
|
3000
|
+
declare const xlTableBody: XlLocationInTable.xlTableBody;
|
|
3001
|
+
declare const xlFormulas: XlFindLookIn.xlFormulas;
|
|
3002
|
+
declare const xlComments: XlFindLookIn.xlComments;
|
|
3003
|
+
declare const xlValues: XlFindLookIn.xlValues;
|
|
3004
|
+
declare const xlCommentsThreaded: XlFindLookIn.xlCommentsThreaded;
|
|
3005
|
+
declare const xlFormulas2: XlFindLookIn.xlFormulas2;
|
|
3006
|
+
declare const xlChartAsWindow: XlWindowType.xlChartAsWindow;
|
|
3007
|
+
declare const xlChartInPlace: XlWindowType.xlChartInPlace;
|
|
3008
|
+
declare const xlClipboard: XlWindowType.xlClipboard;
|
|
3009
|
+
declare const xlInfo: XlWindowType.xlInfo;
|
|
3010
|
+
declare const xlWorkbook: XlWindowType.xlWorkbook;
|
|
3011
|
+
declare const xlDate: XlPivotFieldDataType.xlDate;
|
|
3012
|
+
declare const xlNumber: XlPivotFieldDataType.xlNumber;
|
|
3013
|
+
declare const xlText: XlPivotFieldDataType.xlText;
|
|
3014
|
+
declare const xlBitmap: XlCopyPictureFormat.xlBitmap;
|
|
3015
|
+
declare const xlPicture: XlCopyPictureFormat.xlPicture;
|
|
3016
|
+
declare const xlScenario: XlPivotTableSourceType.xlScenario;
|
|
3017
|
+
declare const xlConsolidation: XlPivotTableSourceType.xlConsolidation;
|
|
3018
|
+
declare const xlDatabase: XlPivotTableSourceType.xlDatabase;
|
|
3019
|
+
declare const xlExternal: XlPivotTableSourceType.xlExternal;
|
|
3020
|
+
declare const xlPivotTable: XlPivotTableSourceType.xlPivotTable;
|
|
3021
|
+
declare const xlA1: XlReferenceStyle.xlA1;
|
|
3022
|
+
declare const xlR1C1: XlReferenceStyle.xlR1C1;
|
|
3023
|
+
declare const xlMicrosoftAccess: XlMSApplication.xlMicrosoftAccess;
|
|
3024
|
+
declare const xlMicrosoftFoxPro: XlMSApplication.xlMicrosoftFoxPro;
|
|
3025
|
+
declare const xlMicrosoftMail: XlMSApplication.xlMicrosoftMail;
|
|
3026
|
+
declare const xlMicrosoftPowerPoint: XlMSApplication.xlMicrosoftPowerPoint;
|
|
3027
|
+
declare const xlMicrosoftProject: XlMSApplication.xlMicrosoftProject;
|
|
3028
|
+
declare const xlMicrosoftSchedulePlus: XlMSApplication.xlMicrosoftSchedulePlus;
|
|
3029
|
+
declare const xlMicrosoftWord: XlMSApplication.xlMicrosoftWord;
|
|
3030
|
+
declare const xlNoButton: XlMouseButton.xlNoButton;
|
|
3031
|
+
declare const xlPrimaryButton: XlMouseButton.xlPrimaryButton;
|
|
3032
|
+
declare const xlSecondaryButton: XlMouseButton.xlSecondaryButton;
|
|
3033
|
+
declare const xlCopy: XlCutCopyMode.xlCopy;
|
|
3034
|
+
declare const xlCut: XlCutCopyMode.xlCut;
|
|
3035
|
+
declare const xlFillWithAll: XlFillWith.xlFillWithAll;
|
|
3036
|
+
declare const xlFillWithContents: XlFillWith.xlFillWithContents;
|
|
3037
|
+
declare const xlFillWithFormats: XlFillWith.xlFillWithFormats;
|
|
3038
|
+
declare const xlFilterCopy: XlFilterAction.xlFilterCopy;
|
|
3039
|
+
declare const xlFilterInPlace: XlFilterAction.xlFilterInPlace;
|
|
3040
|
+
declare const xlDownThenOver: XlOrder.xlDownThenOver;
|
|
3041
|
+
declare const xlOverThenDown: XlOrder.xlOverThenDown;
|
|
3042
|
+
declare const xlLinkTypeExcelLinks: XlLinkType.xlLinkTypeExcelLinks;
|
|
3043
|
+
declare const xlLinkTypeOLELinks: XlLinkType.xlLinkTypeOLELinks;
|
|
3044
|
+
declare const xlColumnThenRow: XlApplyNamesOrder.xlColumnThenRow;
|
|
3045
|
+
declare const xlRowThenColumn: XlApplyNamesOrder.xlRowThenColumn;
|
|
3046
|
+
declare const xlDisabled: XlEnableCancelKey.xlDisabled;
|
|
3047
|
+
declare const xlErrorHandler: XlEnableCancelKey.xlErrorHandler;
|
|
3048
|
+
declare const xlInterrupt: XlEnableCancelKey.xlInterrupt;
|
|
3049
|
+
declare const xlPageBreakAutomatic: XlPageBreak.xlPageBreakAutomatic;
|
|
3050
|
+
declare const xlPageBreakManual: XlPageBreak.xlPageBreakManual;
|
|
3051
|
+
declare const xlPageBreakNone: XlPageBreak.xlPageBreakNone;
|
|
3052
|
+
declare const xlOLEControl: XlOLEType.xlOLEControl;
|
|
3053
|
+
declare const xlOLEEmbed: XlOLEType.xlOLEEmbed;
|
|
3054
|
+
declare const xlOLELink: XlOLEType.xlOLELink;
|
|
3055
|
+
declare const xlLandscape: XlPageOrientation.xlLandscape;
|
|
3056
|
+
declare const xlPortrait: XlPageOrientation.xlPortrait;
|
|
3057
|
+
declare const xlEditionDate: XlLinkInfo.xlEditionDate;
|
|
3058
|
+
declare const xlUpdateState: XlLinkInfo.xlUpdateState;
|
|
3059
|
+
declare const xlLinkInfoStatus: XlLinkInfo.xlLinkInfoStatus;
|
|
3060
|
+
declare const xlCommandUnderlinesAutomatic: XlCommandUnderlines.xlCommandUnderlinesAutomatic;
|
|
3061
|
+
declare const xlCommandUnderlinesOff: XlCommandUnderlines.xlCommandUnderlinesOff;
|
|
3062
|
+
declare const xlCommandUnderlinesOn: XlCommandUnderlines.xlCommandUnderlinesOn;
|
|
3063
|
+
declare const xlVerbOpen: XlOLEVerb.xlVerbOpen;
|
|
3064
|
+
declare const xlVerbPrimary: XlOLEVerb.xlVerbPrimary;
|
|
3065
|
+
declare const xlCalculationAutomatic: XlCalculation.xlCalculationAutomatic;
|
|
3066
|
+
declare const xlCalculationManual: XlCalculation.xlCalculationManual;
|
|
3067
|
+
declare const xlCalculationSemiautomatic: XlCalculation.xlCalculationSemiautomatic;
|
|
3068
|
+
declare const xlReadOnly: XlFileAccess.xlReadOnly;
|
|
3069
|
+
declare const xlReadWrite: XlFileAccess.xlReadWrite;
|
|
3070
|
+
declare const xlPublisher: XlEditionType.xlPublisher;
|
|
3071
|
+
declare const xlSubscriber: XlEditionType.xlSubscriber;
|
|
3072
|
+
declare const xlFitToPage: XlObjectSize.xlFitToPage;
|
|
3073
|
+
declare const xlFullPage: XlObjectSize.xlFullPage;
|
|
3074
|
+
declare const xlScreenSize: XlObjectSize.xlScreenSize;
|
|
3075
|
+
declare const xlPart: XlLookAt.xlPart;
|
|
3076
|
+
declare const xlWhole: XlLookAt.xlWhole;
|
|
3077
|
+
declare const xlMAPI: XlMailSystem.xlMAPI;
|
|
3078
|
+
declare const xlNoMailSystem: XlMailSystem.xlNoMailSystem;
|
|
3079
|
+
declare const xlPowerTalk: XlMailSystem.xlPowerTalk;
|
|
3080
|
+
declare const xlLinkInfoOLELinks: XlLinkInfoType.xlLinkInfoOLELinks;
|
|
3081
|
+
declare const xlLinkInfoPublishers: XlLinkInfoType.xlLinkInfoPublishers;
|
|
3082
|
+
declare const xlLinkInfoSubscribers: XlLinkInfoType.xlLinkInfoSubscribers;
|
|
3083
|
+
declare const xlErrBlocked: XlCVError.xlErrBlocked;
|
|
3084
|
+
declare const xlErrCalc: XlCVError.xlErrCalc;
|
|
3085
|
+
declare const xlErrConnect: XlCVError.xlErrConnect;
|
|
3086
|
+
declare const xlErrDiv0: XlCVError.xlErrDiv0;
|
|
3087
|
+
declare const xlErrField: XlCVError.xlErrField;
|
|
3088
|
+
declare const xlErrGettingData: XlCVError.xlErrGettingData;
|
|
3089
|
+
declare const xlErrNA: XlCVError.xlErrNA;
|
|
3090
|
+
declare const xlErrName: XlCVError.xlErrName;
|
|
3091
|
+
declare const xlErrSpill: XlCVError.xlErrSpill;
|
|
3092
|
+
declare const xlErrNull: XlCVError.xlErrNull;
|
|
3093
|
+
declare const xlErrNum: XlCVError.xlErrNum;
|
|
3094
|
+
declare const xlErrRef: XlCVError.xlErrRef;
|
|
3095
|
+
declare const xlErrUnknown: XlCVError.xlErrUnknown;
|
|
3096
|
+
declare const xlErrValue: XlCVError.xlErrValue;
|
|
3097
|
+
declare const xlBIFF: XlEditionFormat.xlBIFF;
|
|
3098
|
+
declare const xlPICT: XlEditionFormat.xlPICT;
|
|
3099
|
+
declare const xlRTF: XlEditionFormat.xlRTF;
|
|
3100
|
+
declare const xlVALU: XlEditionFormat.xlVALU;
|
|
3101
|
+
declare const xlExcelLinks: XlLink.xlExcelLinks;
|
|
3102
|
+
declare const xlOLELinks: XlLink.xlOLELinks;
|
|
3103
|
+
declare const xlPublishers: XlLink.xlPublishers;
|
|
3104
|
+
declare const xlSubscribers: XlLink.xlSubscribers;
|
|
3105
|
+
declare const xlCellTypeBlanks: XlCellType.xlCellTypeBlanks;
|
|
3106
|
+
declare const xlCellTypeConstants: XlCellType.xlCellTypeConstants;
|
|
3107
|
+
declare const xlCellTypeFormulas: XlCellType.xlCellTypeFormulas;
|
|
3108
|
+
declare const xlCellTypeLastCell: XlCellType.xlCellTypeLastCell;
|
|
3109
|
+
declare const xlCellTypeComments: XlCellType.xlCellTypeComments;
|
|
3110
|
+
declare const xlCellTypeVisible: XlCellType.xlCellTypeVisible;
|
|
3111
|
+
declare const xlCellTypeAllFormatConditions: XlCellType.xlCellTypeAllFormatConditions;
|
|
3112
|
+
declare const xlCellTypeSameFormatConditions: XlCellType.xlCellTypeSameFormatConditions;
|
|
3113
|
+
declare const xlCellTypeAllValidation: XlCellType.xlCellTypeAllValidation;
|
|
3114
|
+
declare const xlCellTypeSameValidation: XlCellType.xlCellTypeSameValidation;
|
|
3115
|
+
declare const xlArrangeStyleCascade: XlArrangeStyle.xlArrangeStyleCascade;
|
|
3116
|
+
declare const xlArrangeStyleHorizontal: XlArrangeStyle.xlArrangeStyleHorizontal;
|
|
3117
|
+
declare const xlArrangeStyleTiled: XlArrangeStyle.xlArrangeStyleTiled;
|
|
3118
|
+
declare const xlArrangeStyleVertical: XlArrangeStyle.xlArrangeStyleVertical;
|
|
3119
|
+
declare const xlIBeam: XlMousePointer.xlIBeam;
|
|
3120
|
+
declare const xlDefault: XlMousePointer.xlDefault;
|
|
3121
|
+
declare const xlNorthwestArrow: XlMousePointer.xlNorthwestArrow;
|
|
3122
|
+
declare const xlWait: XlMousePointer.xlWait;
|
|
3123
|
+
declare const xlAutomaticUpdate: XlEditionOptionsOption.xlAutomaticUpdate;
|
|
3124
|
+
declare const xlCancel: XlEditionOptionsOption.xlCancel;
|
|
3125
|
+
declare const xlChangeAttributes: XlEditionOptionsOption.xlChangeAttributes;
|
|
3126
|
+
declare const xlManualUpdate: XlEditionOptionsOption.xlManualUpdate;
|
|
3127
|
+
declare const xlOpenSource: XlEditionOptionsOption.xlOpenSource;
|
|
3128
|
+
declare const xlSelect: XlEditionOptionsOption.xlSelect;
|
|
3129
|
+
declare const xlSendPublisher: XlEditionOptionsOption.xlSendPublisher;
|
|
3130
|
+
declare const xlUpdateSubscriber: XlEditionOptionsOption.xlUpdateSubscriber;
|
|
3131
|
+
declare const xlFillCopy: XlAutoFillType.xlFillCopy;
|
|
3132
|
+
declare const xlFillDays: XlAutoFillType.xlFillDays;
|
|
3133
|
+
declare const xlFillDefault: XlAutoFillType.xlFillDefault;
|
|
3134
|
+
declare const xlFillFormats: XlAutoFillType.xlFillFormats;
|
|
3135
|
+
declare const xlFillMonths: XlAutoFillType.xlFillMonths;
|
|
3136
|
+
declare const xlFillSeries: XlAutoFillType.xlFillSeries;
|
|
3137
|
+
declare const xlFillValues: XlAutoFillType.xlFillValues;
|
|
3138
|
+
declare const xlFillWeekdays: XlAutoFillType.xlFillWeekdays;
|
|
3139
|
+
declare const xlFillYears: XlAutoFillType.xlFillYears;
|
|
3140
|
+
declare const xlGrowthTrend: XlAutoFillType.xlGrowthTrend;
|
|
3141
|
+
declare const xlLinearTrend: XlAutoFillType.xlLinearTrend;
|
|
3142
|
+
declare const xlFlashFill: XlAutoFillType.xlFlashFill;
|
|
3143
|
+
declare const xlAnd: XlAutoFilterOperator.xlAnd;
|
|
3144
|
+
declare const xlBottom10Items: XlAutoFilterOperator.xlBottom10Items;
|
|
3145
|
+
declare const xlBottom10Percent: XlAutoFilterOperator.xlBottom10Percent;
|
|
3146
|
+
declare const xlOr: XlAutoFilterOperator.xlOr;
|
|
3147
|
+
declare const xlTop10Items: XlAutoFilterOperator.xlTop10Items;
|
|
3148
|
+
declare const xlTop10Percent: XlAutoFilterOperator.xlTop10Percent;
|
|
3149
|
+
declare const xlFilterValues: XlAutoFilterOperator.xlFilterValues;
|
|
3150
|
+
declare const xlFilterCellColor: XlAutoFilterOperator.xlFilterCellColor;
|
|
3151
|
+
declare const xlFilterFontColor: XlAutoFilterOperator.xlFilterFontColor;
|
|
3152
|
+
declare const xlFilterIcon: XlAutoFilterOperator.xlFilterIcon;
|
|
3153
|
+
declare const xlFilterDynamic: XlAutoFilterOperator.xlFilterDynamic;
|
|
3154
|
+
declare const xlFilterNoFill: XlAutoFilterOperator.xlFilterNoFill;
|
|
3155
|
+
declare const xlFilterAutomaticFontColor: XlAutoFilterOperator.xlFilterAutomaticFontColor;
|
|
3156
|
+
declare const xlFilterNoIcon: XlAutoFilterOperator.xlFilterNoIcon;
|
|
3157
|
+
declare const xlClipboardFormatBIFF12: XlClipboardFormat.xlClipboardFormatBIFF12;
|
|
3158
|
+
declare const xlClipboardFormatBIFF: XlClipboardFormat.xlClipboardFormatBIFF;
|
|
3159
|
+
declare const xlClipboardFormatBIFF2: XlClipboardFormat.xlClipboardFormatBIFF2;
|
|
3160
|
+
declare const xlClipboardFormatBIFF3: XlClipboardFormat.xlClipboardFormatBIFF3;
|
|
3161
|
+
declare const xlClipboardFormatBIFF4: XlClipboardFormat.xlClipboardFormatBIFF4;
|
|
3162
|
+
declare const xlClipboardFormatBinary: XlClipboardFormat.xlClipboardFormatBinary;
|
|
3163
|
+
declare const xlClipboardFormatBitmap: XlClipboardFormat.xlClipboardFormatBitmap;
|
|
3164
|
+
declare const xlClipboardFormatCGM: XlClipboardFormat.xlClipboardFormatCGM;
|
|
3165
|
+
declare const xlClipboardFormatCSV: XlClipboardFormat.xlClipboardFormatCSV;
|
|
3166
|
+
declare const xlClipboardFormatDIF: XlClipboardFormat.xlClipboardFormatDIF;
|
|
3167
|
+
declare const xlClipboardFormatDspText: XlClipboardFormat.xlClipboardFormatDspText;
|
|
3168
|
+
declare const xlClipboardFormatEmbeddedObject: XlClipboardFormat.xlClipboardFormatEmbeddedObject;
|
|
3169
|
+
declare const xlClipboardFormatEmbedSource: XlClipboardFormat.xlClipboardFormatEmbedSource;
|
|
3170
|
+
declare const xlClipboardFormatLink: XlClipboardFormat.xlClipboardFormatLink;
|
|
3171
|
+
declare const xlClipboardFormatLinkSource: XlClipboardFormat.xlClipboardFormatLinkSource;
|
|
3172
|
+
declare const xlClipboardFormatLinkSourceDesc: XlClipboardFormat.xlClipboardFormatLinkSourceDesc;
|
|
3173
|
+
declare const xlClipboardFormatMovie: XlClipboardFormat.xlClipboardFormatMovie;
|
|
3174
|
+
declare const xlClipboardFormatNative: XlClipboardFormat.xlClipboardFormatNative;
|
|
3175
|
+
declare const xlClipboardFormatObjectDesc: XlClipboardFormat.xlClipboardFormatObjectDesc;
|
|
3176
|
+
declare const xlClipboardFormatObjectLink: XlClipboardFormat.xlClipboardFormatObjectLink;
|
|
3177
|
+
declare const xlClipboardFormatOwnerLink: XlClipboardFormat.xlClipboardFormatOwnerLink;
|
|
3178
|
+
declare const xlClipboardFormatPICT: XlClipboardFormat.xlClipboardFormatPICT;
|
|
3179
|
+
declare const xlClipboardFormatPrintPICT: XlClipboardFormat.xlClipboardFormatPrintPICT;
|
|
3180
|
+
declare const xlClipboardFormatRTF: XlClipboardFormat.xlClipboardFormatRTF;
|
|
3181
|
+
declare const xlClipboardFormatScreenPICT: XlClipboardFormat.xlClipboardFormatScreenPICT;
|
|
3182
|
+
declare const xlClipboardFormatStandardFont: XlClipboardFormat.xlClipboardFormatStandardFont;
|
|
3183
|
+
declare const xlClipboardFormatStandardScale: XlClipboardFormat.xlClipboardFormatStandardScale;
|
|
3184
|
+
declare const xlClipboardFormatSYLK: XlClipboardFormat.xlClipboardFormatSYLK;
|
|
3185
|
+
declare const xlClipboardFormatTable: XlClipboardFormat.xlClipboardFormatTable;
|
|
3186
|
+
declare const xlClipboardFormatText: XlClipboardFormat.xlClipboardFormatText;
|
|
3187
|
+
declare const xlClipboardFormatToolFace: XlClipboardFormat.xlClipboardFormatToolFace;
|
|
3188
|
+
declare const xlClipboardFormatToolFacePICT: XlClipboardFormat.xlClipboardFormatToolFacePICT;
|
|
3189
|
+
declare const xlClipboardFormatVALU: XlClipboardFormat.xlClipboardFormatVALU;
|
|
3190
|
+
declare const xlClipboardFormatWK1: XlClipboardFormat.xlClipboardFormatWK1;
|
|
3191
|
+
declare const xlAddIn: XlFileFormat.xlAddIn;
|
|
3192
|
+
declare const xlCSV: XlFileFormat.xlCSV;
|
|
3193
|
+
declare const xlCSVMac: XlFileFormat.xlCSVMac;
|
|
3194
|
+
declare const xlCSVMSDOS: XlFileFormat.xlCSVMSDOS;
|
|
3195
|
+
declare const xlCSVWindows: XlFileFormat.xlCSVWindows;
|
|
3196
|
+
declare const xlDBF2: XlFileFormat.xlDBF2;
|
|
3197
|
+
declare const xlDBF3: XlFileFormat.xlDBF3;
|
|
3198
|
+
declare const xlDBF4: XlFileFormat.xlDBF4;
|
|
3199
|
+
declare const xlDIF: XlFileFormat.xlDIF;
|
|
3200
|
+
declare const xlExcel2: XlFileFormat.xlExcel2;
|
|
3201
|
+
declare const xlExcel2FarEast: XlFileFormat.xlExcel2FarEast;
|
|
3202
|
+
declare const xlExcel3: XlFileFormat.xlExcel3;
|
|
3203
|
+
declare const xlExcel4: XlFileFormat.xlExcel4;
|
|
3204
|
+
declare const xlExcel5: XlFileFormat.xlExcel5;
|
|
3205
|
+
declare const xlExcel7: XlFileFormat.xlExcel7;
|
|
3206
|
+
declare const xlExcel9795: XlFileFormat.xlExcel9795;
|
|
3207
|
+
declare const xlExcel4Workbook: XlFileFormat.xlExcel4Workbook;
|
|
3208
|
+
declare const xlIntlAddIn: XlFileFormat.xlIntlAddIn;
|
|
3209
|
+
declare const xlIntlMacro: XlFileFormat.xlIntlMacro;
|
|
3210
|
+
declare const xlWorkbookNormal: XlFileFormat.xlWorkbookNormal;
|
|
3211
|
+
declare const xlSYLK: XlFileFormat.xlSYLK;
|
|
3212
|
+
declare const xlTemplate: XlFileFormat.xlTemplate;
|
|
3213
|
+
declare const xlCurrentPlatformText: XlFileFormat.xlCurrentPlatformText;
|
|
3214
|
+
declare const xlTextMac: XlFileFormat.xlTextMac;
|
|
3215
|
+
declare const xlTextMSDOS: XlFileFormat.xlTextMSDOS;
|
|
3216
|
+
declare const xlTextPrinter: XlFileFormat.xlTextPrinter;
|
|
3217
|
+
declare const xlTextWindows: XlFileFormat.xlTextWindows;
|
|
3218
|
+
declare const xlWJ2WD1: XlFileFormat.xlWJ2WD1;
|
|
3219
|
+
declare const xlWK1: XlFileFormat.xlWK1;
|
|
3220
|
+
declare const xlWK1ALL: XlFileFormat.xlWK1ALL;
|
|
3221
|
+
declare const xlWK1FMT: XlFileFormat.xlWK1FMT;
|
|
3222
|
+
declare const xlWK3: XlFileFormat.xlWK3;
|
|
3223
|
+
declare const xlWK4: XlFileFormat.xlWK4;
|
|
3224
|
+
declare const xlWK3FM3: XlFileFormat.xlWK3FM3;
|
|
3225
|
+
declare const xlWKS: XlFileFormat.xlWKS;
|
|
3226
|
+
declare const xlWorks2FarEast: XlFileFormat.xlWorks2FarEast;
|
|
3227
|
+
declare const xlWQ1: XlFileFormat.xlWQ1;
|
|
3228
|
+
declare const xlWJ3: XlFileFormat.xlWJ3;
|
|
3229
|
+
declare const xlWJ3FJ3: XlFileFormat.xlWJ3FJ3;
|
|
3230
|
+
declare const xlUnicodeText: XlFileFormat.xlUnicodeText;
|
|
3231
|
+
declare const xlHtml: XlFileFormat.xlHtml;
|
|
3232
|
+
declare const xlWebArchive: XlFileFormat.xlWebArchive;
|
|
3233
|
+
declare const xlXMLSpreadsheet: XlFileFormat.xlXMLSpreadsheet;
|
|
3234
|
+
declare const xlExcel12: XlFileFormat.xlExcel12;
|
|
3235
|
+
declare const xlOpenXMLWorkbook: XlFileFormat.xlOpenXMLWorkbook;
|
|
3236
|
+
declare const xlOpenXMLWorkbookMacroEnabled: XlFileFormat.xlOpenXMLWorkbookMacroEnabled;
|
|
3237
|
+
declare const xlOpenXMLTemplateMacroEnabled: XlFileFormat.xlOpenXMLTemplateMacroEnabled;
|
|
3238
|
+
declare const xlTemplate8: XlFileFormat.xlTemplate8;
|
|
3239
|
+
declare const xlOpenXMLTemplate: XlFileFormat.xlOpenXMLTemplate;
|
|
3240
|
+
declare const xlAddIn8: XlFileFormat.xlAddIn8;
|
|
3241
|
+
declare const xlOpenXMLAddIn: XlFileFormat.xlOpenXMLAddIn;
|
|
3242
|
+
declare const xlExcel8: XlFileFormat.xlExcel8;
|
|
3243
|
+
declare const xlOpenDocumentSpreadsheet: XlFileFormat.xlOpenDocumentSpreadsheet;
|
|
3244
|
+
declare const xlOpenXMLStrictWorkbook: XlFileFormat.xlOpenXMLStrictWorkbook;
|
|
3245
|
+
declare const xlCSVUTF8: XlFileFormat.xlCSVUTF8;
|
|
3246
|
+
declare const xlWorkbookDefault: XlFileFormat.xlWorkbookDefault;
|
|
3247
|
+
declare const xl24HourClock: XlApplicationInternational.xl24HourClock;
|
|
3248
|
+
declare const xl4DigitYears: XlApplicationInternational.xl4DigitYears;
|
|
3249
|
+
declare const xlAlternateArraySeparator: XlApplicationInternational.xlAlternateArraySeparator;
|
|
3250
|
+
declare const xlColumnSeparator: XlApplicationInternational.xlColumnSeparator;
|
|
3251
|
+
declare const xlCountryCode: XlApplicationInternational.xlCountryCode;
|
|
3252
|
+
declare const xlCountrySetting: XlApplicationInternational.xlCountrySetting;
|
|
3253
|
+
declare const xlCurrencyBefore: XlApplicationInternational.xlCurrencyBefore;
|
|
3254
|
+
declare const xlCurrencyCode: XlApplicationInternational.xlCurrencyCode;
|
|
3255
|
+
declare const xlCurrencyDigits: XlApplicationInternational.xlCurrencyDigits;
|
|
3256
|
+
declare const xlCurrencyLeadingZeros: XlApplicationInternational.xlCurrencyLeadingZeros;
|
|
3257
|
+
declare const xlCurrencyMinusSign: XlApplicationInternational.xlCurrencyMinusSign;
|
|
3258
|
+
declare const xlCurrencyNegative: XlApplicationInternational.xlCurrencyNegative;
|
|
3259
|
+
declare const xlCurrencySpaceBefore: XlApplicationInternational.xlCurrencySpaceBefore;
|
|
3260
|
+
declare const xlCurrencyTrailingZeros: XlApplicationInternational.xlCurrencyTrailingZeros;
|
|
3261
|
+
declare const xlDateOrder: XlApplicationInternational.xlDateOrder;
|
|
3262
|
+
declare const xlDateSeparator: XlApplicationInternational.xlDateSeparator;
|
|
3263
|
+
declare const xlDayCode: XlApplicationInternational.xlDayCode;
|
|
3264
|
+
declare const xlDayLeadingZero: XlApplicationInternational.xlDayLeadingZero;
|
|
3265
|
+
declare const xlDecimalSeparator: XlApplicationInternational.xlDecimalSeparator;
|
|
3266
|
+
declare const xlGeneralFormatName: XlApplicationInternational.xlGeneralFormatName;
|
|
3267
|
+
declare const xlHourCode: XlApplicationInternational.xlHourCode;
|
|
3268
|
+
declare const xlLeftBrace: XlApplicationInternational.xlLeftBrace;
|
|
3269
|
+
declare const xlLeftBracket: XlApplicationInternational.xlLeftBracket;
|
|
3270
|
+
declare const xlListSeparator: XlApplicationInternational.xlListSeparator;
|
|
3271
|
+
declare const xlLowerCaseColumnLetter: XlApplicationInternational.xlLowerCaseColumnLetter;
|
|
3272
|
+
declare const xlLowerCaseRowLetter: XlApplicationInternational.xlLowerCaseRowLetter;
|
|
3273
|
+
declare const xlMDY: XlApplicationInternational.xlMDY;
|
|
3274
|
+
declare const xlMetric: XlApplicationInternational.xlMetric;
|
|
3275
|
+
declare const xlMinuteCode: XlApplicationInternational.xlMinuteCode;
|
|
3276
|
+
declare const xlMonthCode: XlApplicationInternational.xlMonthCode;
|
|
3277
|
+
declare const xlMonthLeadingZero: XlApplicationInternational.xlMonthLeadingZero;
|
|
3278
|
+
declare const xlMonthNameChars: XlApplicationInternational.xlMonthNameChars;
|
|
3279
|
+
declare const xlNoncurrencyDigits: XlApplicationInternational.xlNoncurrencyDigits;
|
|
3280
|
+
declare const xlNonEnglishFunctions: XlApplicationInternational.xlNonEnglishFunctions;
|
|
3281
|
+
declare const xlRightBrace: XlApplicationInternational.xlRightBrace;
|
|
3282
|
+
declare const xlRightBracket: XlApplicationInternational.xlRightBracket;
|
|
3283
|
+
declare const xlRowSeparator: XlApplicationInternational.xlRowSeparator;
|
|
3284
|
+
declare const xlSecondCode: XlApplicationInternational.xlSecondCode;
|
|
3285
|
+
declare const xlThousandsSeparator: XlApplicationInternational.xlThousandsSeparator;
|
|
3286
|
+
declare const xlTimeLeadingZero: XlApplicationInternational.xlTimeLeadingZero;
|
|
3287
|
+
declare const xlTimeSeparator: XlApplicationInternational.xlTimeSeparator;
|
|
3288
|
+
declare const xlUpperCaseColumnLetter: XlApplicationInternational.xlUpperCaseColumnLetter;
|
|
3289
|
+
declare const xlUpperCaseRowLetter: XlApplicationInternational.xlUpperCaseRowLetter;
|
|
3290
|
+
declare const xlWeekdayNameChars: XlApplicationInternational.xlWeekdayNameChars;
|
|
3291
|
+
declare const xlYearCode: XlApplicationInternational.xlYearCode;
|
|
3292
|
+
declare const xlUICultureTag: XlApplicationInternational.xlUICultureTag;
|
|
3293
|
+
declare const xlPageBreakFull: XlPageBreakExtent.xlPageBreakFull;
|
|
3294
|
+
declare const xlPageBreakPartial: XlPageBreakExtent.xlPageBreakPartial;
|
|
3295
|
+
declare const xlOverwriteCells: XlCellInsertionMode.xlOverwriteCells;
|
|
3296
|
+
declare const xlInsertDeleteCells: XlCellInsertionMode.xlInsertDeleteCells;
|
|
3297
|
+
declare const xlInsertEntireRows: XlCellInsertionMode.xlInsertEntireRows;
|
|
3298
|
+
declare const xlNoLabels: XlFormulaLabel.xlNoLabels;
|
|
3299
|
+
declare const xlRowLabels: XlFormulaLabel.xlRowLabels;
|
|
3300
|
+
declare const xlColumnLabels: XlFormulaLabel.xlColumnLabels;
|
|
3301
|
+
declare const xlMixedLabels: XlFormulaLabel.xlMixedLabels;
|
|
3302
|
+
declare const xlSinceMyLastSave: XlHighlightChangesTime.xlSinceMyLastSave;
|
|
3303
|
+
declare const xlAllChanges: XlHighlightChangesTime.xlAllChanges;
|
|
3304
|
+
declare const xlNotYetReviewed: XlHighlightChangesTime.xlNotYetReviewed;
|
|
3305
|
+
declare const xlNoIndicator: XlCommentDisplayMode.xlNoIndicator;
|
|
3306
|
+
declare const xlCommentIndicatorOnly: XlCommentDisplayMode.xlCommentIndicatorOnly;
|
|
3307
|
+
declare const xlCommentAndIndicator: XlCommentDisplayMode.xlCommentAndIndicator;
|
|
3308
|
+
declare const xlCellValue: XlFormatConditionType.xlCellValue;
|
|
3309
|
+
declare const xlExpression: XlFormatConditionType.xlExpression;
|
|
3310
|
+
declare const xlColorScale: XlFormatConditionType.xlColorScale;
|
|
3311
|
+
declare const xlDatabar: XlFormatConditionType.xlDatabar;
|
|
3312
|
+
declare const xlTop10: XlFormatConditionType.xlTop10;
|
|
3313
|
+
declare const xlIconSets: XlFormatConditionType.xlIconSets;
|
|
3314
|
+
declare const xlUniqueValues: XlFormatConditionType.xlUniqueValues;
|
|
3315
|
+
declare const xlTextString: XlFormatConditionType.xlTextString;
|
|
3316
|
+
declare const xlBlanksCondition: XlFormatConditionType.xlBlanksCondition;
|
|
3317
|
+
declare const xlTimePeriod: XlFormatConditionType.xlTimePeriod;
|
|
3318
|
+
declare const xlAboveAverageCondition: XlFormatConditionType.xlAboveAverageCondition;
|
|
3319
|
+
declare const xlNoBlanksCondition: XlFormatConditionType.xlNoBlanksCondition;
|
|
3320
|
+
declare const xlErrorsCondition: XlFormatConditionType.xlErrorsCondition;
|
|
3321
|
+
declare const xlNoErrorsCondition: XlFormatConditionType.xlNoErrorsCondition;
|
|
3322
|
+
declare const xlBetween: XlFormatConditionOperator.xlBetween;
|
|
3323
|
+
declare const xlNotBetween: XlFormatConditionOperator.xlNotBetween;
|
|
3324
|
+
declare const xlEqual: XlFormatConditionOperator.xlEqual;
|
|
3325
|
+
declare const xlNotEqual: XlFormatConditionOperator.xlNotEqual;
|
|
3326
|
+
declare const xlGreater: XlFormatConditionOperator.xlGreater;
|
|
3327
|
+
declare const xlLess: XlFormatConditionOperator.xlLess;
|
|
3328
|
+
declare const xlGreaterEqual: XlFormatConditionOperator.xlGreaterEqual;
|
|
3329
|
+
declare const xlLessEqual: XlFormatConditionOperator.xlLessEqual;
|
|
3330
|
+
declare const xlNoRestrictions: XlEnableSelection.xlNoRestrictions;
|
|
3331
|
+
declare const xlUnlockedCells: XlEnableSelection.xlUnlockedCells;
|
|
3332
|
+
declare const xlNoSelection: XlEnableSelection.xlNoSelection;
|
|
3333
|
+
declare const xlValidateInputOnly: XlDVType.xlValidateInputOnly;
|
|
3334
|
+
declare const xlValidateWholeNumber: XlDVType.xlValidateWholeNumber;
|
|
3335
|
+
declare const xlValidateDecimal: XlDVType.xlValidateDecimal;
|
|
3336
|
+
declare const xlValidateList: XlDVType.xlValidateList;
|
|
3337
|
+
declare const xlValidateDate: XlDVType.xlValidateDate;
|
|
3338
|
+
declare const xlValidateTime: XlDVType.xlValidateTime;
|
|
3339
|
+
declare const xlValidateTextLength: XlDVType.xlValidateTextLength;
|
|
3340
|
+
declare const xlValidateCustom: XlDVType.xlValidateCustom;
|
|
3341
|
+
declare const xlIMEModeNoControl: XlIMEMode.xlIMEModeNoControl;
|
|
3342
|
+
declare const xlIMEModeOn: XlIMEMode.xlIMEModeOn;
|
|
3343
|
+
declare const xlIMEModeOff: XlIMEMode.xlIMEModeOff;
|
|
3344
|
+
declare const xlIMEModeDisable: XlIMEMode.xlIMEModeDisable;
|
|
3345
|
+
declare const xlIMEModeHiragana: XlIMEMode.xlIMEModeHiragana;
|
|
3346
|
+
declare const xlIMEModeKatakana: XlIMEMode.xlIMEModeKatakana;
|
|
3347
|
+
declare const xlIMEModeKatakanaHalf: XlIMEMode.xlIMEModeKatakanaHalf;
|
|
3348
|
+
declare const xlIMEModeAlphaFull: XlIMEMode.xlIMEModeAlphaFull;
|
|
3349
|
+
declare const xlIMEModeAlpha: XlIMEMode.xlIMEModeAlpha;
|
|
3350
|
+
declare const xlIMEModeHangulFull: XlIMEMode.xlIMEModeHangulFull;
|
|
3351
|
+
declare const xlIMEModeHangul: XlIMEMode.xlIMEModeHangul;
|
|
3352
|
+
declare const xlValidAlertStop: XlDVAlertStyle.xlValidAlertStop;
|
|
3353
|
+
declare const xlValidAlertWarning: XlDVAlertStyle.xlValidAlertWarning;
|
|
3354
|
+
declare const xlValidAlertInformation: XlDVAlertStyle.xlValidAlertInformation;
|
|
3355
|
+
declare const xlLocationAsNewSheet: XlChartLocation.xlLocationAsNewSheet;
|
|
3356
|
+
declare const xlLocationAsObject: XlChartLocation.xlLocationAsObject;
|
|
3357
|
+
declare const xlLocationAutomatic: XlChartLocation.xlLocationAutomatic;
|
|
3358
|
+
declare const xlPaper10x14: XlPaperSize.xlPaper10x14;
|
|
3359
|
+
declare const xlPaper11x17: XlPaperSize.xlPaper11x17;
|
|
3360
|
+
declare const xlPaperA3: XlPaperSize.xlPaperA3;
|
|
3361
|
+
declare const xlPaperA4: XlPaperSize.xlPaperA4;
|
|
3362
|
+
declare const xlPaperA4Small: XlPaperSize.xlPaperA4Small;
|
|
3363
|
+
declare const xlPaperA5: XlPaperSize.xlPaperA5;
|
|
3364
|
+
declare const xlPaperB4: XlPaperSize.xlPaperB4;
|
|
3365
|
+
declare const xlPaperB5: XlPaperSize.xlPaperB5;
|
|
3366
|
+
declare const xlPaperCsheet: XlPaperSize.xlPaperCsheet;
|
|
3367
|
+
declare const xlPaperDsheet: XlPaperSize.xlPaperDsheet;
|
|
3368
|
+
declare const xlPaperEnvelope10: XlPaperSize.xlPaperEnvelope10;
|
|
3369
|
+
declare const xlPaperEnvelope11: XlPaperSize.xlPaperEnvelope11;
|
|
3370
|
+
declare const xlPaperEnvelope12: XlPaperSize.xlPaperEnvelope12;
|
|
3371
|
+
declare const xlPaperEnvelope14: XlPaperSize.xlPaperEnvelope14;
|
|
3372
|
+
declare const xlPaperEnvelope9: XlPaperSize.xlPaperEnvelope9;
|
|
3373
|
+
declare const xlPaperEnvelopeB4: XlPaperSize.xlPaperEnvelopeB4;
|
|
3374
|
+
declare const xlPaperEnvelopeB5: XlPaperSize.xlPaperEnvelopeB5;
|
|
3375
|
+
declare const xlPaperEnvelopeB6: XlPaperSize.xlPaperEnvelopeB6;
|
|
3376
|
+
declare const xlPaperEnvelopeC3: XlPaperSize.xlPaperEnvelopeC3;
|
|
3377
|
+
declare const xlPaperEnvelopeC4: XlPaperSize.xlPaperEnvelopeC4;
|
|
3378
|
+
declare const xlPaperEnvelopeC5: XlPaperSize.xlPaperEnvelopeC5;
|
|
3379
|
+
declare const xlPaperEnvelopeC6: XlPaperSize.xlPaperEnvelopeC6;
|
|
3380
|
+
declare const xlPaperEnvelopeC65: XlPaperSize.xlPaperEnvelopeC65;
|
|
3381
|
+
declare const xlPaperEnvelopeDL: XlPaperSize.xlPaperEnvelopeDL;
|
|
3382
|
+
declare const xlPaperEnvelopeItaly: XlPaperSize.xlPaperEnvelopeItaly;
|
|
3383
|
+
declare const xlPaperEnvelopeMonarch: XlPaperSize.xlPaperEnvelopeMonarch;
|
|
3384
|
+
declare const xlPaperEnvelopePersonal: XlPaperSize.xlPaperEnvelopePersonal;
|
|
3385
|
+
declare const xlPaperEsheet: XlPaperSize.xlPaperEsheet;
|
|
3386
|
+
declare const xlPaperExecutive: XlPaperSize.xlPaperExecutive;
|
|
3387
|
+
declare const xlPaperFanfoldLegalGerman: XlPaperSize.xlPaperFanfoldLegalGerman;
|
|
3388
|
+
declare const xlPaperFanfoldStdGerman: XlPaperSize.xlPaperFanfoldStdGerman;
|
|
3389
|
+
declare const xlPaperFanfoldUS: XlPaperSize.xlPaperFanfoldUS;
|
|
3390
|
+
declare const xlPaperFolio: XlPaperSize.xlPaperFolio;
|
|
3391
|
+
declare const xlPaperLedger: XlPaperSize.xlPaperLedger;
|
|
3392
|
+
declare const xlPaperLegal: XlPaperSize.xlPaperLegal;
|
|
3393
|
+
declare const xlPaperLetter: XlPaperSize.xlPaperLetter;
|
|
3394
|
+
declare const xlPaperLetterSmall: XlPaperSize.xlPaperLetterSmall;
|
|
3395
|
+
declare const xlPaperNote: XlPaperSize.xlPaperNote;
|
|
3396
|
+
declare const xlPaperQuarto: XlPaperSize.xlPaperQuarto;
|
|
3397
|
+
declare const xlPaperStatement: XlPaperSize.xlPaperStatement;
|
|
3398
|
+
declare const xlPaperTabloid: XlPaperSize.xlPaperTabloid;
|
|
3399
|
+
declare const xlPaperUser: XlPaperSize.xlPaperUser;
|
|
3400
|
+
declare const xlPasteSpecialOperationAdd: XlPasteSpecialOperation.xlPasteSpecialOperationAdd;
|
|
3401
|
+
declare const xlPasteSpecialOperationDivide: XlPasteSpecialOperation.xlPasteSpecialOperationDivide;
|
|
3402
|
+
declare const xlPasteSpecialOperationMultiply: XlPasteSpecialOperation.xlPasteSpecialOperationMultiply;
|
|
3403
|
+
declare const xlPasteSpecialOperationNone: XlPasteSpecialOperation.xlPasteSpecialOperationNone;
|
|
3404
|
+
declare const xlPasteSpecialOperationSubtract: XlPasteSpecialOperation.xlPasteSpecialOperationSubtract;
|
|
3405
|
+
declare const xlPasteAll: XlPasteType.xlPasteAll;
|
|
3406
|
+
declare const xlPasteAllUsingSourceTheme: XlPasteType.xlPasteAllUsingSourceTheme;
|
|
3407
|
+
declare const xlPasteAllMergingConditionalFormats: XlPasteType.xlPasteAllMergingConditionalFormats;
|
|
3408
|
+
declare const xlPasteAllExceptBorders: XlPasteType.xlPasteAllExceptBorders;
|
|
3409
|
+
declare const xlPasteFormats: XlPasteType.xlPasteFormats;
|
|
3410
|
+
declare const xlPasteFormulas: XlPasteType.xlPasteFormulas;
|
|
3411
|
+
declare const xlPasteComments: XlPasteType.xlPasteComments;
|
|
3412
|
+
declare const xlPasteValues: XlPasteType.xlPasteValues;
|
|
3413
|
+
declare const xlPasteColumnWidths: XlPasteType.xlPasteColumnWidths;
|
|
3414
|
+
declare const xlPasteValidation: XlPasteType.xlPasteValidation;
|
|
3415
|
+
declare const xlPasteFormulasAndNumberFormats: XlPasteType.xlPasteFormulasAndNumberFormats;
|
|
3416
|
+
declare const xlPasteValuesAndNumberFormats: XlPasteType.xlPasteValuesAndNumberFormats;
|
|
3417
|
+
declare const xlKatakanaHalf: XlPhoneticCharacterType.xlKatakanaHalf;
|
|
3418
|
+
declare const xlKatakana: XlPhoneticCharacterType.xlKatakana;
|
|
3419
|
+
declare const xlHiragana: XlPhoneticCharacterType.xlHiragana;
|
|
3420
|
+
declare const xlNoConversion: XlPhoneticCharacterType.xlNoConversion;
|
|
3421
|
+
declare const xlPhoneticAlignNoControl: XlPhoneticAlignment.xlPhoneticAlignNoControl;
|
|
3422
|
+
declare const xlPhoneticAlignLeft: XlPhoneticAlignment.xlPhoneticAlignLeft;
|
|
3423
|
+
declare const xlPhoneticAlignCenter: XlPhoneticAlignment.xlPhoneticAlignCenter;
|
|
3424
|
+
declare const xlPhoneticAlignDistributed: XlPhoneticAlignment.xlPhoneticAlignDistributed;
|
|
3425
|
+
declare const xlPrinter: XlPictureAppearance.xlPrinter;
|
|
3426
|
+
declare const xlScreen: XlPictureAppearance.xlScreen;
|
|
3427
|
+
declare const xlDifferenceFrom: XlPivotFieldCalculation.xlDifferenceFrom;
|
|
3428
|
+
declare const xlIndex: XlPivotFieldCalculation.xlIndex;
|
|
3429
|
+
declare const xlNoAdditionalCalculation: XlPivotFieldCalculation.xlNoAdditionalCalculation;
|
|
3430
|
+
declare const xlPercentDifferenceFrom: XlPivotFieldCalculation.xlPercentDifferenceFrom;
|
|
3431
|
+
declare const xlPercentOf: XlPivotFieldCalculation.xlPercentOf;
|
|
3432
|
+
declare const xlPercentOfColumn: XlPivotFieldCalculation.xlPercentOfColumn;
|
|
3433
|
+
declare const xlPercentOfRow: XlPivotFieldCalculation.xlPercentOfRow;
|
|
3434
|
+
declare const xlPercentOfTotal: XlPivotFieldCalculation.xlPercentOfTotal;
|
|
3435
|
+
declare const xlRunningTotal: XlPivotFieldCalculation.xlRunningTotal;
|
|
3436
|
+
declare const xlPercentOfParentRow: XlPivotFieldCalculation.xlPercentOfParentRow;
|
|
3437
|
+
declare const xlPercentOfParentColumn: XlPivotFieldCalculation.xlPercentOfParentColumn;
|
|
3438
|
+
declare const xlPercentOfParent: XlPivotFieldCalculation.xlPercentOfParent;
|
|
3439
|
+
declare const xlPercentRunningTotal: XlPivotFieldCalculation.xlPercentRunningTotal;
|
|
3440
|
+
declare const xlRankAscending: XlPivotFieldCalculation.xlRankAscending;
|
|
3441
|
+
declare const xlRankDecending: XlPivotFieldCalculation.xlRankDecending;
|
|
3442
|
+
declare const xlFreeFloating: XlPlacement.xlFreeFloating;
|
|
3443
|
+
declare const xlMove: XlPlacement.xlMove;
|
|
3444
|
+
declare const xlMoveAndSize: XlPlacement.xlMoveAndSize;
|
|
3445
|
+
declare const xlMacintosh: XlPlatform.xlMacintosh;
|
|
3446
|
+
declare const xlMSDOS: XlPlatform.xlMSDOS;
|
|
3447
|
+
declare const xlWindows: XlPlatform.xlWindows;
|
|
3448
|
+
declare const xlPrintSheetEnd: XlPrintLocation.xlPrintSheetEnd;
|
|
3449
|
+
declare const xlPrintInPlace: XlPrintLocation.xlPrintInPlace;
|
|
3450
|
+
declare const xlPrintNoComments: XlPrintLocation.xlPrintNoComments;
|
|
3451
|
+
declare const xlPriorityHigh: XlPriority.xlPriorityHigh;
|
|
3452
|
+
declare const xlPriorityLow: XlPriority.xlPriorityLow;
|
|
3453
|
+
declare const xlPriorityNormal: XlPriority.xlPriorityNormal;
|
|
3454
|
+
declare const xlLabelOnly: XlPTSelectionMode.xlLabelOnly;
|
|
3455
|
+
declare const xlDataAndLabel: XlPTSelectionMode.xlDataAndLabel;
|
|
3456
|
+
declare const xlDataOnly: XlPTSelectionMode.xlDataOnly;
|
|
3457
|
+
declare const xlOrigin: XlPTSelectionMode.xlOrigin;
|
|
3458
|
+
declare const xlButton: XlPTSelectionMode.xlButton;
|
|
3459
|
+
declare const xlBlanks: XlPTSelectionMode.xlBlanks;
|
|
3460
|
+
declare const xlFirstRow: XlPTSelectionMode.xlFirstRow;
|
|
3461
|
+
declare const xlRangeAutoFormat3DEffects1: XlRangeAutoFormat.xlRangeAutoFormat3DEffects1;
|
|
3462
|
+
declare const xlRangeAutoFormat3DEffects2: XlRangeAutoFormat.xlRangeAutoFormat3DEffects2;
|
|
3463
|
+
declare const xlRangeAutoFormatAccounting1: XlRangeAutoFormat.xlRangeAutoFormatAccounting1;
|
|
3464
|
+
declare const xlRangeAutoFormatAccounting2: XlRangeAutoFormat.xlRangeAutoFormatAccounting2;
|
|
3465
|
+
declare const xlRangeAutoFormatAccounting3: XlRangeAutoFormat.xlRangeAutoFormatAccounting3;
|
|
3466
|
+
declare const xlRangeAutoFormatAccounting4: XlRangeAutoFormat.xlRangeAutoFormatAccounting4;
|
|
3467
|
+
declare const xlRangeAutoFormatClassic1: XlRangeAutoFormat.xlRangeAutoFormatClassic1;
|
|
3468
|
+
declare const xlRangeAutoFormatClassic2: XlRangeAutoFormat.xlRangeAutoFormatClassic2;
|
|
3469
|
+
declare const xlRangeAutoFormatClassic3: XlRangeAutoFormat.xlRangeAutoFormatClassic3;
|
|
3470
|
+
declare const xlRangeAutoFormatColor1: XlRangeAutoFormat.xlRangeAutoFormatColor1;
|
|
3471
|
+
declare const xlRangeAutoFormatColor2: XlRangeAutoFormat.xlRangeAutoFormatColor2;
|
|
3472
|
+
declare const xlRangeAutoFormatColor3: XlRangeAutoFormat.xlRangeAutoFormatColor3;
|
|
3473
|
+
declare const xlRangeAutoFormatList1: XlRangeAutoFormat.xlRangeAutoFormatList1;
|
|
3474
|
+
declare const xlRangeAutoFormatList2: XlRangeAutoFormat.xlRangeAutoFormatList2;
|
|
3475
|
+
declare const xlRangeAutoFormatList3: XlRangeAutoFormat.xlRangeAutoFormatList3;
|
|
3476
|
+
declare const xlRangeAutoFormatLocalFormat1: XlRangeAutoFormat.xlRangeAutoFormatLocalFormat1;
|
|
3477
|
+
declare const xlRangeAutoFormatLocalFormat2: XlRangeAutoFormat.xlRangeAutoFormatLocalFormat2;
|
|
3478
|
+
declare const xlRangeAutoFormatLocalFormat3: XlRangeAutoFormat.xlRangeAutoFormatLocalFormat3;
|
|
3479
|
+
declare const xlRangeAutoFormatLocalFormat4: XlRangeAutoFormat.xlRangeAutoFormatLocalFormat4;
|
|
3480
|
+
declare const xlRangeAutoFormatReport1: XlRangeAutoFormat.xlRangeAutoFormatReport1;
|
|
3481
|
+
declare const xlRangeAutoFormatReport2: XlRangeAutoFormat.xlRangeAutoFormatReport2;
|
|
3482
|
+
declare const xlRangeAutoFormatReport3: XlRangeAutoFormat.xlRangeAutoFormatReport3;
|
|
3483
|
+
declare const xlRangeAutoFormatReport4: XlRangeAutoFormat.xlRangeAutoFormatReport4;
|
|
3484
|
+
declare const xlRangeAutoFormatReport5: XlRangeAutoFormat.xlRangeAutoFormatReport5;
|
|
3485
|
+
declare const xlRangeAutoFormatReport6: XlRangeAutoFormat.xlRangeAutoFormatReport6;
|
|
3486
|
+
declare const xlRangeAutoFormatReport7: XlRangeAutoFormat.xlRangeAutoFormatReport7;
|
|
3487
|
+
declare const xlRangeAutoFormatReport8: XlRangeAutoFormat.xlRangeAutoFormatReport8;
|
|
3488
|
+
declare const xlRangeAutoFormatReport9: XlRangeAutoFormat.xlRangeAutoFormatReport9;
|
|
3489
|
+
declare const xlRangeAutoFormatReport10: XlRangeAutoFormat.xlRangeAutoFormatReport10;
|
|
3490
|
+
declare const xlRangeAutoFormatClassicPivotTable: XlRangeAutoFormat.xlRangeAutoFormatClassicPivotTable;
|
|
3491
|
+
declare const xlRangeAutoFormatTable1: XlRangeAutoFormat.xlRangeAutoFormatTable1;
|
|
3492
|
+
declare const xlRangeAutoFormatTable2: XlRangeAutoFormat.xlRangeAutoFormatTable2;
|
|
3493
|
+
declare const xlRangeAutoFormatTable3: XlRangeAutoFormat.xlRangeAutoFormatTable3;
|
|
3494
|
+
declare const xlRangeAutoFormatTable4: XlRangeAutoFormat.xlRangeAutoFormatTable4;
|
|
3495
|
+
declare const xlRangeAutoFormatTable5: XlRangeAutoFormat.xlRangeAutoFormatTable5;
|
|
3496
|
+
declare const xlRangeAutoFormatTable6: XlRangeAutoFormat.xlRangeAutoFormatTable6;
|
|
3497
|
+
declare const xlRangeAutoFormatTable7: XlRangeAutoFormat.xlRangeAutoFormatTable7;
|
|
3498
|
+
declare const xlRangeAutoFormatTable8: XlRangeAutoFormat.xlRangeAutoFormatTable8;
|
|
3499
|
+
declare const xlRangeAutoFormatTable9: XlRangeAutoFormat.xlRangeAutoFormatTable9;
|
|
3500
|
+
declare const xlRangeAutoFormatTable10: XlRangeAutoFormat.xlRangeAutoFormatTable10;
|
|
3501
|
+
declare const xlRangeAutoFormatPTNone: XlRangeAutoFormat.xlRangeAutoFormatPTNone;
|
|
3502
|
+
declare const xlRangeAutoFormatNone: XlRangeAutoFormat.xlRangeAutoFormatNone;
|
|
3503
|
+
declare const xlRangeAutoFormatSimple: XlRangeAutoFormat.xlRangeAutoFormatSimple;
|
|
3504
|
+
declare const xlAbsolute: XlReferenceType.xlAbsolute;
|
|
3505
|
+
declare const xlAbsRowRelColumn: XlReferenceType.xlAbsRowRelColumn;
|
|
3506
|
+
declare const xlRelative: XlReferenceType.xlRelative;
|
|
3507
|
+
declare const xlRelRowAbsColumn: XlReferenceType.xlRelRowAbsColumn;
|
|
3508
|
+
declare const xlTabular: XlLayoutFormType.xlTabular;
|
|
3509
|
+
declare const xlOutline: XlLayoutFormType.xlOutline;
|
|
3510
|
+
declare const xlAllAtOnce: XlRoutingSlipDelivery.xlAllAtOnce;
|
|
3511
|
+
declare const xlOneAfterAnother: XlRoutingSlipDelivery.xlOneAfterAnother;
|
|
3512
|
+
declare const xlNotYetRouted: XlRoutingSlipStatus.xlNotYetRouted;
|
|
3513
|
+
declare const xlRoutingComplete: XlRoutingSlipStatus.xlRoutingComplete;
|
|
3514
|
+
declare const xlRoutingInProgress: XlRoutingSlipStatus.xlRoutingInProgress;
|
|
3515
|
+
declare const xlAutoActivate: XlRunAutoMacro.xlAutoActivate;
|
|
3516
|
+
declare const xlAutoClose: XlRunAutoMacro.xlAutoClose;
|
|
3517
|
+
declare const xlAutoDeactivate: XlRunAutoMacro.xlAutoDeactivate;
|
|
3518
|
+
declare const xlAutoOpen: XlRunAutoMacro.xlAutoOpen;
|
|
3519
|
+
declare const xlDoNotSaveChanges: XlSaveAction.xlDoNotSaveChanges;
|
|
3520
|
+
declare const xlSaveChanges: XlSaveAction.xlSaveChanges;
|
|
3521
|
+
declare const xlExclusive: XlSaveAsAccessMode.xlExclusive;
|
|
3522
|
+
declare const xlNoChange: XlSaveAsAccessMode.xlNoChange;
|
|
3523
|
+
declare const xlShared: XlSaveAsAccessMode.xlShared;
|
|
3524
|
+
declare const xlLocalSessionChanges: XlSaveConflictResolution.xlLocalSessionChanges;
|
|
3525
|
+
declare const xlOtherSessionChanges: XlSaveConflictResolution.xlOtherSessionChanges;
|
|
3526
|
+
declare const xlUserResolution: XlSaveConflictResolution.xlUserResolution;
|
|
3527
|
+
declare const xlNext: XlSearchDirection.xlNext;
|
|
3528
|
+
declare const xlPrevious: XlSearchDirection.xlPrevious;
|
|
3529
|
+
declare const xlByColumns: XlSearchOrder.xlByColumns;
|
|
3530
|
+
declare const xlByRows: XlSearchOrder.xlByRows;
|
|
3531
|
+
declare const xlSheetVisible: XlSheetVisibility.xlSheetVisible;
|
|
3532
|
+
declare const xlSheetHidden: XlSheetVisibility.xlSheetHidden;
|
|
3533
|
+
declare const xlSheetVeryHidden: XlSheetVisibility.xlSheetVeryHidden;
|
|
3534
|
+
declare const xlPinYin: XlSortMethod.xlPinYin;
|
|
3535
|
+
declare const xlStroke: XlSortMethod.xlStroke;
|
|
3536
|
+
declare const xlCodePage: XlSortMethodOld.xlCodePage;
|
|
3537
|
+
declare const xlSyllabary: XlSortMethodOld.xlSyllabary;
|
|
3538
|
+
declare const xlAscending: XlSortOrder.xlAscending;
|
|
3539
|
+
declare const xlDescending: XlSortOrder.xlDescending;
|
|
3540
|
+
declare const xlSortRows: XlSortOrientation.xlSortRows;
|
|
3541
|
+
declare const xlSortColumns: XlSortOrientation.xlSortColumns;
|
|
3542
|
+
declare const xlSortLabels: XlSortType.xlSortLabels;
|
|
3543
|
+
declare const xlSortValues: XlSortType.xlSortValues;
|
|
3544
|
+
declare const xlErrors: XlSpecialCellsValue.xlErrors;
|
|
3545
|
+
declare const xlLogical: XlSpecialCellsValue.xlLogical;
|
|
3546
|
+
declare const xlNumbers: XlSpecialCellsValue.xlNumbers;
|
|
3547
|
+
declare const xlTextValues: XlSpecialCellsValue.xlTextValues;
|
|
3548
|
+
declare const xlSubscribeToPicture: XlSubscribeToFormat.xlSubscribeToPicture;
|
|
3549
|
+
declare const xlSubscribeToText: XlSubscribeToFormat.xlSubscribeToText;
|
|
3550
|
+
declare const xlSummaryAbove: XlSummaryRow.xlSummaryAbove;
|
|
3551
|
+
declare const xlSummaryBelow: XlSummaryRow.xlSummaryBelow;
|
|
3552
|
+
declare const xlSummaryOnLeft: XlSummaryColumn.xlSummaryOnLeft;
|
|
3553
|
+
declare const xlSummaryOnRight: XlSummaryColumn.xlSummaryOnRight;
|
|
3554
|
+
declare const xlSummaryPivotTable: XlSummaryReportType.xlSummaryPivotTable;
|
|
3555
|
+
declare const xlStandardSummary: XlSummaryReportType.xlStandardSummary;
|
|
3556
|
+
declare const xlTabPositionFirst: XlTabPosition.xlTabPositionFirst;
|
|
3557
|
+
declare const xlTabPositionLast: XlTabPosition.xlTabPositionLast;
|
|
3558
|
+
declare const xlDelimited: XlTextParsingType.xlDelimited;
|
|
3559
|
+
declare const xlFixedWidth: XlTextParsingType.xlFixedWidth;
|
|
3560
|
+
declare const xlTextQualifierDoubleQuote: XlTextQualifier.xlTextQualifierDoubleQuote;
|
|
3561
|
+
declare const xlTextQualifierNone: XlTextQualifier.xlTextQualifierNone;
|
|
3562
|
+
declare const xlTextQualifierSingleQuote: XlTextQualifier.xlTextQualifierSingleQuote;
|
|
3563
|
+
declare const xlWBATChart: XlWBATemplate.xlWBATChart;
|
|
3564
|
+
declare const xlWBATExcel4IntlMacroSheet: XlWBATemplate.xlWBATExcel4IntlMacroSheet;
|
|
3565
|
+
declare const xlWBATExcel4MacroSheet: XlWBATemplate.xlWBATExcel4MacroSheet;
|
|
3566
|
+
declare const xlWBATWorksheet: XlWBATemplate.xlWBATWorksheet;
|
|
3567
|
+
declare const xlNormalView: XlWindowView.xlNormalView;
|
|
3568
|
+
declare const xlPageBreakPreview: XlWindowView.xlPageBreakPreview;
|
|
3569
|
+
declare const xlPageLayoutView: XlWindowView.xlPageLayoutView;
|
|
3570
|
+
declare const xlCommand: XlXLMMacroType.xlCommand;
|
|
3571
|
+
declare const xlFunction: XlXLMMacroType.xlFunction;
|
|
3572
|
+
declare const xlNotXLM: XlXLMMacroType.xlNotXLM;
|
|
3573
|
+
declare const xlGuess: XlYesNoGuess.xlGuess;
|
|
3574
|
+
declare const xlNo: XlYesNoGuess.xlNo;
|
|
3575
|
+
declare const xlYes: XlYesNoGuess.xlYes;
|
|
3576
|
+
declare const xlInsideHorizontal: XlBordersIndex.xlInsideHorizontal;
|
|
3577
|
+
declare const xlInsideVertical: XlBordersIndex.xlInsideVertical;
|
|
3578
|
+
declare const xlDiagonalDown: XlBordersIndex.xlDiagonalDown;
|
|
3579
|
+
declare const xlDiagonalUp: XlBordersIndex.xlDiagonalUp;
|
|
3580
|
+
declare const xlEdgeBottom: XlBordersIndex.xlEdgeBottom;
|
|
3581
|
+
declare const xlEdgeLeft: XlBordersIndex.xlEdgeLeft;
|
|
3582
|
+
declare const xlEdgeRight: XlBordersIndex.xlEdgeRight;
|
|
3583
|
+
declare const xlEdgeTop: XlBordersIndex.xlEdgeTop;
|
|
3584
|
+
declare const xlNoButtonChanges: XlToolbarProtection.xlNoButtonChanges;
|
|
3585
|
+
declare const xlNoChanges: XlToolbarProtection.xlNoChanges;
|
|
3586
|
+
declare const xlNoDockingChanges: XlToolbarProtection.xlNoDockingChanges;
|
|
3587
|
+
declare const xlToolbarProtectionNone: XlToolbarProtection.xlToolbarProtectionNone;
|
|
3588
|
+
declare const xlNoShapeChanges: XlToolbarProtection.xlNoShapeChanges;
|
|
3589
|
+
declare const xlDialogOpen: XlBuiltInDialog.xlDialogOpen;
|
|
3590
|
+
declare const xlDialogOpenLinks: XlBuiltInDialog.xlDialogOpenLinks;
|
|
3591
|
+
declare const xlDialogSaveAs: XlBuiltInDialog.xlDialogSaveAs;
|
|
3592
|
+
declare const xlDialogFileDelete: XlBuiltInDialog.xlDialogFileDelete;
|
|
3593
|
+
declare const xlDialogPageSetup: XlBuiltInDialog.xlDialogPageSetup;
|
|
3594
|
+
declare const xlDialogPrint: XlBuiltInDialog.xlDialogPrint;
|
|
3595
|
+
declare const xlDialogPrinterSetup: XlBuiltInDialog.xlDialogPrinterSetup;
|
|
3596
|
+
declare const xlDialogArrangeAll: XlBuiltInDialog.xlDialogArrangeAll;
|
|
3597
|
+
declare const xlDialogWindowSize: XlBuiltInDialog.xlDialogWindowSize;
|
|
3598
|
+
declare const xlDialogWindowMove: XlBuiltInDialog.xlDialogWindowMove;
|
|
3599
|
+
declare const xlDialogRun: XlBuiltInDialog.xlDialogRun;
|
|
3600
|
+
declare const xlDialogSetPrintTitles: XlBuiltInDialog.xlDialogSetPrintTitles;
|
|
3601
|
+
declare const xlDialogFont: XlBuiltInDialog.xlDialogFont;
|
|
3602
|
+
declare const xlDialogDisplay: XlBuiltInDialog.xlDialogDisplay;
|
|
3603
|
+
declare const xlDialogProtectDocument: XlBuiltInDialog.xlDialogProtectDocument;
|
|
3604
|
+
declare const xlDialogCalculation: XlBuiltInDialog.xlDialogCalculation;
|
|
3605
|
+
declare const xlDialogExtract: XlBuiltInDialog.xlDialogExtract;
|
|
3606
|
+
declare const xlDialogDataDelete: XlBuiltInDialog.xlDialogDataDelete;
|
|
3607
|
+
declare const xlDialogSort: XlBuiltInDialog.xlDialogSort;
|
|
3608
|
+
declare const xlDialogDataSeries: XlBuiltInDialog.xlDialogDataSeries;
|
|
3609
|
+
declare const xlDialogTable: XlBuiltInDialog.xlDialogTable;
|
|
3610
|
+
declare const xlDialogFormatNumber: XlBuiltInDialog.xlDialogFormatNumber;
|
|
3611
|
+
declare const xlDialogAlignment: XlBuiltInDialog.xlDialogAlignment;
|
|
3612
|
+
declare const xlDialogStyle: XlBuiltInDialog.xlDialogStyle;
|
|
3613
|
+
declare const xlDialogBorder: XlBuiltInDialog.xlDialogBorder;
|
|
3614
|
+
declare const xlDialogCellProtection: XlBuiltInDialog.xlDialogCellProtection;
|
|
3615
|
+
declare const xlDialogColumnWidth: XlBuiltInDialog.xlDialogColumnWidth;
|
|
3616
|
+
declare const xlDialogClear: XlBuiltInDialog.xlDialogClear;
|
|
3617
|
+
declare const xlDialogPasteSpecial: XlBuiltInDialog.xlDialogPasteSpecial;
|
|
3618
|
+
declare const xlDialogEditDelete: XlBuiltInDialog.xlDialogEditDelete;
|
|
3619
|
+
declare const xlDialogInsert: XlBuiltInDialog.xlDialogInsert;
|
|
3620
|
+
declare const xlDialogPasteNames: XlBuiltInDialog.xlDialogPasteNames;
|
|
3621
|
+
declare const xlDialogDefineName: XlBuiltInDialog.xlDialogDefineName;
|
|
3622
|
+
declare const xlDialogCreateNames: XlBuiltInDialog.xlDialogCreateNames;
|
|
3623
|
+
declare const xlDialogFormulaGoto: XlBuiltInDialog.xlDialogFormulaGoto;
|
|
3624
|
+
declare const xlDialogFormulaFind: XlBuiltInDialog.xlDialogFormulaFind;
|
|
3625
|
+
declare const xlDialogGalleryArea: XlBuiltInDialog.xlDialogGalleryArea;
|
|
3626
|
+
declare const xlDialogGalleryBar: XlBuiltInDialog.xlDialogGalleryBar;
|
|
3627
|
+
declare const xlDialogGalleryColumn: XlBuiltInDialog.xlDialogGalleryColumn;
|
|
3628
|
+
declare const xlDialogGalleryLine: XlBuiltInDialog.xlDialogGalleryLine;
|
|
3629
|
+
declare const xlDialogGalleryPie: XlBuiltInDialog.xlDialogGalleryPie;
|
|
3630
|
+
declare const xlDialogGalleryScatter: XlBuiltInDialog.xlDialogGalleryScatter;
|
|
3631
|
+
declare const xlDialogCombination: XlBuiltInDialog.xlDialogCombination;
|
|
3632
|
+
declare const xlDialogGridlines: XlBuiltInDialog.xlDialogGridlines;
|
|
3633
|
+
declare const xlDialogAxes: XlBuiltInDialog.xlDialogAxes;
|
|
3634
|
+
declare const xlDialogAttachText: XlBuiltInDialog.xlDialogAttachText;
|
|
3635
|
+
declare const xlDialogPatterns: XlBuiltInDialog.xlDialogPatterns;
|
|
3636
|
+
declare const xlDialogMainChart: XlBuiltInDialog.xlDialogMainChart;
|
|
3637
|
+
declare const xlDialogOverlay: XlBuiltInDialog.xlDialogOverlay;
|
|
3638
|
+
declare const xlDialogScale: XlBuiltInDialog.xlDialogScale;
|
|
3639
|
+
declare const xlDialogFormatLegend: XlBuiltInDialog.xlDialogFormatLegend;
|
|
3640
|
+
declare const xlDialogFormatText: XlBuiltInDialog.xlDialogFormatText;
|
|
3641
|
+
declare const xlDialogParse: XlBuiltInDialog.xlDialogParse;
|
|
3642
|
+
declare const xlDialogUnhide: XlBuiltInDialog.xlDialogUnhide;
|
|
3643
|
+
declare const xlDialogWorkspace: XlBuiltInDialog.xlDialogWorkspace;
|
|
3644
|
+
declare const xlDialogActivate: XlBuiltInDialog.xlDialogActivate;
|
|
3645
|
+
declare const xlDialogCopyPicture: XlBuiltInDialog.xlDialogCopyPicture;
|
|
3646
|
+
declare const xlDialogDeleteName: XlBuiltInDialog.xlDialogDeleteName;
|
|
3647
|
+
declare const xlDialogDeleteFormat: XlBuiltInDialog.xlDialogDeleteFormat;
|
|
3648
|
+
declare const xlDialogNew: XlBuiltInDialog.xlDialogNew;
|
|
3649
|
+
declare const xlDialogRowHeight: XlBuiltInDialog.xlDialogRowHeight;
|
|
3650
|
+
declare const xlDialogFormatMove: XlBuiltInDialog.xlDialogFormatMove;
|
|
3651
|
+
declare const xlDialogFormatSize: XlBuiltInDialog.xlDialogFormatSize;
|
|
3652
|
+
declare const xlDialogFormulaReplace: XlBuiltInDialog.xlDialogFormulaReplace;
|
|
3653
|
+
declare const xlDialogSelectSpecial: XlBuiltInDialog.xlDialogSelectSpecial;
|
|
3654
|
+
declare const xlDialogApplyNames: XlBuiltInDialog.xlDialogApplyNames;
|
|
3655
|
+
declare const xlDialogReplaceFont: XlBuiltInDialog.xlDialogReplaceFont;
|
|
3656
|
+
declare const xlDialogSplit: XlBuiltInDialog.xlDialogSplit;
|
|
3657
|
+
declare const xlDialogOutline: XlBuiltInDialog.xlDialogOutline;
|
|
3658
|
+
declare const xlDialogSaveWorkbook: XlBuiltInDialog.xlDialogSaveWorkbook;
|
|
3659
|
+
declare const xlDialogCopyChart: XlBuiltInDialog.xlDialogCopyChart;
|
|
3660
|
+
declare const xlDialogFormatFont: XlBuiltInDialog.xlDialogFormatFont;
|
|
3661
|
+
declare const xlDialogNote: XlBuiltInDialog.xlDialogNote;
|
|
3662
|
+
declare const xlDialogSetUpdateStatus: XlBuiltInDialog.xlDialogSetUpdateStatus;
|
|
3663
|
+
declare const xlDialogColorPalette: XlBuiltInDialog.xlDialogColorPalette;
|
|
3664
|
+
declare const xlDialogChangeLink: XlBuiltInDialog.xlDialogChangeLink;
|
|
3665
|
+
declare const xlDialogAppMove: XlBuiltInDialog.xlDialogAppMove;
|
|
3666
|
+
declare const xlDialogAppSize: XlBuiltInDialog.xlDialogAppSize;
|
|
3667
|
+
declare const xlDialogMainChartType: XlBuiltInDialog.xlDialogMainChartType;
|
|
3668
|
+
declare const xlDialogOverlayChartType: XlBuiltInDialog.xlDialogOverlayChartType;
|
|
3669
|
+
declare const xlDialogOpenMail: XlBuiltInDialog.xlDialogOpenMail;
|
|
3670
|
+
declare const xlDialogSendMail: XlBuiltInDialog.xlDialogSendMail;
|
|
3671
|
+
declare const xlDialogStandardFont: XlBuiltInDialog.xlDialogStandardFont;
|
|
3672
|
+
declare const xlDialogConsolidate: XlBuiltInDialog.xlDialogConsolidate;
|
|
3673
|
+
declare const xlDialogSortSpecial: XlBuiltInDialog.xlDialogSortSpecial;
|
|
3674
|
+
declare const xlDialogGallery3dArea: XlBuiltInDialog.xlDialogGallery3dArea;
|
|
3675
|
+
declare const xlDialogGallery3dColumn: XlBuiltInDialog.xlDialogGallery3dColumn;
|
|
3676
|
+
declare const xlDialogGallery3dLine: XlBuiltInDialog.xlDialogGallery3dLine;
|
|
3677
|
+
declare const xlDialogGallery3dPie: XlBuiltInDialog.xlDialogGallery3dPie;
|
|
3678
|
+
declare const xlDialogView3d: XlBuiltInDialog.xlDialogView3d;
|
|
3679
|
+
declare const xlDialogGoalSeek: XlBuiltInDialog.xlDialogGoalSeek;
|
|
3680
|
+
declare const xlDialogWorkgroup: XlBuiltInDialog.xlDialogWorkgroup;
|
|
3681
|
+
declare const xlDialogFillGroup: XlBuiltInDialog.xlDialogFillGroup;
|
|
3682
|
+
declare const xlDialogUpdateLink: XlBuiltInDialog.xlDialogUpdateLink;
|
|
3683
|
+
declare const xlDialogPromote: XlBuiltInDialog.xlDialogPromote;
|
|
3684
|
+
declare const xlDialogDemote: XlBuiltInDialog.xlDialogDemote;
|
|
3685
|
+
declare const xlDialogShowDetail: XlBuiltInDialog.xlDialogShowDetail;
|
|
3686
|
+
declare const xlDialogObjectProperties: XlBuiltInDialog.xlDialogObjectProperties;
|
|
3687
|
+
declare const xlDialogSaveNewObject: XlBuiltInDialog.xlDialogSaveNewObject;
|
|
3688
|
+
declare const xlDialogApplyStyle: XlBuiltInDialog.xlDialogApplyStyle;
|
|
3689
|
+
declare const xlDialogAssignToObject: XlBuiltInDialog.xlDialogAssignToObject;
|
|
3690
|
+
declare const xlDialogObjectProtection: XlBuiltInDialog.xlDialogObjectProtection;
|
|
3691
|
+
declare const xlDialogCreatePublisher: XlBuiltInDialog.xlDialogCreatePublisher;
|
|
3692
|
+
declare const xlDialogSubscribeTo: XlBuiltInDialog.xlDialogSubscribeTo;
|
|
3693
|
+
declare const xlDialogShowToolbar: XlBuiltInDialog.xlDialogShowToolbar;
|
|
3694
|
+
declare const xlDialogPrintPreview: XlBuiltInDialog.xlDialogPrintPreview;
|
|
3695
|
+
declare const xlDialogEditColor: XlBuiltInDialog.xlDialogEditColor;
|
|
3696
|
+
declare const xlDialogFormatMain: XlBuiltInDialog.xlDialogFormatMain;
|
|
3697
|
+
declare const xlDialogFormatOverlay: XlBuiltInDialog.xlDialogFormatOverlay;
|
|
3698
|
+
declare const xlDialogEditSeries: XlBuiltInDialog.xlDialogEditSeries;
|
|
3699
|
+
declare const xlDialogDefineStyle: XlBuiltInDialog.xlDialogDefineStyle;
|
|
3700
|
+
declare const xlDialogGalleryRadar: XlBuiltInDialog.xlDialogGalleryRadar;
|
|
3701
|
+
declare const xlDialogEditionOptions: XlBuiltInDialog.xlDialogEditionOptions;
|
|
3702
|
+
declare const xlDialogZoom: XlBuiltInDialog.xlDialogZoom;
|
|
3703
|
+
declare const xlDialogInsertObject: XlBuiltInDialog.xlDialogInsertObject;
|
|
3704
|
+
declare const xlDialogSize: XlBuiltInDialog.xlDialogSize;
|
|
3705
|
+
declare const xlDialogMove: XlBuiltInDialog.xlDialogMove;
|
|
3706
|
+
declare const xlDialogFormatAuto: XlBuiltInDialog.xlDialogFormatAuto;
|
|
3707
|
+
declare const xlDialogGallery3dBar: XlBuiltInDialog.xlDialogGallery3dBar;
|
|
3708
|
+
declare const xlDialogGallery3dSurface: XlBuiltInDialog.xlDialogGallery3dSurface;
|
|
3709
|
+
declare const xlDialogCustomizeToolbar: XlBuiltInDialog.xlDialogCustomizeToolbar;
|
|
3710
|
+
declare const xlDialogWorkbookAdd: XlBuiltInDialog.xlDialogWorkbookAdd;
|
|
3711
|
+
declare const xlDialogWorkbookMove: XlBuiltInDialog.xlDialogWorkbookMove;
|
|
3712
|
+
declare const xlDialogWorkbookCopy: XlBuiltInDialog.xlDialogWorkbookCopy;
|
|
3713
|
+
declare const xlDialogWorkbookOptions: XlBuiltInDialog.xlDialogWorkbookOptions;
|
|
3714
|
+
declare const xlDialogSaveWorkspace: XlBuiltInDialog.xlDialogSaveWorkspace;
|
|
3715
|
+
declare const xlDialogChartWizard: XlBuiltInDialog.xlDialogChartWizard;
|
|
3716
|
+
declare const xlDialogAssignToTool: XlBuiltInDialog.xlDialogAssignToTool;
|
|
3717
|
+
declare const xlDialogPlacement: XlBuiltInDialog.xlDialogPlacement;
|
|
3718
|
+
declare const xlDialogFillWorkgroup: XlBuiltInDialog.xlDialogFillWorkgroup;
|
|
3719
|
+
declare const xlDialogWorkbookNew: XlBuiltInDialog.xlDialogWorkbookNew;
|
|
3720
|
+
declare const xlDialogScenarioCells: XlBuiltInDialog.xlDialogScenarioCells;
|
|
3721
|
+
declare const xlDialogScenarioAdd: XlBuiltInDialog.xlDialogScenarioAdd;
|
|
3722
|
+
declare const xlDialogScenarioEdit: XlBuiltInDialog.xlDialogScenarioEdit;
|
|
3723
|
+
declare const xlDialogScenarioSummary: XlBuiltInDialog.xlDialogScenarioSummary;
|
|
3724
|
+
declare const xlDialogPivotTableWizard: XlBuiltInDialog.xlDialogPivotTableWizard;
|
|
3725
|
+
declare const xlDialogPivotFieldProperties: XlBuiltInDialog.xlDialogPivotFieldProperties;
|
|
3726
|
+
declare const xlDialogOptionsCalculation: XlBuiltInDialog.xlDialogOptionsCalculation;
|
|
3727
|
+
declare const xlDialogOptionsEdit: XlBuiltInDialog.xlDialogOptionsEdit;
|
|
3728
|
+
declare const xlDialogOptionsView: XlBuiltInDialog.xlDialogOptionsView;
|
|
3729
|
+
declare const xlDialogAddinManager: XlBuiltInDialog.xlDialogAddinManager;
|
|
3730
|
+
declare const xlDialogMenuEditor: XlBuiltInDialog.xlDialogMenuEditor;
|
|
3731
|
+
declare const xlDialogAttachToolbars: XlBuiltInDialog.xlDialogAttachToolbars;
|
|
3732
|
+
declare const xlDialogOptionsChart: XlBuiltInDialog.xlDialogOptionsChart;
|
|
3733
|
+
declare const xlDialogVbaInsertFile: XlBuiltInDialog.xlDialogVbaInsertFile;
|
|
3734
|
+
declare const xlDialogVbaProcedureDefinition: XlBuiltInDialog.xlDialogVbaProcedureDefinition;
|
|
3735
|
+
declare const xlDialogRoutingSlip: XlBuiltInDialog.xlDialogRoutingSlip;
|
|
3736
|
+
declare const xlDialogMailLogon: XlBuiltInDialog.xlDialogMailLogon;
|
|
3737
|
+
declare const xlDialogInsertPicture: XlBuiltInDialog.xlDialogInsertPicture;
|
|
3738
|
+
declare const xlDialogGalleryDoughnut: XlBuiltInDialog.xlDialogGalleryDoughnut;
|
|
3739
|
+
declare const xlDialogChartTrend: XlBuiltInDialog.xlDialogChartTrend;
|
|
3740
|
+
declare const xlDialogWorkbookInsert: XlBuiltInDialog.xlDialogWorkbookInsert;
|
|
3741
|
+
declare const xlDialogOptionsTransition: XlBuiltInDialog.xlDialogOptionsTransition;
|
|
3742
|
+
declare const xlDialogOptionsGeneral: XlBuiltInDialog.xlDialogOptionsGeneral;
|
|
3743
|
+
declare const xlDialogFilterAdvanced: XlBuiltInDialog.xlDialogFilterAdvanced;
|
|
3744
|
+
declare const xlDialogMailNextLetter: XlBuiltInDialog.xlDialogMailNextLetter;
|
|
3745
|
+
declare const xlDialogDataLabel: XlBuiltInDialog.xlDialogDataLabel;
|
|
3746
|
+
declare const xlDialogInsertTitle: XlBuiltInDialog.xlDialogInsertTitle;
|
|
3747
|
+
declare const xlDialogFontProperties: XlBuiltInDialog.xlDialogFontProperties;
|
|
3748
|
+
declare const xlDialogMacroOptions: XlBuiltInDialog.xlDialogMacroOptions;
|
|
3749
|
+
declare const xlDialogWorkbookUnhide: XlBuiltInDialog.xlDialogWorkbookUnhide;
|
|
3750
|
+
declare const xlDialogWorkbookName: XlBuiltInDialog.xlDialogWorkbookName;
|
|
3751
|
+
declare const xlDialogGalleryCustom: XlBuiltInDialog.xlDialogGalleryCustom;
|
|
3752
|
+
declare const xlDialogAddChartAutoformat: XlBuiltInDialog.xlDialogAddChartAutoformat;
|
|
3753
|
+
declare const xlDialogChartAddData: XlBuiltInDialog.xlDialogChartAddData;
|
|
3754
|
+
declare const xlDialogTabOrder: XlBuiltInDialog.xlDialogTabOrder;
|
|
3755
|
+
declare const xlDialogSubtotalCreate: XlBuiltInDialog.xlDialogSubtotalCreate;
|
|
3756
|
+
declare const xlDialogWorkbookTabSplit: XlBuiltInDialog.xlDialogWorkbookTabSplit;
|
|
3757
|
+
declare const xlDialogWorkbookProtect: XlBuiltInDialog.xlDialogWorkbookProtect;
|
|
3758
|
+
declare const xlDialogScrollbarProperties: XlBuiltInDialog.xlDialogScrollbarProperties;
|
|
3759
|
+
declare const xlDialogPivotShowPages: XlBuiltInDialog.xlDialogPivotShowPages;
|
|
3760
|
+
declare const xlDialogTextToColumns: XlBuiltInDialog.xlDialogTextToColumns;
|
|
3761
|
+
declare const xlDialogFormatCharttype: XlBuiltInDialog.xlDialogFormatCharttype;
|
|
3762
|
+
declare const xlDialogPivotFieldGroup: XlBuiltInDialog.xlDialogPivotFieldGroup;
|
|
3763
|
+
declare const xlDialogPivotFieldUngroup: XlBuiltInDialog.xlDialogPivotFieldUngroup;
|
|
3764
|
+
declare const xlDialogCheckboxProperties: XlBuiltInDialog.xlDialogCheckboxProperties;
|
|
3765
|
+
declare const xlDialogLabelProperties: XlBuiltInDialog.xlDialogLabelProperties;
|
|
3766
|
+
declare const xlDialogListboxProperties: XlBuiltInDialog.xlDialogListboxProperties;
|
|
3767
|
+
declare const xlDialogEditboxProperties: XlBuiltInDialog.xlDialogEditboxProperties;
|
|
3768
|
+
declare const xlDialogOpenText: XlBuiltInDialog.xlDialogOpenText;
|
|
3769
|
+
declare const xlDialogPushbuttonProperties: XlBuiltInDialog.xlDialogPushbuttonProperties;
|
|
3770
|
+
declare const xlDialogFilter: XlBuiltInDialog.xlDialogFilter;
|
|
3771
|
+
declare const xlDialogFunctionWizard: XlBuiltInDialog.xlDialogFunctionWizard;
|
|
3772
|
+
declare const xlDialogSaveCopyAs: XlBuiltInDialog.xlDialogSaveCopyAs;
|
|
3773
|
+
declare const xlDialogOptionsListsAdd: XlBuiltInDialog.xlDialogOptionsListsAdd;
|
|
3774
|
+
declare const xlDialogSeriesAxes: XlBuiltInDialog.xlDialogSeriesAxes;
|
|
3775
|
+
declare const xlDialogSeriesX: XlBuiltInDialog.xlDialogSeriesX;
|
|
3776
|
+
declare const xlDialogSeriesY: XlBuiltInDialog.xlDialogSeriesY;
|
|
3777
|
+
declare const xlDialogErrorbarX: XlBuiltInDialog.xlDialogErrorbarX;
|
|
3778
|
+
declare const xlDialogErrorbarY: XlBuiltInDialog.xlDialogErrorbarY;
|
|
3779
|
+
declare const xlDialogFormatChart: XlBuiltInDialog.xlDialogFormatChart;
|
|
3780
|
+
declare const xlDialogSeriesOrder: XlBuiltInDialog.xlDialogSeriesOrder;
|
|
3781
|
+
declare const xlDialogMailEditMailer: XlBuiltInDialog.xlDialogMailEditMailer;
|
|
3782
|
+
declare const xlDialogStandardWidth: XlBuiltInDialog.xlDialogStandardWidth;
|
|
3783
|
+
declare const xlDialogScenarioMerge: XlBuiltInDialog.xlDialogScenarioMerge;
|
|
3784
|
+
declare const xlDialogProperties: XlBuiltInDialog.xlDialogProperties;
|
|
3785
|
+
declare const xlDialogSummaryInfo: XlBuiltInDialog.xlDialogSummaryInfo;
|
|
3786
|
+
declare const xlDialogFindFile: XlBuiltInDialog.xlDialogFindFile;
|
|
3787
|
+
declare const xlDialogActiveCellFont: XlBuiltInDialog.xlDialogActiveCellFont;
|
|
3788
|
+
declare const xlDialogVbaMakeAddin: XlBuiltInDialog.xlDialogVbaMakeAddin;
|
|
3789
|
+
declare const xlDialogFileSharing: XlBuiltInDialog.xlDialogFileSharing;
|
|
3790
|
+
declare const xlDialogAutoCorrect: XlBuiltInDialog.xlDialogAutoCorrect;
|
|
3791
|
+
declare const xlDialogCustomViews: XlBuiltInDialog.xlDialogCustomViews;
|
|
3792
|
+
declare const xlDialogInsertNameLabel: XlBuiltInDialog.xlDialogInsertNameLabel;
|
|
3793
|
+
declare const xlDialogSeriesShape: XlBuiltInDialog.xlDialogSeriesShape;
|
|
3794
|
+
declare const xlDialogChartOptionsDataLabels: XlBuiltInDialog.xlDialogChartOptionsDataLabels;
|
|
3795
|
+
declare const xlDialogChartOptionsDataTable: XlBuiltInDialog.xlDialogChartOptionsDataTable;
|
|
3796
|
+
declare const xlDialogSetBackgroundPicture: XlBuiltInDialog.xlDialogSetBackgroundPicture;
|
|
3797
|
+
declare const xlDialogDataValidation: XlBuiltInDialog.xlDialogDataValidation;
|
|
3798
|
+
declare const xlDialogChartType: XlBuiltInDialog.xlDialogChartType;
|
|
3799
|
+
declare const xlDialogChartLocation: XlBuiltInDialog.xlDialogChartLocation;
|
|
3800
|
+
declare const _xlDialogPhonetic: XlBuiltInDialog._xlDialogPhonetic;
|
|
3801
|
+
declare const xlDialogChartSourceData: XlBuiltInDialog.xlDialogChartSourceData;
|
|
3802
|
+
declare const _xlDialogChartSourceData: XlBuiltInDialog._xlDialogChartSourceData;
|
|
3803
|
+
declare const xlDialogSeriesOptions: XlBuiltInDialog.xlDialogSeriesOptions;
|
|
3804
|
+
declare const xlDialogPivotTableOptions: XlBuiltInDialog.xlDialogPivotTableOptions;
|
|
3805
|
+
declare const xlDialogPivotSolveOrder: XlBuiltInDialog.xlDialogPivotSolveOrder;
|
|
3806
|
+
declare const xlDialogPivotCalculatedField: XlBuiltInDialog.xlDialogPivotCalculatedField;
|
|
3807
|
+
declare const xlDialogPivotCalculatedItem: XlBuiltInDialog.xlDialogPivotCalculatedItem;
|
|
3808
|
+
declare const xlDialogConditionalFormatting: XlBuiltInDialog.xlDialogConditionalFormatting;
|
|
3809
|
+
declare const xlDialogInsertHyperlink: XlBuiltInDialog.xlDialogInsertHyperlink;
|
|
3810
|
+
declare const xlDialogProtectSharing: XlBuiltInDialog.xlDialogProtectSharing;
|
|
3811
|
+
declare const xlDialogOptionsME: XlBuiltInDialog.xlDialogOptionsME;
|
|
3812
|
+
declare const xlDialogPublishAsWebPage: XlBuiltInDialog.xlDialogPublishAsWebPage;
|
|
3813
|
+
declare const xlDialogPhonetic: XlBuiltInDialog.xlDialogPhonetic;
|
|
3814
|
+
declare const xlDialogNewWebQuery: XlBuiltInDialog.xlDialogNewWebQuery;
|
|
3815
|
+
declare const xlDialogImportTextFile: XlBuiltInDialog.xlDialogImportTextFile;
|
|
3816
|
+
declare const xlDialogExternalDataProperties: XlBuiltInDialog.xlDialogExternalDataProperties;
|
|
3817
|
+
declare const xlDialogWebOptionsGeneral: XlBuiltInDialog.xlDialogWebOptionsGeneral;
|
|
3818
|
+
declare const xlDialogWebOptionsFiles: XlBuiltInDialog.xlDialogWebOptionsFiles;
|
|
3819
|
+
declare const xlDialogWebOptionsPictures: XlBuiltInDialog.xlDialogWebOptionsPictures;
|
|
3820
|
+
declare const xlDialogWebOptionsEncoding: XlBuiltInDialog.xlDialogWebOptionsEncoding;
|
|
3821
|
+
declare const xlDialogWebOptionsFonts: XlBuiltInDialog.xlDialogWebOptionsFonts;
|
|
3822
|
+
declare const xlDialogPivotClientServerSet: XlBuiltInDialog.xlDialogPivotClientServerSet;
|
|
3823
|
+
declare const xlDialogPropertyFields: XlBuiltInDialog.xlDialogPropertyFields;
|
|
3824
|
+
declare const xlDialogSearch: XlBuiltInDialog.xlDialogSearch;
|
|
3825
|
+
declare const xlDialogEvaluateFormula: XlBuiltInDialog.xlDialogEvaluateFormula;
|
|
3826
|
+
declare const xlDialogDataLabelMultiple: XlBuiltInDialog.xlDialogDataLabelMultiple;
|
|
3827
|
+
declare const xlDialogChartOptionsDataLabelMultiple: XlBuiltInDialog.xlDialogChartOptionsDataLabelMultiple;
|
|
3828
|
+
declare const xlDialogErrorChecking: XlBuiltInDialog.xlDialogErrorChecking;
|
|
3829
|
+
declare const xlDialogWebOptionsBrowsers: XlBuiltInDialog.xlDialogWebOptionsBrowsers;
|
|
3830
|
+
declare const xlDialogCreateList: XlBuiltInDialog.xlDialogCreateList;
|
|
3831
|
+
declare const xlDialogPermission: XlBuiltInDialog.xlDialogPermission;
|
|
3832
|
+
declare const xlDialogMyPermission: XlBuiltInDialog.xlDialogMyPermission;
|
|
3833
|
+
declare const xlDialogDocumentInspector: XlBuiltInDialog.xlDialogDocumentInspector;
|
|
3834
|
+
declare const xlDialogNameManager: XlBuiltInDialog.xlDialogNameManager;
|
|
3835
|
+
declare const xlDialogNewName: XlBuiltInDialog.xlDialogNewName;
|
|
3836
|
+
declare const xlDialogSparklineInsertLine: XlBuiltInDialog.xlDialogSparklineInsertLine;
|
|
3837
|
+
declare const xlDialogSparklineInsertColumn: XlBuiltInDialog.xlDialogSparklineInsertColumn;
|
|
3838
|
+
declare const xlDialogSparklineInsertWinLoss: XlBuiltInDialog.xlDialogSparklineInsertWinLoss;
|
|
3839
|
+
declare const xlDialogSlicerSettings: XlBuiltInDialog.xlDialogSlicerSettings;
|
|
3840
|
+
declare const xlDialogSlicerCreation: XlBuiltInDialog.xlDialogSlicerCreation;
|
|
3841
|
+
declare const xlDialogSlicerPivotTableConnections: XlBuiltInDialog.xlDialogSlicerPivotTableConnections;
|
|
3842
|
+
declare const xlDialogPivotTableSlicerConnections: XlBuiltInDialog.xlDialogPivotTableSlicerConnections;
|
|
3843
|
+
declare const xlDialogPivotTableWhatIfAnalysisSettings: XlBuiltInDialog.xlDialogPivotTableWhatIfAnalysisSettings;
|
|
3844
|
+
declare const xlDialogSetManager: XlBuiltInDialog.xlDialogSetManager;
|
|
3845
|
+
declare const xlDialogSetMDXEditor: XlBuiltInDialog.xlDialogSetMDXEditor;
|
|
3846
|
+
declare const xlDialogSetTupleEditorOnRows: XlBuiltInDialog.xlDialogSetTupleEditorOnRows;
|
|
3847
|
+
declare const xlDialogSetTupleEditorOnColumns: XlBuiltInDialog.xlDialogSetTupleEditorOnColumns;
|
|
3848
|
+
declare const xlDialogManageRelationships: XlBuiltInDialog.xlDialogManageRelationships;
|
|
3849
|
+
declare const xlDialogCreateRelationship: XlBuiltInDialog.xlDialogCreateRelationship;
|
|
3850
|
+
declare const xlDialogRecommendedPivotTables: XlBuiltInDialog.xlDialogRecommendedPivotTables;
|
|
3851
|
+
declare const xlDialogForecastETS: XlBuiltInDialog.xlDialogForecastETS;
|
|
3852
|
+
declare const xlDialogPivotDefaultLayout: XlBuiltInDialog.xlDialogPivotDefaultLayout;
|
|
3853
|
+
declare const xlPrompt: XlParameterType.xlPrompt;
|
|
3854
|
+
declare const xlConstant: XlParameterType.xlConstant;
|
|
3855
|
+
declare const xlRange: XlParameterType.xlRange;
|
|
3856
|
+
declare const xlParamTypeUnknown: XlParameterDataType.xlParamTypeUnknown;
|
|
3857
|
+
declare const xlParamTypeChar: XlParameterDataType.xlParamTypeChar;
|
|
3858
|
+
declare const xlParamTypeNumeric: XlParameterDataType.xlParamTypeNumeric;
|
|
3859
|
+
declare const xlParamTypeDecimal: XlParameterDataType.xlParamTypeDecimal;
|
|
3860
|
+
declare const xlParamTypeInteger: XlParameterDataType.xlParamTypeInteger;
|
|
3861
|
+
declare const xlParamTypeSmallInt: XlParameterDataType.xlParamTypeSmallInt;
|
|
3862
|
+
declare const xlParamTypeFloat: XlParameterDataType.xlParamTypeFloat;
|
|
3863
|
+
declare const xlParamTypeReal: XlParameterDataType.xlParamTypeReal;
|
|
3864
|
+
declare const xlParamTypeDouble: XlParameterDataType.xlParamTypeDouble;
|
|
3865
|
+
declare const xlParamTypeVarChar: XlParameterDataType.xlParamTypeVarChar;
|
|
3866
|
+
declare const xlParamTypeDate: XlParameterDataType.xlParamTypeDate;
|
|
3867
|
+
declare const xlParamTypeTime: XlParameterDataType.xlParamTypeTime;
|
|
3868
|
+
declare const xlParamTypeTimestamp: XlParameterDataType.xlParamTypeTimestamp;
|
|
3869
|
+
declare const xlParamTypeLongVarChar: XlParameterDataType.xlParamTypeLongVarChar;
|
|
3870
|
+
declare const xlParamTypeBinary: XlParameterDataType.xlParamTypeBinary;
|
|
3871
|
+
declare const xlParamTypeVarBinary: XlParameterDataType.xlParamTypeVarBinary;
|
|
3872
|
+
declare const xlParamTypeLongVarBinary: XlParameterDataType.xlParamTypeLongVarBinary;
|
|
3873
|
+
declare const xlParamTypeBigInt: XlParameterDataType.xlParamTypeBigInt;
|
|
3874
|
+
declare const xlParamTypeTinyInt: XlParameterDataType.xlParamTypeTinyInt;
|
|
3875
|
+
declare const xlParamTypeBit: XlParameterDataType.xlParamTypeBit;
|
|
3876
|
+
declare const xlParamTypeWChar: XlParameterDataType.xlParamTypeWChar;
|
|
3877
|
+
declare const xlButtonControl: XlFormControl.xlButtonControl;
|
|
3878
|
+
declare const xlCheckBox: XlFormControl.xlCheckBox;
|
|
3879
|
+
declare const xlDropDown: XlFormControl.xlDropDown;
|
|
3880
|
+
declare const xlEditBox: XlFormControl.xlEditBox;
|
|
3881
|
+
declare const xlGroupBox: XlFormControl.xlGroupBox;
|
|
3882
|
+
declare const xlLabel: XlFormControl.xlLabel;
|
|
3883
|
+
declare const xlListBox: XlFormControl.xlListBox;
|
|
3884
|
+
declare const xlOptionButton: XlFormControl.xlOptionButton;
|
|
3885
|
+
declare const xlScrollBar: XlFormControl.xlScrollBar;
|
|
3886
|
+
declare const xlSpinner: XlFormControl.xlSpinner;
|
|
3887
|
+
declare const xlSourceWorkbook: XlSourceType.xlSourceWorkbook;
|
|
3888
|
+
declare const xlSourceSheet: XlSourceType.xlSourceSheet;
|
|
3889
|
+
declare const xlSourcePrintArea: XlSourceType.xlSourcePrintArea;
|
|
3890
|
+
declare const xlSourceAutoFilter: XlSourceType.xlSourceAutoFilter;
|
|
3891
|
+
declare const xlSourceRange: XlSourceType.xlSourceRange;
|
|
3892
|
+
declare const xlSourceChart: XlSourceType.xlSourceChart;
|
|
3893
|
+
declare const xlSourcePivotTable: XlSourceType.xlSourcePivotTable;
|
|
3894
|
+
declare const xlSourceQuery: XlSourceType.xlSourceQuery;
|
|
3895
|
+
declare const xlHtmlStatic: XlHtmlType.xlHtmlStatic;
|
|
3896
|
+
declare const xlHtmlCalc: XlHtmlType.xlHtmlCalc;
|
|
3897
|
+
declare const xlHtmlList: XlHtmlType.xlHtmlList;
|
|
3898
|
+
declare const xlHtmlChart: XlHtmlType.xlHtmlChart;
|
|
3899
|
+
declare const xlReport1: XlPivotFormatType.xlReport1;
|
|
3900
|
+
declare const xlReport2: XlPivotFormatType.xlReport2;
|
|
3901
|
+
declare const xlReport3: XlPivotFormatType.xlReport3;
|
|
3902
|
+
declare const xlReport4: XlPivotFormatType.xlReport4;
|
|
3903
|
+
declare const xlReport5: XlPivotFormatType.xlReport5;
|
|
3904
|
+
declare const xlReport6: XlPivotFormatType.xlReport6;
|
|
3905
|
+
declare const xlReport7: XlPivotFormatType.xlReport7;
|
|
3906
|
+
declare const xlReport8: XlPivotFormatType.xlReport8;
|
|
3907
|
+
declare const xlReport9: XlPivotFormatType.xlReport9;
|
|
3908
|
+
declare const xlReport10: XlPivotFormatType.xlReport10;
|
|
3909
|
+
declare const xlTable1: XlPivotFormatType.xlTable1;
|
|
3910
|
+
declare const xlTable2: XlPivotFormatType.xlTable2;
|
|
3911
|
+
declare const xlTable3: XlPivotFormatType.xlTable3;
|
|
3912
|
+
declare const xlTable4: XlPivotFormatType.xlTable4;
|
|
3913
|
+
declare const xlTable5: XlPivotFormatType.xlTable5;
|
|
3914
|
+
declare const xlTable6: XlPivotFormatType.xlTable6;
|
|
3915
|
+
declare const xlTable7: XlPivotFormatType.xlTable7;
|
|
3916
|
+
declare const xlTable8: XlPivotFormatType.xlTable8;
|
|
3917
|
+
declare const xlTable9: XlPivotFormatType.xlTable9;
|
|
3918
|
+
declare const xlTable10: XlPivotFormatType.xlTable10;
|
|
3919
|
+
declare const xlPTClassic: XlPivotFormatType.xlPTClassic;
|
|
3920
|
+
declare const xlPTNone: XlPivotFormatType.xlPTNone;
|
|
3921
|
+
declare const xlCmdCube: XlCmdType.xlCmdCube;
|
|
3922
|
+
declare const xlCmdSql: XlCmdType.xlCmdSql;
|
|
3923
|
+
declare const xlCmdTable: XlCmdType.xlCmdTable;
|
|
3924
|
+
declare const xlCmdDefault: XlCmdType.xlCmdDefault;
|
|
3925
|
+
declare const xlCmdList: XlCmdType.xlCmdList;
|
|
3926
|
+
declare const xlCmdTableCollection: XlCmdType.xlCmdTableCollection;
|
|
3927
|
+
declare const xlCmdExcel: XlCmdType.xlCmdExcel;
|
|
3928
|
+
declare const xlCmdDAX: XlCmdType.xlCmdDAX;
|
|
3929
|
+
declare const xlGeneralFormat: XlColumnDataType.xlGeneralFormat;
|
|
3930
|
+
declare const xlTextFormat: XlColumnDataType.xlTextFormat;
|
|
3931
|
+
declare const xlMDYFormat: XlColumnDataType.xlMDYFormat;
|
|
3932
|
+
declare const xlDMYFormat: XlColumnDataType.xlDMYFormat;
|
|
3933
|
+
declare const xlYMDFormat: XlColumnDataType.xlYMDFormat;
|
|
3934
|
+
declare const xlMYDFormat: XlColumnDataType.xlMYDFormat;
|
|
3935
|
+
declare const xlDYMFormat: XlColumnDataType.xlDYMFormat;
|
|
3936
|
+
declare const xlYDMFormat: XlColumnDataType.xlYDMFormat;
|
|
3937
|
+
declare const xlSkipColumn: XlColumnDataType.xlSkipColumn;
|
|
3938
|
+
declare const xlEMDFormat: XlColumnDataType.xlEMDFormat;
|
|
3939
|
+
declare const xlODBCQuery: XlQueryType.xlODBCQuery;
|
|
3940
|
+
declare const xlDAORecordset: XlQueryType.xlDAORecordset;
|
|
3941
|
+
declare const xlWebQuery: XlQueryType.xlWebQuery;
|
|
3942
|
+
declare const xlOLEDBQuery: XlQueryType.xlOLEDBQuery;
|
|
3943
|
+
declare const xlTextImport: XlQueryType.xlTextImport;
|
|
3944
|
+
declare const xlADORecordset: XlQueryType.xlADORecordset;
|
|
3945
|
+
declare const xlEntirePage: XlWebSelectionType.xlEntirePage;
|
|
3946
|
+
declare const xlAllTables: XlWebSelectionType.xlAllTables;
|
|
3947
|
+
declare const xlSpecifiedTables: XlWebSelectionType.xlSpecifiedTables;
|
|
3948
|
+
declare const xlHierarchy: XlCubeFieldType.xlHierarchy;
|
|
3949
|
+
declare const xlMeasure: XlCubeFieldType.xlMeasure;
|
|
3950
|
+
declare const xlSet: XlCubeFieldType.xlSet;
|
|
3951
|
+
declare const xlWebFormattingAll: XlWebFormatting.xlWebFormattingAll;
|
|
3952
|
+
declare const xlWebFormattingRTF: XlWebFormatting.xlWebFormattingRTF;
|
|
3953
|
+
declare const xlWebFormattingNone: XlWebFormatting.xlWebFormattingNone;
|
|
3954
|
+
declare const xlDisplayShapes: XlDisplayDrawingObjects.xlDisplayShapes;
|
|
3955
|
+
declare const xlHide: XlDisplayDrawingObjects.xlHide;
|
|
3956
|
+
declare const xlPlaceholders: XlDisplayDrawingObjects.xlPlaceholders;
|
|
3957
|
+
declare const xlAtTop: XlSubtototalLocationType.xlAtTop;
|
|
3958
|
+
declare const xlAtBottom: XlSubtototalLocationType.xlAtBottom;
|
|
3959
|
+
declare const xlPivotTableVersion2000: XlPivotTableVersionList.xlPivotTableVersion2000;
|
|
3960
|
+
declare const xlPivotTableVersion10: XlPivotTableVersionList.xlPivotTableVersion10;
|
|
3961
|
+
declare const xlPivotTableVersion11: XlPivotTableVersionList.xlPivotTableVersion11;
|
|
3962
|
+
declare const xlPivotTableVersion12: XlPivotTableVersionList.xlPivotTableVersion12;
|
|
3963
|
+
declare const xlPivotTableVersion14: XlPivotTableVersionList.xlPivotTableVersion14;
|
|
3964
|
+
declare const xlPivotTableVersion15: XlPivotTableVersionList.xlPivotTableVersion15;
|
|
3965
|
+
declare const xlPivotTableVersionCurrent: XlPivotTableVersionList.xlPivotTableVersionCurrent;
|
|
3966
|
+
declare const xlPrintErrorsDisplayed: XlPrintErrors.xlPrintErrorsDisplayed;
|
|
3967
|
+
declare const xlPrintErrorsBlank: XlPrintErrors.xlPrintErrorsBlank;
|
|
3968
|
+
declare const xlPrintErrorsDash: XlPrintErrors.xlPrintErrorsDash;
|
|
3969
|
+
declare const xlPrintErrorsNA: XlPrintErrors.xlPrintErrorsNA;
|
|
3970
|
+
declare const xlPivotCellValue: XlPivotCellType.xlPivotCellValue;
|
|
3971
|
+
declare const xlPivotCellPivotItem: XlPivotCellType.xlPivotCellPivotItem;
|
|
3972
|
+
declare const xlPivotCellSubtotal: XlPivotCellType.xlPivotCellSubtotal;
|
|
3973
|
+
declare const xlPivotCellGrandTotal: XlPivotCellType.xlPivotCellGrandTotal;
|
|
3974
|
+
declare const xlPivotCellDataField: XlPivotCellType.xlPivotCellDataField;
|
|
3975
|
+
declare const xlPivotCellPivotField: XlPivotCellType.xlPivotCellPivotField;
|
|
3976
|
+
declare const xlPivotCellPageFieldItem: XlPivotCellType.xlPivotCellPageFieldItem;
|
|
3977
|
+
declare const xlPivotCellCustomSubtotal: XlPivotCellType.xlPivotCellCustomSubtotal;
|
|
3978
|
+
declare const xlPivotCellDataPivotField: XlPivotCellType.xlPivotCellDataPivotField;
|
|
3979
|
+
declare const xlPivotCellBlankCell: XlPivotCellType.xlPivotCellBlankCell;
|
|
3980
|
+
declare const xlMissingItemsDefault: XlPivotTableMissingItems.xlMissingItemsDefault;
|
|
3981
|
+
declare const xlMissingItemsNone: XlPivotTableMissingItems.xlMissingItemsNone;
|
|
3982
|
+
declare const xlMissingItemsMax: XlPivotTableMissingItems.xlMissingItemsMax;
|
|
3983
|
+
declare const xlMissingItemsMax2: XlPivotTableMissingItems.xlMissingItemsMax2;
|
|
3984
|
+
declare const xlDone: XlCalculationState.xlDone;
|
|
3985
|
+
declare const xlCalculating: XlCalculationState.xlCalculating;
|
|
3986
|
+
declare const xlPending: XlCalculationState.xlPending;
|
|
3987
|
+
declare const xlNoKey: XlCalculationInterruptKey.xlNoKey;
|
|
3988
|
+
declare const xlEscKey: XlCalculationInterruptKey.xlEscKey;
|
|
3989
|
+
declare const xlAnyKey: XlCalculationInterruptKey.xlAnyKey;
|
|
3990
|
+
declare const xlSortNormal: XlSortDataOption.xlSortNormal;
|
|
3991
|
+
declare const xlSortTextAsNumbers: XlSortDataOption.xlSortTextAsNumbers;
|
|
3992
|
+
declare const xlUpdateLinksUserSetting: XlUpdateLinks.xlUpdateLinksUserSetting;
|
|
3993
|
+
declare const xlUpdateLinksNever: XlUpdateLinks.xlUpdateLinksNever;
|
|
3994
|
+
declare const xlUpdateLinksAlways: XlUpdateLinks.xlUpdateLinksAlways;
|
|
3995
|
+
declare const xlLinkStatusOK: XlLinkStatus.xlLinkStatusOK;
|
|
3996
|
+
declare const xlLinkStatusMissingFile: XlLinkStatus.xlLinkStatusMissingFile;
|
|
3997
|
+
declare const xlLinkStatusMissingSheet: XlLinkStatus.xlLinkStatusMissingSheet;
|
|
3998
|
+
declare const xlLinkStatusOld: XlLinkStatus.xlLinkStatusOld;
|
|
3999
|
+
declare const xlLinkStatusSourceNotCalculated: XlLinkStatus.xlLinkStatusSourceNotCalculated;
|
|
4000
|
+
declare const xlLinkStatusIndeterminate: XlLinkStatus.xlLinkStatusIndeterminate;
|
|
4001
|
+
declare const xlLinkStatusNotStarted: XlLinkStatus.xlLinkStatusNotStarted;
|
|
4002
|
+
declare const xlLinkStatusInvalidName: XlLinkStatus.xlLinkStatusInvalidName;
|
|
4003
|
+
declare const xlLinkStatusSourceNotOpen: XlLinkStatus.xlLinkStatusSourceNotOpen;
|
|
4004
|
+
declare const xlLinkStatusSourceOpen: XlLinkStatus.xlLinkStatusSourceOpen;
|
|
4005
|
+
declare const xlLinkStatusCopiedValues: XlLinkStatus.xlLinkStatusCopiedValues;
|
|
4006
|
+
declare const xlWithinSheet: XlSearchWithin.xlWithinSheet;
|
|
4007
|
+
declare const xlWithinWorkbook: XlSearchWithin.xlWithinWorkbook;
|
|
4008
|
+
declare const xlNormalLoad: XlCorruptLoad.xlNormalLoad;
|
|
4009
|
+
declare const xlRepairFile: XlCorruptLoad.xlRepairFile;
|
|
4010
|
+
declare const xlExtractData: XlCorruptLoad.xlExtractData;
|
|
4011
|
+
declare const xlAsRequired: XlRobustConnect.xlAsRequired;
|
|
4012
|
+
declare const xlAlways: XlRobustConnect.xlAlways;
|
|
4013
|
+
declare const xlNever: XlRobustConnect.xlNever;
|
|
4014
|
+
declare const xlEvaluateToError: XlErrorChecks.xlEvaluateToError;
|
|
4015
|
+
declare const xlTextDate: XlErrorChecks.xlTextDate;
|
|
4016
|
+
declare const xlNumberAsText: XlErrorChecks.xlNumberAsText;
|
|
4017
|
+
declare const xlInconsistentFormula: XlErrorChecks.xlInconsistentFormula;
|
|
4018
|
+
declare const xlOmittedCells: XlErrorChecks.xlOmittedCells;
|
|
4019
|
+
declare const xlUnlockedFormulaCells: XlErrorChecks.xlUnlockedFormulaCells;
|
|
4020
|
+
declare const xlEmptyCellReferences: XlErrorChecks.xlEmptyCellReferences;
|
|
4021
|
+
declare const xlListDataValidation: XlErrorChecks.xlListDataValidation;
|
|
4022
|
+
declare const xlInconsistentListFormula: XlErrorChecks.xlInconsistentListFormula;
|
|
4023
|
+
declare const xlMisleadingFormat: XlErrorChecks.xlMisleadingFormat;
|
|
4024
|
+
declare const xlOutdatedLinkedDataType: XlErrorChecks.xlOutdatedLinkedDataType;
|
|
4025
|
+
declare const xlStaleValue: XlErrorChecks.xlStaleValue;
|
|
4026
|
+
declare const xlDataLabelSeparatorDefault: XlDataLabelSeparator.xlDataLabelSeparatorDefault;
|
|
4027
|
+
declare const xlIndicatorAndButton: XlSmartTagDisplayMode.xlIndicatorAndButton;
|
|
4028
|
+
declare const xlDisplayNone: XlSmartTagDisplayMode.xlDisplayNone;
|
|
4029
|
+
declare const xlButtonOnly: XlSmartTagDisplayMode.xlButtonOnly;
|
|
4030
|
+
declare const xlRangeValueDefault: XlRangeValueDataType.xlRangeValueDefault;
|
|
4031
|
+
declare const xlRangeValueXMLSpreadsheet: XlRangeValueDataType.xlRangeValueXMLSpreadsheet;
|
|
4032
|
+
declare const xlRangeValueMSPersistXML: XlRangeValueDataType.xlRangeValueMSPersistXML;
|
|
4033
|
+
declare const xlSpeakByRows: XlSpeakDirection.xlSpeakByRows;
|
|
4034
|
+
declare const xlSpeakByColumns: XlSpeakDirection.xlSpeakByColumns;
|
|
4035
|
+
declare const xlFormatFromLeftOrAbove: XlInsertFormatOrigin.xlFormatFromLeftOrAbove;
|
|
4036
|
+
declare const xlFormatFromRightOrBelow: XlInsertFormatOrigin.xlFormatFromRightOrBelow;
|
|
4037
|
+
declare const xlArabicNone: XlArabicModes.xlArabicNone;
|
|
4038
|
+
declare const xlArabicStrictAlefHamza: XlArabicModes.xlArabicStrictAlefHamza;
|
|
4039
|
+
declare const xlArabicStrictFinalYaa: XlArabicModes.xlArabicStrictFinalYaa;
|
|
4040
|
+
declare const xlArabicBothStrict: XlArabicModes.xlArabicBothStrict;
|
|
4041
|
+
declare const xlQueryTable: XlImportDataAs.xlQueryTable;
|
|
4042
|
+
declare const xlPivotTableReport: XlImportDataAs.xlPivotTableReport;
|
|
4043
|
+
declare const xlTable: XlImportDataAs.xlTable;
|
|
4044
|
+
declare const xlCalculatedMember: XlCalculatedMemberType.xlCalculatedMember;
|
|
4045
|
+
declare const xlCalculatedSet: XlCalculatedMemberType.xlCalculatedSet;
|
|
4046
|
+
declare const xlCalculatedMeasure: XlCalculatedMemberType.xlCalculatedMeasure;
|
|
4047
|
+
declare const xlHebrewFullScript: XlHebrewModes.xlHebrewFullScript;
|
|
4048
|
+
declare const xlHebrewPartialScript: XlHebrewModes.xlHebrewPartialScript;
|
|
4049
|
+
declare const xlHebrewMixedScript: XlHebrewModes.xlHebrewMixedScript;
|
|
4050
|
+
declare const xlHebrewMixedAuthorizedScript: XlHebrewModes.xlHebrewMixedAuthorizedScript;
|
|
4051
|
+
declare const xlSrcExternal: XlListObjectSourceType.xlSrcExternal;
|
|
4052
|
+
declare const xlSrcRange: XlListObjectSourceType.xlSrcRange;
|
|
4053
|
+
declare const xlSrcXml: XlListObjectSourceType.xlSrcXml;
|
|
4054
|
+
declare const xlSrcQuery: XlListObjectSourceType.xlSrcQuery;
|
|
4055
|
+
declare const xlSrcModel: XlListObjectSourceType.xlSrcModel;
|
|
4056
|
+
declare const xlTextVisualLTR: XlTextVisualLayoutType.xlTextVisualLTR;
|
|
4057
|
+
declare const xlTextVisualRTL: XlTextVisualLayoutType.xlTextVisualRTL;
|
|
4058
|
+
declare const xlListDataTypeNone: XlListDataType.xlListDataTypeNone;
|
|
4059
|
+
declare const xlListDataTypeText: XlListDataType.xlListDataTypeText;
|
|
4060
|
+
declare const xlListDataTypeMultiLineText: XlListDataType.xlListDataTypeMultiLineText;
|
|
4061
|
+
declare const xlListDataTypeNumber: XlListDataType.xlListDataTypeNumber;
|
|
4062
|
+
declare const xlListDataTypeCurrency: XlListDataType.xlListDataTypeCurrency;
|
|
4063
|
+
declare const xlListDataTypeDateTime: XlListDataType.xlListDataTypeDateTime;
|
|
4064
|
+
declare const xlListDataTypeChoice: XlListDataType.xlListDataTypeChoice;
|
|
4065
|
+
declare const xlListDataTypeChoiceMulti: XlListDataType.xlListDataTypeChoiceMulti;
|
|
4066
|
+
declare const xlListDataTypeListLookup: XlListDataType.xlListDataTypeListLookup;
|
|
4067
|
+
declare const xlListDataTypeCheckbox: XlListDataType.xlListDataTypeCheckbox;
|
|
4068
|
+
declare const xlListDataTypeHyperLink: XlListDataType.xlListDataTypeHyperLink;
|
|
4069
|
+
declare const xlListDataTypeCounter: XlListDataType.xlListDataTypeCounter;
|
|
4070
|
+
declare const xlListDataTypeMultiLineRichText: XlListDataType.xlListDataTypeMultiLineRichText;
|
|
4071
|
+
declare const xlTotalsCalculationNone: XlTotalsCalculation.xlTotalsCalculationNone;
|
|
4072
|
+
declare const xlTotalsCalculationSum: XlTotalsCalculation.xlTotalsCalculationSum;
|
|
4073
|
+
declare const xlTotalsCalculationAverage: XlTotalsCalculation.xlTotalsCalculationAverage;
|
|
4074
|
+
declare const xlTotalsCalculationCount: XlTotalsCalculation.xlTotalsCalculationCount;
|
|
4075
|
+
declare const xlTotalsCalculationCountNums: XlTotalsCalculation.xlTotalsCalculationCountNums;
|
|
4076
|
+
declare const xlTotalsCalculationMin: XlTotalsCalculation.xlTotalsCalculationMin;
|
|
4077
|
+
declare const xlTotalsCalculationMax: XlTotalsCalculation.xlTotalsCalculationMax;
|
|
4078
|
+
declare const xlTotalsCalculationStdDev: XlTotalsCalculation.xlTotalsCalculationStdDev;
|
|
4079
|
+
declare const xlTotalsCalculationVar: XlTotalsCalculation.xlTotalsCalculationVar;
|
|
4080
|
+
declare const xlTotalsCalculationCustom: XlTotalsCalculation.xlTotalsCalculationCustom;
|
|
4081
|
+
declare const xlXmlLoadPromptUser: XlXmlLoadOption.xlXmlLoadPromptUser;
|
|
4082
|
+
declare const xlXmlLoadOpenXml: XlXmlLoadOption.xlXmlLoadOpenXml;
|
|
4083
|
+
declare const xlXmlLoadImportToList: XlXmlLoadOption.xlXmlLoadImportToList;
|
|
4084
|
+
declare const xlXmlLoadMapXml: XlXmlLoadOption.xlXmlLoadMapXml;
|
|
4085
|
+
declare const xlSmartTagControlSmartTag: XlSmartTagControlType.xlSmartTagControlSmartTag;
|
|
4086
|
+
declare const xlSmartTagControlLink: XlSmartTagControlType.xlSmartTagControlLink;
|
|
4087
|
+
declare const xlSmartTagControlHelp: XlSmartTagControlType.xlSmartTagControlHelp;
|
|
4088
|
+
declare const xlSmartTagControlHelpURL: XlSmartTagControlType.xlSmartTagControlHelpURL;
|
|
4089
|
+
declare const xlSmartTagControlSeparator: XlSmartTagControlType.xlSmartTagControlSeparator;
|
|
4090
|
+
declare const xlSmartTagControlButton: XlSmartTagControlType.xlSmartTagControlButton;
|
|
4091
|
+
declare const xlSmartTagControlLabel: XlSmartTagControlType.xlSmartTagControlLabel;
|
|
4092
|
+
declare const xlSmartTagControlImage: XlSmartTagControlType.xlSmartTagControlImage;
|
|
4093
|
+
declare const xlSmartTagControlCheckbox: XlSmartTagControlType.xlSmartTagControlCheckbox;
|
|
4094
|
+
declare const xlSmartTagControlTextbox: XlSmartTagControlType.xlSmartTagControlTextbox;
|
|
4095
|
+
declare const xlSmartTagControlListbox: XlSmartTagControlType.xlSmartTagControlListbox;
|
|
4096
|
+
declare const xlSmartTagControlCombo: XlSmartTagControlType.xlSmartTagControlCombo;
|
|
4097
|
+
declare const xlSmartTagControlActiveX: XlSmartTagControlType.xlSmartTagControlActiveX;
|
|
4098
|
+
declare const xlSmartTagControlRadioGroup: XlSmartTagControlType.xlSmartTagControlRadioGroup;
|
|
4099
|
+
declare const xlListConflictDialog: XlListConflict.xlListConflictDialog;
|
|
4100
|
+
declare const xlListConflictRetryAllConflicts: XlListConflict.xlListConflictRetryAllConflicts;
|
|
4101
|
+
declare const xlListConflictDiscardAllConflicts: XlListConflict.xlListConflictDiscardAllConflicts;
|
|
4102
|
+
declare const xlListConflictError: XlListConflict.xlListConflictError;
|
|
4103
|
+
declare const xlXmlExportSuccess: XlXmlExportResult.xlXmlExportSuccess;
|
|
4104
|
+
declare const xlXmlExportValidationFailed: XlXmlExportResult.xlXmlExportValidationFailed;
|
|
4105
|
+
declare const xlXmlImportSuccess: XlXmlImportResult.xlXmlImportSuccess;
|
|
4106
|
+
declare const xlXmlImportElementsTruncated: XlXmlImportResult.xlXmlImportElementsTruncated;
|
|
4107
|
+
declare const xlXmlImportValidationFailed: XlXmlImportResult.xlXmlImportValidationFailed;
|
|
4108
|
+
declare const xlRDIComments: XlRemoveDocInfoType.xlRDIComments;
|
|
4109
|
+
declare const xlRDIRemovePersonalInformation: XlRemoveDocInfoType.xlRDIRemovePersonalInformation;
|
|
4110
|
+
declare const xlRDIEmailHeader: XlRemoveDocInfoType.xlRDIEmailHeader;
|
|
4111
|
+
declare const xlRDIRoutingSlip: XlRemoveDocInfoType.xlRDIRoutingSlip;
|
|
4112
|
+
declare const xlRDISendForReview: XlRemoveDocInfoType.xlRDISendForReview;
|
|
4113
|
+
declare const xlRDIDocumentProperties: XlRemoveDocInfoType.xlRDIDocumentProperties;
|
|
4114
|
+
declare const xlRDIDocumentWorkspace: XlRemoveDocInfoType.xlRDIDocumentWorkspace;
|
|
4115
|
+
declare const xlRDIInkAnnotations: XlRemoveDocInfoType.xlRDIInkAnnotations;
|
|
4116
|
+
declare const xlRDIScenarioComments: XlRemoveDocInfoType.xlRDIScenarioComments;
|
|
4117
|
+
declare const xlRDIPublishInfo: XlRemoveDocInfoType.xlRDIPublishInfo;
|
|
4118
|
+
declare const xlRDIDocumentServerProperties: XlRemoveDocInfoType.xlRDIDocumentServerProperties;
|
|
4119
|
+
declare const xlRDIDocumentManagementPolicy: XlRemoveDocInfoType.xlRDIDocumentManagementPolicy;
|
|
4120
|
+
declare const xlRDIContentType: XlRemoveDocInfoType.xlRDIContentType;
|
|
4121
|
+
declare const xlRDIDefinedNameComments: XlRemoveDocInfoType.xlRDIDefinedNameComments;
|
|
4122
|
+
declare const xlRDIInactiveDataConnections: XlRemoveDocInfoType.xlRDIInactiveDataConnections;
|
|
4123
|
+
declare const xlRDIPrinterPath: XlRemoveDocInfoType.xlRDIPrinterPath;
|
|
4124
|
+
declare const xlRDIInlineWebExtensions: XlRemoveDocInfoType.xlRDIInlineWebExtensions;
|
|
4125
|
+
declare const xlRDITaskpaneWebExtensions: XlRemoveDocInfoType.xlRDITaskpaneWebExtensions;
|
|
4126
|
+
declare const xlRDIExcelDataModel: XlRemoveDocInfoType.xlRDIExcelDataModel;
|
|
4127
|
+
declare const xlRDIAll: XlRemoveDocInfoType.xlRDIAll;
|
|
4128
|
+
declare const rgbAliceBlue: XlRgbColor.rgbAliceBlue;
|
|
4129
|
+
declare const rgbAntiqueWhite: XlRgbColor.rgbAntiqueWhite;
|
|
4130
|
+
declare const rgbAqua: XlRgbColor.rgbAqua;
|
|
4131
|
+
declare const rgbAquamarine: XlRgbColor.rgbAquamarine;
|
|
4132
|
+
declare const rgbAzure: XlRgbColor.rgbAzure;
|
|
4133
|
+
declare const rgbBeige: XlRgbColor.rgbBeige;
|
|
4134
|
+
declare const rgbBisque: XlRgbColor.rgbBisque;
|
|
4135
|
+
declare const rgbBlack: XlRgbColor.rgbBlack;
|
|
4136
|
+
declare const rgbBlanchedAlmond: XlRgbColor.rgbBlanchedAlmond;
|
|
4137
|
+
declare const rgbBlue: XlRgbColor.rgbBlue;
|
|
4138
|
+
declare const rgbBlueViolet: XlRgbColor.rgbBlueViolet;
|
|
4139
|
+
declare const rgbBrown: XlRgbColor.rgbBrown;
|
|
4140
|
+
declare const rgbBurlyWood: XlRgbColor.rgbBurlyWood;
|
|
4141
|
+
declare const rgbCadetBlue: XlRgbColor.rgbCadetBlue;
|
|
4142
|
+
declare const rgbChartreuse: XlRgbColor.rgbChartreuse;
|
|
4143
|
+
declare const rgbCoral: XlRgbColor.rgbCoral;
|
|
4144
|
+
declare const rgbCornflowerBlue: XlRgbColor.rgbCornflowerBlue;
|
|
4145
|
+
declare const rgbCornsilk: XlRgbColor.rgbCornsilk;
|
|
4146
|
+
declare const rgbCrimson: XlRgbColor.rgbCrimson;
|
|
4147
|
+
declare const rgbDarkBlue: XlRgbColor.rgbDarkBlue;
|
|
4148
|
+
declare const rgbDarkCyan: XlRgbColor.rgbDarkCyan;
|
|
4149
|
+
declare const rgbDarkGoldenrod: XlRgbColor.rgbDarkGoldenrod;
|
|
4150
|
+
declare const rgbDarkGreen: XlRgbColor.rgbDarkGreen;
|
|
4151
|
+
declare const rgbDarkGray: XlRgbColor.rgbDarkGray;
|
|
4152
|
+
declare const rgbDarkGrey: XlRgbColor.rgbDarkGrey;
|
|
4153
|
+
declare const rgbDarkKhaki: XlRgbColor.rgbDarkKhaki;
|
|
4154
|
+
declare const rgbDarkMagenta: XlRgbColor.rgbDarkMagenta;
|
|
4155
|
+
declare const rgbDarkOliveGreen: XlRgbColor.rgbDarkOliveGreen;
|
|
4156
|
+
declare const rgbDarkOrange: XlRgbColor.rgbDarkOrange;
|
|
4157
|
+
declare const rgbDarkOrchid: XlRgbColor.rgbDarkOrchid;
|
|
4158
|
+
declare const rgbDarkRed: XlRgbColor.rgbDarkRed;
|
|
4159
|
+
declare const rgbDarkSalmon: XlRgbColor.rgbDarkSalmon;
|
|
4160
|
+
declare const rgbDarkSeaGreen: XlRgbColor.rgbDarkSeaGreen;
|
|
4161
|
+
declare const rgbDarkSlateBlue: XlRgbColor.rgbDarkSlateBlue;
|
|
4162
|
+
declare const rgbDarkSlateGray: XlRgbColor.rgbDarkSlateGray;
|
|
4163
|
+
declare const rgbDarkSlateGrey: XlRgbColor.rgbDarkSlateGrey;
|
|
4164
|
+
declare const rgbDarkTurquoise: XlRgbColor.rgbDarkTurquoise;
|
|
4165
|
+
declare const rgbDarkViolet: XlRgbColor.rgbDarkViolet;
|
|
4166
|
+
declare const rgbDeepPink: XlRgbColor.rgbDeepPink;
|
|
4167
|
+
declare const rgbDeepSkyBlue: XlRgbColor.rgbDeepSkyBlue;
|
|
4168
|
+
declare const rgbDimGray: XlRgbColor.rgbDimGray;
|
|
4169
|
+
declare const rgbDimGrey: XlRgbColor.rgbDimGrey;
|
|
4170
|
+
declare const rgbDodgerBlue: XlRgbColor.rgbDodgerBlue;
|
|
4171
|
+
declare const rgbFireBrick: XlRgbColor.rgbFireBrick;
|
|
4172
|
+
declare const rgbFloralWhite: XlRgbColor.rgbFloralWhite;
|
|
4173
|
+
declare const rgbForestGreen: XlRgbColor.rgbForestGreen;
|
|
4174
|
+
declare const rgbFuchsia: XlRgbColor.rgbFuchsia;
|
|
4175
|
+
declare const rgbGainsboro: XlRgbColor.rgbGainsboro;
|
|
4176
|
+
declare const rgbGhostWhite: XlRgbColor.rgbGhostWhite;
|
|
4177
|
+
declare const rgbGold: XlRgbColor.rgbGold;
|
|
4178
|
+
declare const rgbGoldenrod: XlRgbColor.rgbGoldenrod;
|
|
4179
|
+
declare const rgbGray: XlRgbColor.rgbGray;
|
|
4180
|
+
declare const rgbGreen: XlRgbColor.rgbGreen;
|
|
4181
|
+
declare const rgbGrey: XlRgbColor.rgbGrey;
|
|
4182
|
+
declare const rgbGreenYellow: XlRgbColor.rgbGreenYellow;
|
|
4183
|
+
declare const rgbHoneydew: XlRgbColor.rgbHoneydew;
|
|
4184
|
+
declare const rgbHotPink: XlRgbColor.rgbHotPink;
|
|
4185
|
+
declare const rgbIndianRed: XlRgbColor.rgbIndianRed;
|
|
4186
|
+
declare const rgbIndigo: XlRgbColor.rgbIndigo;
|
|
4187
|
+
declare const rgbIvory: XlRgbColor.rgbIvory;
|
|
4188
|
+
declare const rgbKhaki: XlRgbColor.rgbKhaki;
|
|
4189
|
+
declare const rgbLavender: XlRgbColor.rgbLavender;
|
|
4190
|
+
declare const rgbLavenderBlush: XlRgbColor.rgbLavenderBlush;
|
|
4191
|
+
declare const rgbLawnGreen: XlRgbColor.rgbLawnGreen;
|
|
4192
|
+
declare const rgbLemonChiffon: XlRgbColor.rgbLemonChiffon;
|
|
4193
|
+
declare const rgbLightBlue: XlRgbColor.rgbLightBlue;
|
|
4194
|
+
declare const rgbLightCoral: XlRgbColor.rgbLightCoral;
|
|
4195
|
+
declare const rgbLightCyan: XlRgbColor.rgbLightCyan;
|
|
4196
|
+
declare const rgbLightGoldenrodYellow: XlRgbColor.rgbLightGoldenrodYellow;
|
|
4197
|
+
declare const rgbLightGray: XlRgbColor.rgbLightGray;
|
|
4198
|
+
declare const rgbLightGreen: XlRgbColor.rgbLightGreen;
|
|
4199
|
+
declare const rgbLightGrey: XlRgbColor.rgbLightGrey;
|
|
4200
|
+
declare const rgbLightPink: XlRgbColor.rgbLightPink;
|
|
4201
|
+
declare const rgbLightSalmon: XlRgbColor.rgbLightSalmon;
|
|
4202
|
+
declare const rgbLightSeaGreen: XlRgbColor.rgbLightSeaGreen;
|
|
4203
|
+
declare const rgbLightSkyBlue: XlRgbColor.rgbLightSkyBlue;
|
|
4204
|
+
declare const rgbLightSlateGray: XlRgbColor.rgbLightSlateGray;
|
|
4205
|
+
declare const rgbLightSlateGrey: XlRgbColor.rgbLightSlateGrey;
|
|
4206
|
+
declare const rgbLightSteelBlue: XlRgbColor.rgbLightSteelBlue;
|
|
4207
|
+
declare const rgbLightYellow: XlRgbColor.rgbLightYellow;
|
|
4208
|
+
declare const rgbLime: XlRgbColor.rgbLime;
|
|
4209
|
+
declare const rgbLimeGreen: XlRgbColor.rgbLimeGreen;
|
|
4210
|
+
declare const rgbLinen: XlRgbColor.rgbLinen;
|
|
4211
|
+
declare const rgbMaroon: XlRgbColor.rgbMaroon;
|
|
4212
|
+
declare const rgbMediumAquamarine: XlRgbColor.rgbMediumAquamarine;
|
|
4213
|
+
declare const rgbMediumBlue: XlRgbColor.rgbMediumBlue;
|
|
4214
|
+
declare const rgbMediumOrchid: XlRgbColor.rgbMediumOrchid;
|
|
4215
|
+
declare const rgbMediumPurple: XlRgbColor.rgbMediumPurple;
|
|
4216
|
+
declare const rgbMediumSeaGreen: XlRgbColor.rgbMediumSeaGreen;
|
|
4217
|
+
declare const rgbMediumSlateBlue: XlRgbColor.rgbMediumSlateBlue;
|
|
4218
|
+
declare const rgbMediumSpringGreen: XlRgbColor.rgbMediumSpringGreen;
|
|
4219
|
+
declare const rgbMediumTurquoise: XlRgbColor.rgbMediumTurquoise;
|
|
4220
|
+
declare const rgbMediumVioletRed: XlRgbColor.rgbMediumVioletRed;
|
|
4221
|
+
declare const rgbMidnightBlue: XlRgbColor.rgbMidnightBlue;
|
|
4222
|
+
declare const rgbMintCream: XlRgbColor.rgbMintCream;
|
|
4223
|
+
declare const rgbMistyRose: XlRgbColor.rgbMistyRose;
|
|
4224
|
+
declare const rgbMoccasin: XlRgbColor.rgbMoccasin;
|
|
4225
|
+
declare const rgbNavajoWhite: XlRgbColor.rgbNavajoWhite;
|
|
4226
|
+
declare const rgbNavy: XlRgbColor.rgbNavy;
|
|
4227
|
+
declare const rgbNavyBlue: XlRgbColor.rgbNavyBlue;
|
|
4228
|
+
declare const rgbOldLace: XlRgbColor.rgbOldLace;
|
|
4229
|
+
declare const rgbOlive: XlRgbColor.rgbOlive;
|
|
4230
|
+
declare const rgbOliveDrab: XlRgbColor.rgbOliveDrab;
|
|
4231
|
+
declare const rgbOrange: XlRgbColor.rgbOrange;
|
|
4232
|
+
declare const rgbOrangeRed: XlRgbColor.rgbOrangeRed;
|
|
4233
|
+
declare const rgbOrchid: XlRgbColor.rgbOrchid;
|
|
4234
|
+
declare const rgbPaleGoldenrod: XlRgbColor.rgbPaleGoldenrod;
|
|
4235
|
+
declare const rgbPaleGreen: XlRgbColor.rgbPaleGreen;
|
|
4236
|
+
declare const rgbPaleTurquoise: XlRgbColor.rgbPaleTurquoise;
|
|
4237
|
+
declare const rgbPaleVioletRed: XlRgbColor.rgbPaleVioletRed;
|
|
4238
|
+
declare const rgbPapayaWhip: XlRgbColor.rgbPapayaWhip;
|
|
4239
|
+
declare const rgbPeachPuff: XlRgbColor.rgbPeachPuff;
|
|
4240
|
+
declare const rgbPeru: XlRgbColor.rgbPeru;
|
|
4241
|
+
declare const rgbPink: XlRgbColor.rgbPink;
|
|
4242
|
+
declare const rgbPlum: XlRgbColor.rgbPlum;
|
|
4243
|
+
declare const rgbPowderBlue: XlRgbColor.rgbPowderBlue;
|
|
4244
|
+
declare const rgbPurple: XlRgbColor.rgbPurple;
|
|
4245
|
+
declare const rgbRed: XlRgbColor.rgbRed;
|
|
4246
|
+
declare const rgbRosyBrown: XlRgbColor.rgbRosyBrown;
|
|
4247
|
+
declare const rgbRoyalBlue: XlRgbColor.rgbRoyalBlue;
|
|
4248
|
+
declare const rgbSalmon: XlRgbColor.rgbSalmon;
|
|
4249
|
+
declare const rgbSandyBrown: XlRgbColor.rgbSandyBrown;
|
|
4250
|
+
declare const rgbSeaGreen: XlRgbColor.rgbSeaGreen;
|
|
4251
|
+
declare const rgbSeashell: XlRgbColor.rgbSeashell;
|
|
4252
|
+
declare const rgbSienna: XlRgbColor.rgbSienna;
|
|
4253
|
+
declare const rgbSilver: XlRgbColor.rgbSilver;
|
|
4254
|
+
declare const rgbSkyBlue: XlRgbColor.rgbSkyBlue;
|
|
4255
|
+
declare const rgbSlateBlue: XlRgbColor.rgbSlateBlue;
|
|
4256
|
+
declare const rgbSlateGray: XlRgbColor.rgbSlateGray;
|
|
4257
|
+
declare const rgbSlateGrey: XlRgbColor.rgbSlateGrey;
|
|
4258
|
+
declare const rgbSnow: XlRgbColor.rgbSnow;
|
|
4259
|
+
declare const rgbSpringGreen: XlRgbColor.rgbSpringGreen;
|
|
4260
|
+
declare const rgbSteelBlue: XlRgbColor.rgbSteelBlue;
|
|
4261
|
+
declare const rgbTan: XlRgbColor.rgbTan;
|
|
4262
|
+
declare const rgbTeal: XlRgbColor.rgbTeal;
|
|
4263
|
+
declare const rgbThistle: XlRgbColor.rgbThistle;
|
|
4264
|
+
declare const rgbTomato: XlRgbColor.rgbTomato;
|
|
4265
|
+
declare const rgbTurquoise: XlRgbColor.rgbTurquoise;
|
|
4266
|
+
declare const rgbYellow: XlRgbColor.rgbYellow;
|
|
4267
|
+
declare const rgbYellowGreen: XlRgbColor.rgbYellowGreen;
|
|
4268
|
+
declare const rgbViolet: XlRgbColor.rgbViolet;
|
|
4269
|
+
declare const rgbWheat: XlRgbColor.rgbWheat;
|
|
4270
|
+
declare const rgbWhite: XlRgbColor.rgbWhite;
|
|
4271
|
+
declare const rgbWhiteSmoke: XlRgbColor.rgbWhiteSmoke;
|
|
4272
|
+
declare const xlColorScaleRYG: XlStdColorScale.xlColorScaleRYG;
|
|
4273
|
+
declare const xlColorScaleGYR: XlStdColorScale.xlColorScaleGYR;
|
|
4274
|
+
declare const xlColorScaleBlackWhite: XlStdColorScale.xlColorScaleBlackWhite;
|
|
4275
|
+
declare const xlColorScaleWhiteBlack: XlStdColorScale.xlColorScaleWhiteBlack;
|
|
4276
|
+
declare const xlConditionValueNone: XlConditionValueTypes.xlConditionValueNone;
|
|
4277
|
+
declare const xlConditionValueNumber: XlConditionValueTypes.xlConditionValueNumber;
|
|
4278
|
+
declare const xlConditionValueLowestValue: XlConditionValueTypes.xlConditionValueLowestValue;
|
|
4279
|
+
declare const xlConditionValueHighestValue: XlConditionValueTypes.xlConditionValueHighestValue;
|
|
4280
|
+
declare const xlConditionValuePercent: XlConditionValueTypes.xlConditionValuePercent;
|
|
4281
|
+
declare const xlConditionValueFormula: XlConditionValueTypes.xlConditionValueFormula;
|
|
4282
|
+
declare const xlConditionValuePercentile: XlConditionValueTypes.xlConditionValuePercentile;
|
|
4283
|
+
declare const xlConditionValueAutomaticMin: XlConditionValueTypes.xlConditionValueAutomaticMin;
|
|
4284
|
+
declare const xlConditionValueAutomaticMax: XlConditionValueTypes.xlConditionValueAutomaticMax;
|
|
4285
|
+
declare const xlFilterBottom: XlFormatFilterTypes.xlFilterBottom;
|
|
4286
|
+
declare const xlFilterTop: XlFormatFilterTypes.xlFilterTop;
|
|
4287
|
+
declare const xlFilterBottomPercent: XlFormatFilterTypes.xlFilterBottomPercent;
|
|
4288
|
+
declare const xlFilterTopPercent: XlFormatFilterTypes.xlFilterTopPercent;
|
|
4289
|
+
declare const xlContains: XlContainsOperator.xlContains;
|
|
4290
|
+
declare const xlDoesNotContain: XlContainsOperator.xlDoesNotContain;
|
|
4291
|
+
declare const xlBeginsWith: XlContainsOperator.xlBeginsWith;
|
|
4292
|
+
declare const xlEndsWith: XlContainsOperator.xlEndsWith;
|
|
4293
|
+
declare const xlAboveAverage: XlAboveBelow.xlAboveAverage;
|
|
4294
|
+
declare const xlBelowAverage: XlAboveBelow.xlBelowAverage;
|
|
4295
|
+
declare const xlEqualAboveAverage: XlAboveBelow.xlEqualAboveAverage;
|
|
4296
|
+
declare const xlEqualBelowAverage: XlAboveBelow.xlEqualBelowAverage;
|
|
4297
|
+
declare const xlAboveStdDev: XlAboveBelow.xlAboveStdDev;
|
|
4298
|
+
declare const xlBelowStdDev: XlAboveBelow.xlBelowStdDev;
|
|
4299
|
+
declare const xlLookForBlanks: XlLookFor.xlLookForBlanks;
|
|
4300
|
+
declare const xlLookForErrors: XlLookFor.xlLookForErrors;
|
|
4301
|
+
declare const xlLookForFormulas: XlLookFor.xlLookForFormulas;
|
|
4302
|
+
declare const xlToday: XlTimePeriods.xlToday;
|
|
4303
|
+
declare const xlYesterday: XlTimePeriods.xlYesterday;
|
|
4304
|
+
declare const xlLast7Days: XlTimePeriods.xlLast7Days;
|
|
4305
|
+
declare const xlThisWeek: XlTimePeriods.xlThisWeek;
|
|
4306
|
+
declare const xlLastWeek: XlTimePeriods.xlLastWeek;
|
|
4307
|
+
declare const xlLastMonth: XlTimePeriods.xlLastMonth;
|
|
4308
|
+
declare const xlTomorrow: XlTimePeriods.xlTomorrow;
|
|
4309
|
+
declare const xlNextWeek: XlTimePeriods.xlNextWeek;
|
|
4310
|
+
declare const xlNextMonth: XlTimePeriods.xlNextMonth;
|
|
4311
|
+
declare const xlThisMonth: XlTimePeriods.xlThisMonth;
|
|
4312
|
+
declare const xlUnique: XlDupeUnique.xlUnique;
|
|
4313
|
+
declare const xlDuplicate: XlDupeUnique.xlDuplicate;
|
|
4314
|
+
declare const xlTop10Top: XlTopBottom.xlTop10Top;
|
|
4315
|
+
declare const xlTop10Bottom: XlTopBottom.xlTop10Bottom;
|
|
4316
|
+
declare const xlCustomSet: XlIconSet.xlCustomSet;
|
|
4317
|
+
declare const xl3Arrows: XlIconSet.xl3Arrows;
|
|
4318
|
+
declare const xl3ArrowsGray: XlIconSet.xl3ArrowsGray;
|
|
4319
|
+
declare const xl3Flags: XlIconSet.xl3Flags;
|
|
4320
|
+
declare const xl3TrafficLights1: XlIconSet.xl3TrafficLights1;
|
|
4321
|
+
declare const xl3TrafficLights2: XlIconSet.xl3TrafficLights2;
|
|
4322
|
+
declare const xl3Signs: XlIconSet.xl3Signs;
|
|
4323
|
+
declare const xl3Symbols: XlIconSet.xl3Symbols;
|
|
4324
|
+
declare const xl3Symbols2: XlIconSet.xl3Symbols2;
|
|
4325
|
+
declare const xl4Arrows: XlIconSet.xl4Arrows;
|
|
4326
|
+
declare const xl4ArrowsGray: XlIconSet.xl4ArrowsGray;
|
|
4327
|
+
declare const xl4RedToBlack: XlIconSet.xl4RedToBlack;
|
|
4328
|
+
declare const xl4CRV: XlIconSet.xl4CRV;
|
|
4329
|
+
declare const xl4TrafficLights: XlIconSet.xl4TrafficLights;
|
|
4330
|
+
declare const xl5Arrows: XlIconSet.xl5Arrows;
|
|
4331
|
+
declare const xl5ArrowsGray: XlIconSet.xl5ArrowsGray;
|
|
4332
|
+
declare const xl5CRV: XlIconSet.xl5CRV;
|
|
4333
|
+
declare const xl5Quarters: XlIconSet.xl5Quarters;
|
|
4334
|
+
declare const xl3Stars: XlIconSet.xl3Stars;
|
|
4335
|
+
declare const xl3Triangles: XlIconSet.xl3Triangles;
|
|
4336
|
+
declare const xl5Boxes: XlIconSet.xl5Boxes;
|
|
4337
|
+
declare const xlThemeFontNone: XlThemeFont.xlThemeFontNone;
|
|
4338
|
+
declare const xlThemeFontMajor: XlThemeFont.xlThemeFontMajor;
|
|
4339
|
+
declare const xlThemeFontMinor: XlThemeFont.xlThemeFontMinor;
|
|
4340
|
+
declare const xlPivotLineRegular: XlPivotLineType.xlPivotLineRegular;
|
|
4341
|
+
declare const xlPivotLineSubtotal: XlPivotLineType.xlPivotLineSubtotal;
|
|
4342
|
+
declare const xlPivotLineGrandTotal: XlPivotLineType.xlPivotLineGrandTotal;
|
|
4343
|
+
declare const xlPivotLineBlank: XlPivotLineType.xlPivotLineBlank;
|
|
4344
|
+
declare const xlCheckInMinorVersion: XlCheckInVersionType.xlCheckInMinorVersion;
|
|
4345
|
+
declare const xlCheckInMajorVersion: XlCheckInVersionType.xlCheckInMajorVersion;
|
|
4346
|
+
declare const xlCheckInOverwriteVersion: XlCheckInVersionType.xlCheckInOverwriteVersion;
|
|
4347
|
+
declare const xlDisplayPropertyInPivotTable: XlPropertyDisplayedIn.xlDisplayPropertyInPivotTable;
|
|
4348
|
+
declare const xlDisplayPropertyInTooltip: XlPropertyDisplayedIn.xlDisplayPropertyInTooltip;
|
|
4349
|
+
declare const xlDisplayPropertyInPivotTableAndTooltip: XlPropertyDisplayedIn.xlDisplayPropertyInPivotTableAndTooltip;
|
|
4350
|
+
declare const xlConnectionTypeOLEDB: XlConnectionType.xlConnectionTypeOLEDB;
|
|
4351
|
+
declare const xlConnectionTypeODBC: XlConnectionType.xlConnectionTypeODBC;
|
|
4352
|
+
declare const xlConnectionTypeXMLMAP: XlConnectionType.xlConnectionTypeXMLMAP;
|
|
4353
|
+
declare const xlConnectionTypeTEXT: XlConnectionType.xlConnectionTypeTEXT;
|
|
4354
|
+
declare const xlConnectionTypeWEB: XlConnectionType.xlConnectionTypeWEB;
|
|
4355
|
+
declare const xlConnectionTypeDATAFEED: XlConnectionType.xlConnectionTypeDATAFEED;
|
|
4356
|
+
declare const xlConnectionTypeMODEL: XlConnectionType.xlConnectionTypeMODEL;
|
|
4357
|
+
declare const xlConnectionTypeWORKSHEET: XlConnectionType.xlConnectionTypeWORKSHEET;
|
|
4358
|
+
declare const xlConnectionTypeNOSOURCE: XlConnectionType.xlConnectionTypeNOSOURCE;
|
|
4359
|
+
declare const xlActionTypeUrl: XlActionType.xlActionTypeUrl;
|
|
4360
|
+
declare const xlActionTypeRowset: XlActionType.xlActionTypeRowset;
|
|
4361
|
+
declare const xlActionTypeReport: XlActionType.xlActionTypeReport;
|
|
4362
|
+
declare const xlActionTypeDrillthrough: XlActionType.xlActionTypeDrillthrough;
|
|
4363
|
+
declare const xlCompactRow: XlLayoutRowType.xlCompactRow;
|
|
4364
|
+
declare const xlTabularRow: XlLayoutRowType.xlTabularRow;
|
|
4365
|
+
declare const xlOutlineRow: XlLayoutRowType.xlOutlineRow;
|
|
4366
|
+
declare const xlInches: XlMeasurementUnits.xlInches;
|
|
4367
|
+
declare const xlCentimeters: XlMeasurementUnits.xlCentimeters;
|
|
4368
|
+
declare const xlMillimeters: XlMeasurementUnits.xlMillimeters;
|
|
4369
|
+
declare const xlTopCount: XlPivotFilterType.xlTopCount;
|
|
4370
|
+
declare const xlBottomCount: XlPivotFilterType.xlBottomCount;
|
|
4371
|
+
declare const xlTopPercent: XlPivotFilterType.xlTopPercent;
|
|
4372
|
+
declare const xlBottomPercent: XlPivotFilterType.xlBottomPercent;
|
|
4373
|
+
declare const xlTopSum: XlPivotFilterType.xlTopSum;
|
|
4374
|
+
declare const xlBottomSum: XlPivotFilterType.xlBottomSum;
|
|
4375
|
+
declare const xlValueEquals: XlPivotFilterType.xlValueEquals;
|
|
4376
|
+
declare const xlValueDoesNotEqual: XlPivotFilterType.xlValueDoesNotEqual;
|
|
4377
|
+
declare const xlValueIsGreaterThan: XlPivotFilterType.xlValueIsGreaterThan;
|
|
4378
|
+
declare const xlValueIsGreaterThanOrEqualTo: XlPivotFilterType.xlValueIsGreaterThanOrEqualTo;
|
|
4379
|
+
declare const xlValueIsLessThan: XlPivotFilterType.xlValueIsLessThan;
|
|
4380
|
+
declare const xlValueIsLessThanOrEqualTo: XlPivotFilterType.xlValueIsLessThanOrEqualTo;
|
|
4381
|
+
declare const xlValueIsBetween: XlPivotFilterType.xlValueIsBetween;
|
|
4382
|
+
declare const xlValueIsNotBetween: XlPivotFilterType.xlValueIsNotBetween;
|
|
4383
|
+
declare const xlCaptionEquals: XlPivotFilterType.xlCaptionEquals;
|
|
4384
|
+
declare const xlCaptionDoesNotEqual: XlPivotFilterType.xlCaptionDoesNotEqual;
|
|
4385
|
+
declare const xlCaptionBeginsWith: XlPivotFilterType.xlCaptionBeginsWith;
|
|
4386
|
+
declare const xlCaptionDoesNotBeginWith: XlPivotFilterType.xlCaptionDoesNotBeginWith;
|
|
4387
|
+
declare const xlCaptionEndsWith: XlPivotFilterType.xlCaptionEndsWith;
|
|
4388
|
+
declare const xlCaptionDoesNotEndWith: XlPivotFilterType.xlCaptionDoesNotEndWith;
|
|
4389
|
+
declare const xlCaptionContains: XlPivotFilterType.xlCaptionContains;
|
|
4390
|
+
declare const xlCaptionDoesNotContain: XlPivotFilterType.xlCaptionDoesNotContain;
|
|
4391
|
+
declare const xlCaptionIsGreaterThan: XlPivotFilterType.xlCaptionIsGreaterThan;
|
|
4392
|
+
declare const xlCaptionIsGreaterThanOrEqualTo: XlPivotFilterType.xlCaptionIsGreaterThanOrEqualTo;
|
|
4393
|
+
declare const xlCaptionIsLessThan: XlPivotFilterType.xlCaptionIsLessThan;
|
|
4394
|
+
declare const xlCaptionIsLessThanOrEqualTo: XlPivotFilterType.xlCaptionIsLessThanOrEqualTo;
|
|
4395
|
+
declare const xlCaptionIsBetween: XlPivotFilterType.xlCaptionIsBetween;
|
|
4396
|
+
declare const xlCaptionIsNotBetween: XlPivotFilterType.xlCaptionIsNotBetween;
|
|
4397
|
+
declare const xlSpecificDate: XlPivotFilterType.xlSpecificDate;
|
|
4398
|
+
declare const xlNotSpecificDate: XlPivotFilterType.xlNotSpecificDate;
|
|
4399
|
+
declare const xlBefore: XlPivotFilterType.xlBefore;
|
|
4400
|
+
declare const xlBeforeOrEqualTo: XlPivotFilterType.xlBeforeOrEqualTo;
|
|
4401
|
+
declare const xlAfter: XlPivotFilterType.xlAfter;
|
|
4402
|
+
declare const xlAfterOrEqualTo: XlPivotFilterType.xlAfterOrEqualTo;
|
|
4403
|
+
declare const xlDateBetween: XlPivotFilterType.xlDateBetween;
|
|
4404
|
+
declare const xlDateNotBetween: XlPivotFilterType.xlDateNotBetween;
|
|
4405
|
+
declare const xlDateTomorrow: XlPivotFilterType.xlDateTomorrow;
|
|
4406
|
+
declare const xlDateToday: XlPivotFilterType.xlDateToday;
|
|
4407
|
+
declare const xlDateYesterday: XlPivotFilterType.xlDateYesterday;
|
|
4408
|
+
declare const xlDateNextWeek: XlPivotFilterType.xlDateNextWeek;
|
|
4409
|
+
declare const xlDateThisWeek: XlPivotFilterType.xlDateThisWeek;
|
|
4410
|
+
declare const xlDateLastWeek: XlPivotFilterType.xlDateLastWeek;
|
|
4411
|
+
declare const xlDateNextMonth: XlPivotFilterType.xlDateNextMonth;
|
|
4412
|
+
declare const xlDateThisMonth: XlPivotFilterType.xlDateThisMonth;
|
|
4413
|
+
declare const xlDateLastMonth: XlPivotFilterType.xlDateLastMonth;
|
|
4414
|
+
declare const xlDateNextQuarter: XlPivotFilterType.xlDateNextQuarter;
|
|
4415
|
+
declare const xlDateThisQuarter: XlPivotFilterType.xlDateThisQuarter;
|
|
4416
|
+
declare const xlDateLastQuarter: XlPivotFilterType.xlDateLastQuarter;
|
|
4417
|
+
declare const xlDateNextYear: XlPivotFilterType.xlDateNextYear;
|
|
4418
|
+
declare const xlDateThisYear: XlPivotFilterType.xlDateThisYear;
|
|
4419
|
+
declare const xlDateLastYear: XlPivotFilterType.xlDateLastYear;
|
|
4420
|
+
declare const xlYearToDate: XlPivotFilterType.xlYearToDate;
|
|
4421
|
+
declare const xlAllDatesInPeriodQuarter1: XlPivotFilterType.xlAllDatesInPeriodQuarter1;
|
|
4422
|
+
declare const xlAllDatesInPeriodQuarter2: XlPivotFilterType.xlAllDatesInPeriodQuarter2;
|
|
4423
|
+
declare const xlAllDatesInPeriodQuarter3: XlPivotFilterType.xlAllDatesInPeriodQuarter3;
|
|
4424
|
+
declare const xlAllDatesInPeriodQuarter4: XlPivotFilterType.xlAllDatesInPeriodQuarter4;
|
|
4425
|
+
declare const xlAllDatesInPeriodJanuary: XlPivotFilterType.xlAllDatesInPeriodJanuary;
|
|
4426
|
+
declare const xlAllDatesInPeriodFebruary: XlPivotFilterType.xlAllDatesInPeriodFebruary;
|
|
4427
|
+
declare const xlAllDatesInPeriodMarch: XlPivotFilterType.xlAllDatesInPeriodMarch;
|
|
4428
|
+
declare const xlAllDatesInPeriodApril: XlPivotFilterType.xlAllDatesInPeriodApril;
|
|
4429
|
+
declare const xlAllDatesInPeriodMay: XlPivotFilterType.xlAllDatesInPeriodMay;
|
|
4430
|
+
declare const xlAllDatesInPeriodJune: XlPivotFilterType.xlAllDatesInPeriodJune;
|
|
4431
|
+
declare const xlAllDatesInPeriodJuly: XlPivotFilterType.xlAllDatesInPeriodJuly;
|
|
4432
|
+
declare const xlAllDatesInPeriodAugust: XlPivotFilterType.xlAllDatesInPeriodAugust;
|
|
4433
|
+
declare const xlAllDatesInPeriodSeptember: XlPivotFilterType.xlAllDatesInPeriodSeptember;
|
|
4434
|
+
declare const xlAllDatesInPeriodOctober: XlPivotFilterType.xlAllDatesInPeriodOctober;
|
|
4435
|
+
declare const xlAllDatesInPeriodNovember: XlPivotFilterType.xlAllDatesInPeriodNovember;
|
|
4436
|
+
declare const xlAllDatesInPeriodDecember: XlPivotFilterType.xlAllDatesInPeriodDecember;
|
|
4437
|
+
declare const xlCredentialsMethodIntegrated: XlCredentialsMethod.xlCredentialsMethodIntegrated;
|
|
4438
|
+
declare const xlCredentialsMethodNone: XlCredentialsMethod.xlCredentialsMethodNone;
|
|
4439
|
+
declare const xlCredentialsMethodStored: XlCredentialsMethod.xlCredentialsMethodStored;
|
|
4440
|
+
declare const xlCubeHierarchy: XlCubeFieldSubType.xlCubeHierarchy;
|
|
4441
|
+
declare const xlCubeMeasure: XlCubeFieldSubType.xlCubeMeasure;
|
|
4442
|
+
declare const xlCubeSet: XlCubeFieldSubType.xlCubeSet;
|
|
4443
|
+
declare const xlCubeAttribute: XlCubeFieldSubType.xlCubeAttribute;
|
|
4444
|
+
declare const xlCubeCalculatedMeasure: XlCubeFieldSubType.xlCubeCalculatedMeasure;
|
|
4445
|
+
declare const xlCubeKPIValue: XlCubeFieldSubType.xlCubeKPIValue;
|
|
4446
|
+
declare const xlCubeKPIGoal: XlCubeFieldSubType.xlCubeKPIGoal;
|
|
4447
|
+
declare const xlCubeKPIStatus: XlCubeFieldSubType.xlCubeKPIStatus;
|
|
4448
|
+
declare const xlCubeKPITrend: XlCubeFieldSubType.xlCubeKPITrend;
|
|
4449
|
+
declare const xlCubeKPIWeight: XlCubeFieldSubType.xlCubeKPIWeight;
|
|
4450
|
+
declare const xlCubeImplicitMeasure: XlCubeFieldSubType.xlCubeImplicitMeasure;
|
|
4451
|
+
declare const xlSortOnValues: XlSortOn.xlSortOnValues;
|
|
4452
|
+
declare const xlSortOnCellColor: XlSortOn.xlSortOnCellColor;
|
|
4453
|
+
declare const xlSortOnFontColor: XlSortOn.xlSortOnFontColor;
|
|
4454
|
+
declare const xlSortOnIcon: XlSortOn.xlSortOnIcon;
|
|
4455
|
+
declare const xlFilterToday: XlDynamicFilterCriteria.xlFilterToday;
|
|
4456
|
+
declare const xlFilterYesterday: XlDynamicFilterCriteria.xlFilterYesterday;
|
|
4457
|
+
declare const xlFilterTomorrow: XlDynamicFilterCriteria.xlFilterTomorrow;
|
|
4458
|
+
declare const xlFilterThisWeek: XlDynamicFilterCriteria.xlFilterThisWeek;
|
|
4459
|
+
declare const xlFilterLastWeek: XlDynamicFilterCriteria.xlFilterLastWeek;
|
|
4460
|
+
declare const xlFilterNextWeek: XlDynamicFilterCriteria.xlFilterNextWeek;
|
|
4461
|
+
declare const xlFilterThisMonth: XlDynamicFilterCriteria.xlFilterThisMonth;
|
|
4462
|
+
declare const xlFilterLastMonth: XlDynamicFilterCriteria.xlFilterLastMonth;
|
|
4463
|
+
declare const xlFilterNextMonth: XlDynamicFilterCriteria.xlFilterNextMonth;
|
|
4464
|
+
declare const xlFilterThisQuarter: XlDynamicFilterCriteria.xlFilterThisQuarter;
|
|
4465
|
+
declare const xlFilterLastQuarter: XlDynamicFilterCriteria.xlFilterLastQuarter;
|
|
4466
|
+
declare const xlFilterNextQuarter: XlDynamicFilterCriteria.xlFilterNextQuarter;
|
|
4467
|
+
declare const xlFilterThisYear: XlDynamicFilterCriteria.xlFilterThisYear;
|
|
4468
|
+
declare const xlFilterLastYear: XlDynamicFilterCriteria.xlFilterLastYear;
|
|
4469
|
+
declare const xlFilterNextYear: XlDynamicFilterCriteria.xlFilterNextYear;
|
|
4470
|
+
declare const xlFilterYearToDate: XlDynamicFilterCriteria.xlFilterYearToDate;
|
|
4471
|
+
declare const xlFilterAllDatesInPeriodQuarter1: XlDynamicFilterCriteria.xlFilterAllDatesInPeriodQuarter1;
|
|
4472
|
+
declare const xlFilterAllDatesInPeriodQuarter2: XlDynamicFilterCriteria.xlFilterAllDatesInPeriodQuarter2;
|
|
4473
|
+
declare const xlFilterAllDatesInPeriodQuarter3: XlDynamicFilterCriteria.xlFilterAllDatesInPeriodQuarter3;
|
|
4474
|
+
declare const xlFilterAllDatesInPeriodQuarter4: XlDynamicFilterCriteria.xlFilterAllDatesInPeriodQuarter4;
|
|
4475
|
+
declare const xlFilterAllDatesInPeriodJanuary: XlDynamicFilterCriteria.xlFilterAllDatesInPeriodJanuary;
|
|
4476
|
+
declare const xlFilterAllDatesInPeriodFebruray: XlDynamicFilterCriteria.xlFilterAllDatesInPeriodFebruray;
|
|
4477
|
+
declare const xlFilterAllDatesInPeriodMarch: XlDynamicFilterCriteria.xlFilterAllDatesInPeriodMarch;
|
|
4478
|
+
declare const xlFilterAllDatesInPeriodApril: XlDynamicFilterCriteria.xlFilterAllDatesInPeriodApril;
|
|
4479
|
+
declare const xlFilterAllDatesInPeriodMay: XlDynamicFilterCriteria.xlFilterAllDatesInPeriodMay;
|
|
4480
|
+
declare const xlFilterAllDatesInPeriodJune: XlDynamicFilterCriteria.xlFilterAllDatesInPeriodJune;
|
|
4481
|
+
declare const xlFilterAllDatesInPeriodJuly: XlDynamicFilterCriteria.xlFilterAllDatesInPeriodJuly;
|
|
4482
|
+
declare const xlFilterAllDatesInPeriodAugust: XlDynamicFilterCriteria.xlFilterAllDatesInPeriodAugust;
|
|
4483
|
+
declare const xlFilterAllDatesInPeriodSeptember: XlDynamicFilterCriteria.xlFilterAllDatesInPeriodSeptember;
|
|
4484
|
+
declare const xlFilterAllDatesInPeriodOctober: XlDynamicFilterCriteria.xlFilterAllDatesInPeriodOctober;
|
|
4485
|
+
declare const xlFilterAllDatesInPeriodNovember: XlDynamicFilterCriteria.xlFilterAllDatesInPeriodNovember;
|
|
4486
|
+
declare const xlFilterAllDatesInPeriodDecember: XlDynamicFilterCriteria.xlFilterAllDatesInPeriodDecember;
|
|
4487
|
+
declare const xlFilterAboveAverage: XlDynamicFilterCriteria.xlFilterAboveAverage;
|
|
4488
|
+
declare const xlFilterBelowAverage: XlDynamicFilterCriteria.xlFilterBelowAverage;
|
|
4489
|
+
declare const xlFilterAllDatesInPeriodYear: XlFilterAllDatesInPeriod.xlFilterAllDatesInPeriodYear;
|
|
4490
|
+
declare const xlFilterAllDatesInPeriodMonth: XlFilterAllDatesInPeriod.xlFilterAllDatesInPeriodMonth;
|
|
4491
|
+
declare const xlFilterAllDatesInPeriodDay: XlFilterAllDatesInPeriod.xlFilterAllDatesInPeriodDay;
|
|
4492
|
+
declare const xlFilterAllDatesInPeriodHour: XlFilterAllDatesInPeriod.xlFilterAllDatesInPeriodHour;
|
|
4493
|
+
declare const xlFilterAllDatesInPeriodMinute: XlFilterAllDatesInPeriod.xlFilterAllDatesInPeriodMinute;
|
|
4494
|
+
declare const xlFilterAllDatesInPeriodSecond: XlFilterAllDatesInPeriod.xlFilterAllDatesInPeriodSecond;
|
|
4495
|
+
declare const xlWholeTable: XlTableStyleElementType.xlWholeTable;
|
|
4496
|
+
declare const xlHeaderRow: XlTableStyleElementType.xlHeaderRow;
|
|
4497
|
+
declare const xlTotalRow: XlTableStyleElementType.xlTotalRow;
|
|
4498
|
+
declare const xlGrandTotalRow: XlTableStyleElementType.xlGrandTotalRow;
|
|
4499
|
+
declare const xlFirstColumn: XlTableStyleElementType.xlFirstColumn;
|
|
4500
|
+
declare const xlLastColumn: XlTableStyleElementType.xlLastColumn;
|
|
4501
|
+
declare const xlGrandTotalColumn: XlTableStyleElementType.xlGrandTotalColumn;
|
|
4502
|
+
declare const xlRowStripe1: XlTableStyleElementType.xlRowStripe1;
|
|
4503
|
+
declare const xlRowStripe2: XlTableStyleElementType.xlRowStripe2;
|
|
4504
|
+
declare const xlColumnStripe1: XlTableStyleElementType.xlColumnStripe1;
|
|
4505
|
+
declare const xlColumnStripe2: XlTableStyleElementType.xlColumnStripe2;
|
|
4506
|
+
declare const xlFirstHeaderCell: XlTableStyleElementType.xlFirstHeaderCell;
|
|
4507
|
+
declare const xlLastHeaderCell: XlTableStyleElementType.xlLastHeaderCell;
|
|
4508
|
+
declare const xlFirstTotalCell: XlTableStyleElementType.xlFirstTotalCell;
|
|
4509
|
+
declare const xlLastTotalCell: XlTableStyleElementType.xlLastTotalCell;
|
|
4510
|
+
declare const xlSubtotalColumn1: XlTableStyleElementType.xlSubtotalColumn1;
|
|
4511
|
+
declare const xlSubtotalColumn2: XlTableStyleElementType.xlSubtotalColumn2;
|
|
4512
|
+
declare const xlSubtotalColumn3: XlTableStyleElementType.xlSubtotalColumn3;
|
|
4513
|
+
declare const xlSubtotalRow1: XlTableStyleElementType.xlSubtotalRow1;
|
|
4514
|
+
declare const xlSubtotalRow2: XlTableStyleElementType.xlSubtotalRow2;
|
|
4515
|
+
declare const xlSubtotalRow3: XlTableStyleElementType.xlSubtotalRow3;
|
|
4516
|
+
declare const xlBlankRow: XlTableStyleElementType.xlBlankRow;
|
|
4517
|
+
declare const xlColumnSubheading1: XlTableStyleElementType.xlColumnSubheading1;
|
|
4518
|
+
declare const xlColumnSubheading2: XlTableStyleElementType.xlColumnSubheading2;
|
|
4519
|
+
declare const xlColumnSubheading3: XlTableStyleElementType.xlColumnSubheading3;
|
|
4520
|
+
declare const xlRowSubheading1: XlTableStyleElementType.xlRowSubheading1;
|
|
4521
|
+
declare const xlRowSubheading2: XlTableStyleElementType.xlRowSubheading2;
|
|
4522
|
+
declare const xlRowSubheading3: XlTableStyleElementType.xlRowSubheading3;
|
|
4523
|
+
declare const xlPageFieldLabels: XlTableStyleElementType.xlPageFieldLabels;
|
|
4524
|
+
declare const xlPageFieldValues: XlTableStyleElementType.xlPageFieldValues;
|
|
4525
|
+
declare const xlSlicerUnselectedItemWithData: XlTableStyleElementType.xlSlicerUnselectedItemWithData;
|
|
4526
|
+
declare const xlSlicerUnselectedItemWithNoData: XlTableStyleElementType.xlSlicerUnselectedItemWithNoData;
|
|
4527
|
+
declare const xlSlicerSelectedItemWithData: XlTableStyleElementType.xlSlicerSelectedItemWithData;
|
|
4528
|
+
declare const xlSlicerSelectedItemWithNoData: XlTableStyleElementType.xlSlicerSelectedItemWithNoData;
|
|
4529
|
+
declare const xlSlicerHoveredUnselectedItemWithData: XlTableStyleElementType.xlSlicerHoveredUnselectedItemWithData;
|
|
4530
|
+
declare const xlSlicerHoveredSelectedItemWithData: XlTableStyleElementType.xlSlicerHoveredSelectedItemWithData;
|
|
4531
|
+
declare const xlSlicerHoveredUnselectedItemWithNoData: XlTableStyleElementType.xlSlicerHoveredUnselectedItemWithNoData;
|
|
4532
|
+
declare const xlSlicerHoveredSelectedItemWithNoData: XlTableStyleElementType.xlSlicerHoveredSelectedItemWithNoData;
|
|
4533
|
+
declare const xlTimelineSelectionLabel: XlTableStyleElementType.xlTimelineSelectionLabel;
|
|
4534
|
+
declare const xlTimelineTimeLevel: XlTableStyleElementType.xlTimelineTimeLevel;
|
|
4535
|
+
declare const xlTimelinePeriodLabels1: XlTableStyleElementType.xlTimelinePeriodLabels1;
|
|
4536
|
+
declare const xlTimelinePeriodLabels2: XlTableStyleElementType.xlTimelinePeriodLabels2;
|
|
4537
|
+
declare const xlTimelineSelectedTimeBlock: XlTableStyleElementType.xlTimelineSelectedTimeBlock;
|
|
4538
|
+
declare const xlTimelineUnselectedTimeBlock: XlTableStyleElementType.xlTimelineUnselectedTimeBlock;
|
|
4539
|
+
declare const xlTimelineSelectedTimeBlockSpace: XlTableStyleElementType.xlTimelineSelectedTimeBlockSpace;
|
|
4540
|
+
declare const xlSelectionScope: XlPivotConditionScope.xlSelectionScope;
|
|
4541
|
+
declare const xlFieldsScope: XlPivotConditionScope.xlFieldsScope;
|
|
4542
|
+
declare const xlDataFieldScope: XlPivotConditionScope.xlDataFieldScope;
|
|
4543
|
+
declare const xlAllValues: XlCalcFor.xlAllValues;
|
|
4544
|
+
declare const xlRowGroups: XlCalcFor.xlRowGroups;
|
|
4545
|
+
declare const xlColGroups: XlCalcFor.xlColGroups;
|
|
4546
|
+
declare const xlThemeColorDark1: XlThemeColor.xlThemeColorDark1;
|
|
4547
|
+
declare const xlThemeColorLight1: XlThemeColor.xlThemeColorLight1;
|
|
4548
|
+
declare const xlThemeColorDark2: XlThemeColor.xlThemeColorDark2;
|
|
4549
|
+
declare const xlThemeColorLight2: XlThemeColor.xlThemeColorLight2;
|
|
4550
|
+
declare const xlThemeColorAccent1: XlThemeColor.xlThemeColorAccent1;
|
|
4551
|
+
declare const xlThemeColorAccent2: XlThemeColor.xlThemeColorAccent2;
|
|
4552
|
+
declare const xlThemeColorAccent3: XlThemeColor.xlThemeColorAccent3;
|
|
4553
|
+
declare const xlThemeColorAccent4: XlThemeColor.xlThemeColorAccent4;
|
|
4554
|
+
declare const xlThemeColorAccent5: XlThemeColor.xlThemeColorAccent5;
|
|
4555
|
+
declare const xlThemeColorAccent6: XlThemeColor.xlThemeColorAccent6;
|
|
4556
|
+
declare const xlThemeColorHyperlink: XlThemeColor.xlThemeColorHyperlink;
|
|
4557
|
+
declare const xlThemeColorFollowedHyperlink: XlThemeColor.xlThemeColorFollowedHyperlink;
|
|
4558
|
+
declare const xlTypePDF: XlFixedFormatType.xlTypePDF;
|
|
4559
|
+
declare const xlTypeXPS: XlFixedFormatType.xlTypeXPS;
|
|
4560
|
+
declare const xlQualityStandard: XlFixedFormatQuality.xlQualityStandard;
|
|
4561
|
+
declare const xlQualityMinimum: XlFixedFormatQuality.xlQualityMinimum;
|
|
4562
|
+
declare const xlGenerateTableRefA1: XlGenerateTableRefs.xlGenerateTableRefA1;
|
|
4563
|
+
declare const xlGenerateTableRefStruct: XlGenerateTableRefs.xlGenerateTableRefStruct;
|
|
4564
|
+
declare const xlGradientFillLinear: XlGradientFillType.xlGradientFillLinear;
|
|
4565
|
+
declare const xlGradientFillPath: XlGradientFillType.xlGradientFillPath;
|
|
4566
|
+
declare const xlThreadModeAutomatic: XlThreadMode.xlThreadModeAutomatic;
|
|
4567
|
+
declare const xlThreadModeManual: XlThreadMode.xlThreadModeManual;
|
|
4568
|
+
declare const xlOartHorizontalOverflowOverflow: XlOartHorizontalOverflow.xlOartHorizontalOverflowOverflow;
|
|
4569
|
+
declare const xlOartHorizontalOverflowClip: XlOartHorizontalOverflow.xlOartHorizontalOverflowClip;
|
|
4570
|
+
declare const xlOartVerticalOverflowOverflow: XlOartVerticalOverflow.xlOartVerticalOverflowOverflow;
|
|
4571
|
+
declare const xlOartVerticalOverflowClip: XlOartVerticalOverflow.xlOartVerticalOverflowClip;
|
|
4572
|
+
declare const xlOartVerticalOverflowEllipsis: XlOartVerticalOverflow.xlOartVerticalOverflowEllipsis;
|
|
4573
|
+
declare const xlSparkScaleGroup: XlSparkScale.xlSparkScaleGroup;
|
|
4574
|
+
declare const xlSparkScaleSingle: XlSparkScale.xlSparkScaleSingle;
|
|
4575
|
+
declare const xlSparkScaleCustom: XlSparkScale.xlSparkScaleCustom;
|
|
4576
|
+
declare const xlSparkLine: XlSparkType.xlSparkLine;
|
|
4577
|
+
declare const xlSparkColumn: XlSparkType.xlSparkColumn;
|
|
4578
|
+
declare const xlSparkColumnStacked100: XlSparkType.xlSparkColumnStacked100;
|
|
4579
|
+
declare const xlSparklineNonSquare: XlSparklineRowCol.xlSparklineNonSquare;
|
|
4580
|
+
declare const xlSparklineRowsSquare: XlSparklineRowCol.xlSparklineRowsSquare;
|
|
4581
|
+
declare const xlSparklineColumnsSquare: XlSparklineRowCol.xlSparklineColumnsSquare;
|
|
4582
|
+
declare const xlDataBarFillSolid: XlDataBarFillType.xlDataBarFillSolid;
|
|
4583
|
+
declare const xlDataBarFillGradient: XlDataBarFillType.xlDataBarFillGradient;
|
|
4584
|
+
declare const xlDataBarBorderNone: XlDataBarBorderType.xlDataBarBorderNone;
|
|
4585
|
+
declare const xlDataBarBorderSolid: XlDataBarBorderType.xlDataBarBorderSolid;
|
|
4586
|
+
declare const xlDataBarAxisAutomatic: XlDataBarAxisPosition.xlDataBarAxisAutomatic;
|
|
4587
|
+
declare const xlDataBarAxisMidpoint: XlDataBarAxisPosition.xlDataBarAxisMidpoint;
|
|
4588
|
+
declare const xlDataBarAxisNone: XlDataBarAxisPosition.xlDataBarAxisNone;
|
|
4589
|
+
declare const xlDataBarColor: XlDataBarNegativeColorType.xlDataBarColor;
|
|
4590
|
+
declare const xlDataBarSameAsPositive: XlDataBarNegativeColorType.xlDataBarSameAsPositive;
|
|
4591
|
+
declare const xlManualAllocation: XlAllocation.xlManualAllocation;
|
|
4592
|
+
declare const xlAutomaticAllocation: XlAllocation.xlAutomaticAllocation;
|
|
4593
|
+
declare const xlAllocateValue: XlAllocationValue.xlAllocateValue;
|
|
4594
|
+
declare const xlAllocateIncrement: XlAllocationValue.xlAllocateIncrement;
|
|
4595
|
+
declare const xlEqualAllocation: XlAllocationMethod.xlEqualAllocation;
|
|
4596
|
+
declare const xlWeightedAllocation: XlAllocationMethod.xlWeightedAllocation;
|
|
4597
|
+
declare const xlCellNotChanged: XlCellChangedState.xlCellNotChanged;
|
|
4598
|
+
declare const xlCellChanged: XlCellChangedState.xlCellChanged;
|
|
4599
|
+
declare const xlCellChangeApplied: XlCellChangedState.xlCellChangeApplied;
|
|
4600
|
+
declare const xlDoNotRepeatLabels: XlPivotFieldRepeatLabels.xlDoNotRepeatLabels;
|
|
4601
|
+
declare const xlRepeatLabels: XlPivotFieldRepeatLabels.xlRepeatLabels;
|
|
4602
|
+
declare const xlSpanishTuteoOnly: XlSpanishModes.xlSpanishTuteoOnly;
|
|
4603
|
+
declare const xlSpanishTuteoAndVoseo: XlSpanishModes.xlSpanishTuteoAndVoseo;
|
|
4604
|
+
declare const xlSpanishVoseoOnly: XlSpanishModes.xlSpanishVoseoOnly;
|
|
4605
|
+
declare const xlSlicerNoCrossFilter: XlSlicerCrossFilterType.xlSlicerNoCrossFilter;
|
|
4606
|
+
declare const xlSlicerCrossFilterShowItemsWithDataAtTop: XlSlicerCrossFilterType.xlSlicerCrossFilterShowItemsWithDataAtTop;
|
|
4607
|
+
declare const xlSlicerCrossFilterShowItemsWithNoData: XlSlicerCrossFilterType.xlSlicerCrossFilterShowItemsWithNoData;
|
|
4608
|
+
declare const xlSlicerCrossFilterHideButtonsWithNoData: XlSlicerCrossFilterType.xlSlicerCrossFilterHideButtonsWithNoData;
|
|
4609
|
+
declare const xlSlicerSortDataSourceOrder: XlSlicerSort.xlSlicerSortDataSourceOrder;
|
|
4610
|
+
declare const xlSlicerSortAscending: XlSlicerSort.xlSlicerSortAscending;
|
|
4611
|
+
declare const xlSlicerSortDescending: XlSlicerSort.xlSlicerSortDescending;
|
|
4612
|
+
declare const xlIconNoCellIcon: XlIcon.xlIconNoCellIcon;
|
|
4613
|
+
declare const xlIconGreenUpArrow: XlIcon.xlIconGreenUpArrow;
|
|
4614
|
+
declare const xlIconYellowSideArrow: XlIcon.xlIconYellowSideArrow;
|
|
4615
|
+
declare const xlIconRedDownArrow: XlIcon.xlIconRedDownArrow;
|
|
4616
|
+
declare const xlIconGrayUpArrow: XlIcon.xlIconGrayUpArrow;
|
|
4617
|
+
declare const xlIconGraySideArrow: XlIcon.xlIconGraySideArrow;
|
|
4618
|
+
declare const xlIconGrayDownArrow: XlIcon.xlIconGrayDownArrow;
|
|
4619
|
+
declare const xlIconGreenFlag: XlIcon.xlIconGreenFlag;
|
|
4620
|
+
declare const xlIconYellowFlag: XlIcon.xlIconYellowFlag;
|
|
4621
|
+
declare const xlIconRedFlag: XlIcon.xlIconRedFlag;
|
|
4622
|
+
declare const xlIconGreenCircle: XlIcon.xlIconGreenCircle;
|
|
4623
|
+
declare const xlIconYellowCircle: XlIcon.xlIconYellowCircle;
|
|
4624
|
+
declare const xlIconRedCircleWithBorder: XlIcon.xlIconRedCircleWithBorder;
|
|
4625
|
+
declare const xlIconBlackCircleWithBorder: XlIcon.xlIconBlackCircleWithBorder;
|
|
4626
|
+
declare const xlIconGreenTrafficLight: XlIcon.xlIconGreenTrafficLight;
|
|
4627
|
+
declare const xlIconYellowTrafficLight: XlIcon.xlIconYellowTrafficLight;
|
|
4628
|
+
declare const xlIconRedTrafficLight: XlIcon.xlIconRedTrafficLight;
|
|
4629
|
+
declare const xlIconYellowTriangle: XlIcon.xlIconYellowTriangle;
|
|
4630
|
+
declare const xlIconRedDiamond: XlIcon.xlIconRedDiamond;
|
|
4631
|
+
declare const xlIconGreenCheckSymbol: XlIcon.xlIconGreenCheckSymbol;
|
|
4632
|
+
declare const xlIconYellowExclamationSymbol: XlIcon.xlIconYellowExclamationSymbol;
|
|
4633
|
+
declare const xlIconRedCrossSymbol: XlIcon.xlIconRedCrossSymbol;
|
|
4634
|
+
declare const xlIconGreenCheck: XlIcon.xlIconGreenCheck;
|
|
4635
|
+
declare const xlIconYellowExclamation: XlIcon.xlIconYellowExclamation;
|
|
4636
|
+
declare const xlIconRedCross: XlIcon.xlIconRedCross;
|
|
4637
|
+
declare const xlIconYellowUpInclineArrow: XlIcon.xlIconYellowUpInclineArrow;
|
|
4638
|
+
declare const xlIconYellowDownInclineArrow: XlIcon.xlIconYellowDownInclineArrow;
|
|
4639
|
+
declare const xlIconGrayUpInclineArrow: XlIcon.xlIconGrayUpInclineArrow;
|
|
4640
|
+
declare const xlIconGrayDownInclineArrow: XlIcon.xlIconGrayDownInclineArrow;
|
|
4641
|
+
declare const xlIconRedCircle: XlIcon.xlIconRedCircle;
|
|
4642
|
+
declare const xlIconPinkCircle: XlIcon.xlIconPinkCircle;
|
|
4643
|
+
declare const xlIconGrayCircle: XlIcon.xlIconGrayCircle;
|
|
4644
|
+
declare const xlIconBlackCircle: XlIcon.xlIconBlackCircle;
|
|
4645
|
+
declare const xlIconCircleWithOneWhiteQuarter: XlIcon.xlIconCircleWithOneWhiteQuarter;
|
|
4646
|
+
declare const xlIconCircleWithTwoWhiteQuarters: XlIcon.xlIconCircleWithTwoWhiteQuarters;
|
|
4647
|
+
declare const xlIconCircleWithThreeWhiteQuarters: XlIcon.xlIconCircleWithThreeWhiteQuarters;
|
|
4648
|
+
declare const xlIconWhiteCircleAllWhiteQuarters: XlIcon.xlIconWhiteCircleAllWhiteQuarters;
|
|
4649
|
+
declare const xlIcon0Bars: XlIcon.xlIcon0Bars;
|
|
4650
|
+
declare const xlIcon1Bar: XlIcon.xlIcon1Bar;
|
|
4651
|
+
declare const xlIcon2Bars: XlIcon.xlIcon2Bars;
|
|
4652
|
+
declare const xlIcon3Bars: XlIcon.xlIcon3Bars;
|
|
4653
|
+
declare const xlIcon4Bars: XlIcon.xlIcon4Bars;
|
|
4654
|
+
declare const xlIconGoldStar: XlIcon.xlIconGoldStar;
|
|
4655
|
+
declare const xlIconHalfGoldStar: XlIcon.xlIconHalfGoldStar;
|
|
4656
|
+
declare const xlIconSilverStar: XlIcon.xlIconSilverStar;
|
|
4657
|
+
declare const xlIconGreenUpTriangle: XlIcon.xlIconGreenUpTriangle;
|
|
4658
|
+
declare const xlIconYellowDash: XlIcon.xlIconYellowDash;
|
|
4659
|
+
declare const xlIconRedDownTriangle: XlIcon.xlIconRedDownTriangle;
|
|
4660
|
+
declare const xlIcon4FilledBoxes: XlIcon.xlIcon4FilledBoxes;
|
|
4661
|
+
declare const xlIcon3FilledBoxes: XlIcon.xlIcon3FilledBoxes;
|
|
4662
|
+
declare const xlIcon2FilledBoxes: XlIcon.xlIcon2FilledBoxes;
|
|
4663
|
+
declare const xlIcon1FilledBox: XlIcon.xlIcon1FilledBox;
|
|
4664
|
+
declare const xlIcon0FilledBoxes: XlIcon.xlIcon0FilledBoxes;
|
|
4665
|
+
declare const xlProtectedViewCloseNormal: XlProtectedViewCloseReason.xlProtectedViewCloseNormal;
|
|
4666
|
+
declare const xlProtectedViewCloseEdit: XlProtectedViewCloseReason.xlProtectedViewCloseEdit;
|
|
4667
|
+
declare const xlProtectedViewCloseForced: XlProtectedViewCloseReason.xlProtectedViewCloseForced;
|
|
4668
|
+
declare const xlProtectedViewWindowNormal: XlProtectedViewWindowState.xlProtectedViewWindowNormal;
|
|
4669
|
+
declare const xlProtectedViewWindowMinimized: XlProtectedViewWindowState.xlProtectedViewWindowMinimized;
|
|
4670
|
+
declare const xlProtectedViewWindowMaximized: XlProtectedViewWindowState.xlProtectedViewWindowMaximized;
|
|
4671
|
+
declare const xlFileValidationPivotDefault: XlFileValidationPivotMode.xlFileValidationPivotDefault;
|
|
4672
|
+
declare const xlFileValidationPivotRun: XlFileValidationPivotMode.xlFileValidationPivotRun;
|
|
4673
|
+
declare const xlFileValidationPivotSkip: XlFileValidationPivotMode.xlFileValidationPivotSkip;
|
|
4674
|
+
declare const xlPortuguesePreReform: XlPortugueseReform.xlPortuguesePreReform;
|
|
4675
|
+
declare const xlPortuguesePostReform: XlPortugueseReform.xlPortuguesePostReform;
|
|
4676
|
+
declare const xlPortugueseBoth: XlPortugueseReform.xlPortugueseBoth;
|
|
4677
|
+
declare const xlLensOnly: XlQuickAnalysisMode.xlLensOnly;
|
|
4678
|
+
declare const xlFormatConditions: XlQuickAnalysisMode.xlFormatConditions;
|
|
4679
|
+
declare const xlRecommendedCharts: XlQuickAnalysisMode.xlRecommendedCharts;
|
|
4680
|
+
declare const xlTotals: XlQuickAnalysisMode.xlTotals;
|
|
4681
|
+
declare const xlTables: XlQuickAnalysisMode.xlTables;
|
|
4682
|
+
declare const xlSparklines: XlQuickAnalysisMode.xlSparklines;
|
|
4683
|
+
declare const xlSlicer: XlSlicerCacheType.xlSlicer;
|
|
4684
|
+
declare const xlTimeline: XlSlicerCacheType.xlTimeline;
|
|
4685
|
+
declare const xlNumberFormatTypeDefault: XlCalcMemNumberFormatType.xlNumberFormatTypeDefault;
|
|
4686
|
+
declare const xlNumberFormatTypeNumber: XlCalcMemNumberFormatType.xlNumberFormatTypeNumber;
|
|
4687
|
+
declare const xlNumberFormatTypePercent: XlCalcMemNumberFormatType.xlNumberFormatTypePercent;
|
|
4688
|
+
declare const xlTimelineLevelYears: XlTimelineLevel.xlTimelineLevelYears;
|
|
4689
|
+
declare const xlTimelineLevelQuarters: XlTimelineLevel.xlTimelineLevelQuarters;
|
|
4690
|
+
declare const xlTimelineLevelMonths: XlTimelineLevel.xlTimelineLevelMonths;
|
|
4691
|
+
declare const xlTimelineLevelDays: XlTimelineLevel.xlTimelineLevelDays;
|
|
4692
|
+
declare const xlFilterStatusOK: XlFilterStatus.xlFilterStatusOK;
|
|
4693
|
+
declare const xlFilterStatusDateWrongOrder: XlFilterStatus.xlFilterStatusDateWrongOrder;
|
|
4694
|
+
declare const xlFilterStatusDateHasTime: XlFilterStatus.xlFilterStatusDateHasTime;
|
|
4695
|
+
declare const xlFilterStatusInvalidDate: XlFilterStatus.xlFilterStatusInvalidDate;
|
|
4696
|
+
declare const xlChangeByExcel: XlModelChangeSource.xlChangeByExcel;
|
|
4697
|
+
declare const xlChangeByPowerPivotAddIn: XlModelChangeSource.xlChangeByPowerPivotAddIn;
|
|
4698
|
+
declare const xlForecastDataCompletionZeros: XlForecastDataCompletion.xlForecastDataCompletionZeros;
|
|
4699
|
+
declare const xlForecastDataCompletionInterpolate: XlForecastDataCompletion.xlForecastDataCompletionInterpolate;
|
|
4700
|
+
declare const xlForecastAggregationAverage: XlForecastAggregation.xlForecastAggregationAverage;
|
|
4701
|
+
declare const xlForecastAggregationCount: XlForecastAggregation.xlForecastAggregationCount;
|
|
4702
|
+
declare const xlForecastAggregationCountA: XlForecastAggregation.xlForecastAggregationCountA;
|
|
4703
|
+
declare const xlForecastAggregationMax: XlForecastAggregation.xlForecastAggregationMax;
|
|
4704
|
+
declare const xlForecastAggregationMedian: XlForecastAggregation.xlForecastAggregationMedian;
|
|
4705
|
+
declare const xlForecastAggregationMin: XlForecastAggregation.xlForecastAggregationMin;
|
|
4706
|
+
declare const xlForecastAggregationSum: XlForecastAggregation.xlForecastAggregationSum;
|
|
4707
|
+
declare const xlForecastChartTypeLine: XlForecastChartType.xlForecastChartTypeLine;
|
|
4708
|
+
declare const xlForecastChartTypeColumn: XlForecastChartType.xlForecastChartTypeColumn;
|
|
4709
|
+
declare const msoPublic: XlPublishToDocsDisclosureScope.msoPublic;
|
|
4710
|
+
declare const msoLimited: XlPublishToDocsDisclosureScope.msoLimited;
|
|
4711
|
+
declare const msoOrganization: XlPublishToDocsDisclosureScope.msoOrganization;
|
|
4712
|
+
declare const msoNoOverwrite: XlPublishToDocsDisclosureScope.msoNoOverwrite;
|
|
4713
|
+
declare const msoPBIExport: XlPublishToPBIPublishType.msoPBIExport;
|
|
4714
|
+
declare const msoPBIUpload: XlPublishToPBIPublishType.msoPBIUpload;
|
|
4715
|
+
declare const msoPBIIgnore: XlPublishToPBINameConflictAction.msoPBIIgnore;
|
|
4716
|
+
declare const msoPBIAbort: XlPublishToPBINameConflictAction.msoPBIAbort;
|
|
4717
|
+
declare const msoPBIOverwrite: XlPublishToPBINameConflictAction.msoPBIOverwrite;
|
|
4718
|
+
declare const xlLinkedDataTypeStateNone: XlLinkedDataTypeState.xlLinkedDataTypeStateNone;
|
|
4719
|
+
declare const xlLinkedDataTypeStateValidLinkedData: XlLinkedDataTypeState.xlLinkedDataTypeStateValidLinkedData;
|
|
4720
|
+
declare const xlLinkedDataTypeStateDisambiguationNeeded: XlLinkedDataTypeState.xlLinkedDataTypeStateDisambiguationNeeded;
|
|
4721
|
+
declare const xlLinkedDataTypeStateBrokenLinkedData: XlLinkedDataTypeState.xlLinkedDataTypeStateBrokenLinkedData;
|
|
4722
|
+
declare const xlLinkedDataTypeStateFetchingData: XlLinkedDataTypeState.xlLinkedDataTypeStateFetchingData;
|
|
4723
|
+
declare const xlReplaceFormula: XlFormulaVersion.xlReplaceFormula;
|
|
4724
|
+
declare const xlReplaceFormula2: XlFormulaVersion.xlReplaceFormula2;
|
|
4725
|
+
declare const xlTypeNone: XlCellControlType.xlTypeNone;
|
|
4726
|
+
declare const xlTypeUnknown: XlCellControlType.xlTypeUnknown;
|
|
4727
|
+
declare const xlTypeCheckbox: XlCellControlType.xlTypeCheckbox;
|