igniteui-webcomponents-excel 4.0.3 → 4.2.2
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/bundles/igniteui-webcomponents-excel.umd.js +10141 -9597
- package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
- package/esm2015/lib/AlternateContentChoice_combined.js +3 -3
- package/esm2015/lib/BiffRecordStream.js +2 -2
- package/esm2015/lib/BorderInfo.js +2 -2
- package/esm2015/lib/ColorInfo.js +3 -3
- package/esm2015/lib/CustomListSortCondition.js +1 -1
- package/esm2015/lib/DefaultStyleHelper_combined.js +3949 -3593
- package/esm2015/lib/DrawingPartManagerHelpers_combined.js +1 -1
- package/esm2015/lib/DxfInfo.js +6 -6
- package/esm2015/lib/EnumConverter.js +1 -1
- package/esm2015/lib/ExtPropColorLoaded.js +1 -1
- package/esm2015/lib/FinancialUtils.js +6 -6
- package/esm2015/lib/GradientStop.js +1 -1
- package/esm2015/lib/IBinaryTreeNodeOwner$1_combined.js +3 -0
- package/esm2015/lib/ISheetBackground.js +11 -0
- package/esm2015/lib/IconSortCondition.js +6 -6
- package/esm2015/lib/ImageFormat.js +33 -31
- package/esm2015/lib/MultipleCellBlankInfo.js +1 -1
- package/esm2015/lib/MultipleCellRKInfo.js +2 -2
- package/esm2015/lib/ObjectModelDrawingPartManager_ShapeIdentity.js +1 -1
- package/esm2015/lib/ObjectModelTablePartManager_TableContext.js +1 -1
- package/esm2015/lib/OrderedSortCondition.js +2 -2
- package/esm2015/lib/PngPartManager.js +1 -1
- package/esm2015/lib/StringUtilities.js +2 -2
- package/esm2015/lib/TableColumnFilterData.js +2 -2
- package/esm2015/lib/TiffPartManager.js +1 -1
- package/esm2015/lib/UltraCalcConditionalFunctionBase_CriteriaEvaluator.js +7 -7
- package/esm2015/lib/UltraCalcConditionalFunctionBase_combined.js +2 -2
- package/esm2015/lib/UltraCalcFunctionAddress.js +1 -1
- package/esm2015/lib/UltraCalcFunctionCell.js +1 -1
- package/esm2015/lib/UltraCalcFunctionDateValue.js +1 -1
- package/esm2015/lib/UltraCalcFunctionDays.js +2 -2
- package/esm2015/lib/UltraCalcFunctionHLookup.js +1 -1
- package/esm2015/lib/UltraCalcFunctionIRR.js +1 -1
- package/esm2015/lib/UltraCalcFunctionLookup.js +1 -1
- package/esm2015/lib/UltraCalcFunctionLookupBase.js +7 -7
- package/esm2015/lib/UltraCalcFunctionTime.js +1 -1
- package/esm2015/lib/UltraCalcFunctionTimeValue.js +1 -1
- package/esm2015/lib/UltraCalcFunctionVLookup.js +1 -1
- package/esm2015/lib/UltraCalcFunctionXBase2Dec.js +1 -1
- package/esm2015/lib/UltraCalcFunctionYearFrac.js +2 -2
- package/esm2015/lib/WeakWorkbookOwner.js +10 -10
- package/esm2015/lib/WmfPartManager.js +1 -1
- package/esm2015/lib/WorkbookLoadManagerExcel2007_FontCollection.js +1 -1
- package/esm2015/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +7 -7
- package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +1068 -1044
- package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +2917 -2885
- package/esm2015/lib/WorksheetRegion_HorizontalWeakSorter.js +2 -2
- package/esm2015/lib/XFPropBorderLoaded.js +1 -1
- package/esm2015/lib/XFPropColorLoaded.js +1 -1
- package/esm2015/lib/XFPropGradientStopLoaded.js +1 -1
- package/esm2015/lib/XlsxUtilities_ColorTransformsApplicator.js +6 -6
- package/esm2015/lib/XlsxUtilities_combined.js +13 -13
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/AlternateContentChoice_combined.js +3 -3
- package/esm5/lib/BiffRecordStream.js +2 -2
- package/esm5/lib/BorderInfo.js +2 -2
- package/esm5/lib/ColorInfo.js +3 -3
- package/esm5/lib/CustomListSortCondition.js +1 -1
- package/esm5/lib/DefaultStyleHelper_combined.js +5968 -5496
- package/esm5/lib/DrawingPartManagerHelpers_combined.js +1 -1
- package/esm5/lib/DxfInfo.js +6 -6
- package/esm5/lib/EnumConverter.js +1 -1
- package/esm5/lib/ExtPropColorLoaded.js +1 -1
- package/esm5/lib/FinancialUtils.js +6 -6
- package/esm5/lib/GradientStop.js +1 -1
- package/esm5/lib/IBinaryTreeNodeOwner$1_combined.js +3 -0
- package/esm5/lib/ISheetBackground.js +11 -0
- package/esm5/lib/IconSortCondition.js +6 -6
- package/esm5/lib/ImageFormat.js +33 -31
- package/esm5/lib/MultipleCellBlankInfo.js +1 -1
- package/esm5/lib/MultipleCellRKInfo.js +2 -2
- package/esm5/lib/ObjectModelDrawingPartManager_ShapeIdentity.js +1 -1
- package/esm5/lib/ObjectModelTablePartManager_TableContext.js +1 -1
- package/esm5/lib/OrderedSortCondition.js +2 -2
- package/esm5/lib/PngPartManager.js +1 -1
- package/esm5/lib/StringUtilities.js +2 -2
- package/esm5/lib/TableColumnFilterData.js +2 -2
- package/esm5/lib/TiffPartManager.js +1 -1
- package/esm5/lib/UltraCalcConditionalFunctionBase_CriteriaEvaluator.js +7 -7
- package/esm5/lib/UltraCalcConditionalFunctionBase_combined.js +2 -2
- package/esm5/lib/UltraCalcFunctionAddress.js +1 -1
- package/esm5/lib/UltraCalcFunctionCell.js +1 -1
- package/esm5/lib/UltraCalcFunctionDateValue.js +1 -1
- package/esm5/lib/UltraCalcFunctionDays.js +2 -2
- package/esm5/lib/UltraCalcFunctionHLookup.js +1 -1
- package/esm5/lib/UltraCalcFunctionIRR.js +1 -1
- package/esm5/lib/UltraCalcFunctionLookup.js +1 -1
- package/esm5/lib/UltraCalcFunctionLookupBase.js +7 -7
- package/esm5/lib/UltraCalcFunctionTime.js +1 -1
- package/esm5/lib/UltraCalcFunctionTimeValue.js +1 -1
- package/esm5/lib/UltraCalcFunctionVLookup.js +1 -1
- package/esm5/lib/UltraCalcFunctionXBase2Dec.js +1 -1
- package/esm5/lib/UltraCalcFunctionYearFrac.js +2 -2
- package/esm5/lib/WeakWorkbookOwner.js +10 -10
- package/esm5/lib/WmfPartManager.js +1 -1
- package/esm5/lib/WorkbookLoadManagerExcel2007_FontCollection.js +1 -1
- package/esm5/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +7 -7
- package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +1083 -1059
- package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +2927 -2895
- package/esm5/lib/WorksheetRegion_HorizontalWeakSorter.js +2 -2
- package/esm5/lib/XFPropBorderLoaded.js +1 -1
- package/esm5/lib/XFPropColorLoaded.js +1 -1
- package/esm5/lib/XFPropGradientStopLoaded.js +1 -1
- package/esm5/lib/XlsxUtilities_ColorTransformsApplicator.js +6 -6
- package/esm5/lib/XlsxUtilities_combined.js +13 -13
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-excel.js +8099 -7672
- package/fesm5/igniteui-webcomponents-excel.js +10141 -9598
- package/lib/DefaultStyleHelper_combined.d.ts +924 -800
- package/lib/ISheetBackground.d.ts +12 -0
- package/lib/ImageFormat.d.ts +6 -4
- package/lib/WorkbookLoadManagerExcel2007_combined.d.ts +79 -79
- package/lib/WorkbookSaveManagerExcel2003_combined.d.ts +112 -112
- package/package.json +2 -2
- package/public_api.d.ts +1 -0
|
@@ -101,6 +101,7 @@ import { WorkbookColorTransform } from "./WorkbookColorTransform";
|
|
|
101
101
|
import { CellShiftType } from "./CellShiftType";
|
|
102
102
|
import { WorksheetCellBlock_DataType } from "./WorksheetCellBlock_DataType";
|
|
103
103
|
import { ShiftAddressResult } from "./ShiftAddressResult";
|
|
104
|
+
import { ISheetBackground } from "./ISheetBackground";
|
|
104
105
|
import { WorkbookFontProxy_PropertyIds } from "./WorkbookFontProxy_PropertyIds";
|
|
105
106
|
import { AxisGroup } from "./AxisGroup";
|
|
106
107
|
import { SeriesChartTypeGroup } from "./SeriesChartTypeGroup";
|
|
@@ -313,384 +314,388 @@ export declare class DefaultStyleHelper extends Base {
|
|
|
313
314
|
*/
|
|
314
315
|
export declare class ExcelUtils extends Base {
|
|
315
316
|
static $t: Type;
|
|
316
|
-
static
|
|
317
|
-
static
|
|
318
|
-
static
|
|
319
|
-
static
|
|
320
|
-
static
|
|
317
|
+
static hf(a: number, b: number, c: number, d: number): Rect;
|
|
318
|
+
static fo(a: () => void): void;
|
|
319
|
+
static fp(a: (arg1: any) => void, b?: any): void;
|
|
320
|
+
static eg(a: Stream): string;
|
|
321
|
+
static g7(a: number[], b: number, c: number): WBitmap;
|
|
321
322
|
static b(a: WBitmap, b: number, c: number): {
|
|
322
323
|
ret: number[];
|
|
323
324
|
p1: number;
|
|
324
325
|
p2: number;
|
|
325
326
|
};
|
|
326
|
-
static
|
|
327
|
-
static
|
|
328
|
-
static readonly b0: string;
|
|
329
|
-
static readonly b1: string;
|
|
327
|
+
static ha(a: ImageHolder): WBitmap;
|
|
328
|
+
static z(a: WBitmap, b: ImageFormat): ExcelImage;
|
|
330
329
|
static readonly b2: string;
|
|
331
|
-
static
|
|
332
|
-
static
|
|
333
|
-
static
|
|
334
|
-
static
|
|
335
|
-
static
|
|
336
|
-
static
|
|
337
|
-
static
|
|
338
|
-
static
|
|
339
|
-
static
|
|
330
|
+
static readonly b3: string;
|
|
331
|
+
static readonly b4: string;
|
|
332
|
+
static d5(a: any, b: CultureInfo): string;
|
|
333
|
+
static cr(a: CalendarType): Calendar;
|
|
334
|
+
static readonly cs: CultureInfo;
|
|
335
|
+
static cg(a: number): Date;
|
|
336
|
+
static a0(a: FillPatternStyle): boolean;
|
|
337
|
+
static a4(a: Type): boolean;
|
|
338
|
+
static bd(a: Type): boolean;
|
|
339
|
+
static bh(a: Type): boolean;
|
|
340
|
+
static eo(a: CultureInfo, b: boolean): StringComparer;
|
|
340
341
|
static staticInit(): void;
|
|
341
|
-
static readonly
|
|
342
|
-
static readonly
|
|
342
|
+
static readonly hd: Point;
|
|
343
|
+
static readonly he: Point;
|
|
343
344
|
private static readonly d;
|
|
344
|
-
static
|
|
345
|
-
static readonly
|
|
346
|
-
static readonly
|
|
347
|
-
static readonly
|
|
348
|
-
static
|
|
345
|
+
static bs: boolean;
|
|
346
|
+
static readonly ds: Nullable$1<boolean>;
|
|
347
|
+
static readonly du: Nullable$1<number>;
|
|
348
|
+
static readonly dv: Nullable$1<WorkbookThemeColorType>;
|
|
349
|
+
static e2(a: number, b: number, c: number, d: number): {
|
|
349
350
|
p0?: number;
|
|
350
351
|
};
|
|
351
|
-
static
|
|
352
|
+
static e3(a: number, b: number, c: number, d: number): {
|
|
352
353
|
p0?: number;
|
|
353
354
|
};
|
|
354
|
-
static
|
|
355
|
+
static e4(a: number, b: number, c: number, d: number): {
|
|
355
356
|
p0?: number;
|
|
356
357
|
};
|
|
357
|
-
static
|
|
358
|
+
static e5(a: number, b: number, c: number, d: number): {
|
|
358
359
|
p0?: number;
|
|
359
360
|
};
|
|
360
|
-
static
|
|
361
|
-
static
|
|
362
|
-
static
|
|
363
|
-
static
|
|
364
|
-
private static
|
|
365
|
-
private static
|
|
366
|
-
static
|
|
367
|
-
static
|
|
368
|
-
static
|
|
361
|
+
static e7(a: HashSet$1<number>, b: number[]): void;
|
|
362
|
+
static e6(a: HashSet$1<number>, b: number[]): void;
|
|
363
|
+
static gw(a: number, b: number, c: number, d: number, e: number): Color;
|
|
364
|
+
static gx(a: Color, b: number): Color;
|
|
365
|
+
private static cp;
|
|
366
|
+
private static cm;
|
|
367
|
+
static gy(a: Color, b: number): Color;
|
|
368
|
+
static cx<T>($t: Type, a: IList$1<T>, b: T, c: IComparer$1<T>): number;
|
|
369
|
+
static cy<T>($t: Type, a: List$1<WeakReference>, b: T, c: IComparer$1<T>, d: boolean, e: T): {
|
|
369
370
|
ret: number;
|
|
370
371
|
p4: T;
|
|
371
372
|
};
|
|
372
|
-
static cf(a: Workbook, b: IEnumerable$1<WorksheetRegion>): number;
|
|
373
|
-
static cg(a: Workbook, b: number, c: IEnumerable$1<WorksheetRegion>): number;
|
|
374
373
|
static ch(a: Workbook, b: IEnumerable$1<WorksheetRegion>): number;
|
|
375
|
-
|
|
376
|
-
static
|
|
374
|
+
static ci(a: Workbook, b: number, c: IEnumerable$1<WorksheetRegion>): number;
|
|
375
|
+
static cj(a: Workbook, b: IEnumerable$1<WorksheetRegion>): number;
|
|
376
|
+
private static fr;
|
|
377
|
+
static e8(a: number, b: number, c: number): {
|
|
377
378
|
p0?: number;
|
|
378
379
|
};
|
|
379
|
-
static
|
|
380
|
+
static e9(a: number, b: number, c: number): {
|
|
380
381
|
p0?: number;
|
|
381
382
|
};
|
|
382
|
-
static
|
|
383
|
+
static fa(a: number, b: number, c: number): {
|
|
383
384
|
p0?: number;
|
|
384
385
|
};
|
|
385
|
-
static
|
|
386
|
+
static fb(a: number, b: number, c: number): {
|
|
386
387
|
p0?: number;
|
|
387
388
|
};
|
|
388
|
-
static
|
|
389
|
-
static
|
|
390
|
-
static
|
|
391
|
-
static readonly
|
|
392
|
-
static
|
|
393
|
-
static
|
|
394
|
-
static
|
|
395
|
-
static
|
|
396
|
-
static
|
|
397
|
-
static
|
|
398
|
-
static
|
|
399
|
-
static
|
|
400
|
-
static
|
|
401
|
-
static
|
|
402
|
-
private static fr;
|
|
403
|
-
private static fs;
|
|
389
|
+
static e1(a: Uri): Uri;
|
|
390
|
+
static g1(a: number): Color;
|
|
391
|
+
static g0(a: number, b: number, c: number): Color;
|
|
392
|
+
static readonly gz: Color;
|
|
393
|
+
static am(a: Color): boolean;
|
|
394
|
+
static an(a: Color): boolean;
|
|
395
|
+
static cz(a: Color): number;
|
|
396
|
+
static d4(a: Color): string;
|
|
397
|
+
static g5(a: Color): Color;
|
|
398
|
+
static g6(a: Color): Color;
|
|
399
|
+
static ao(a: Workbook, b: WorksheetCellFormatData, c: CellConditionalFormat, d: CellFill): boolean;
|
|
400
|
+
static ap(a: Workbook, b: WorksheetCellFormatData, c: CellConditionalFormat, d: WorkbookColorInfo): boolean;
|
|
401
|
+
static aq(a: CellConditionalFormat, b: ST_IconSetType, c: Nullable$1<number>): boolean;
|
|
402
|
+
static ct(a: number[]): Guid;
|
|
404
403
|
private static ft;
|
|
405
|
-
static
|
|
404
|
+
private static fu;
|
|
405
|
+
private static fv;
|
|
406
|
+
static ew(a: number, b: number[]): number;
|
|
406
407
|
private static c;
|
|
407
|
-
private static
|
|
408
|
-
static
|
|
409
|
-
static
|
|
410
|
-
static
|
|
411
|
-
static
|
|
408
|
+
private static fs;
|
|
409
|
+
static cu(a: number): number;
|
|
410
|
+
static ev(a: number): number;
|
|
411
|
+
static g2(a: number, b: number, c: number): Color;
|
|
412
|
+
static fc(a: Color, b: number, c: number, d: number): {
|
|
412
413
|
p1: number;
|
|
413
414
|
p2: number;
|
|
414
415
|
p3: number;
|
|
415
416
|
};
|
|
416
|
-
static
|
|
417
|
-
static
|
|
418
|
-
static
|
|
419
|
-
static
|
|
417
|
+
static ff(a: WorksheetCellFormatProxy, b: WorksheetCellFormatProxy, c: CellFormatValue, d?: boolean, e?: CellFormatValueChangedOptions): void;
|
|
418
|
+
static fd(a: WorksheetCellFormatData, b: WorksheetCellFormatData, c: CellFormatValue): void;
|
|
419
|
+
static fe(a: WorksheetCellFormatData, b: WorksheetCellFormatProxy, c: CellFormatValue): void;
|
|
420
|
+
static fg(a: WorksheetCellFormatProxy, b: WorksheetCellFormatProxy, c: CellFormatValue, d?: boolean, e?: boolean, f?: CellFormatValueChangedOptions, g?: boolean): void;
|
|
420
421
|
static v(a: string, b: string, c: BaseError): ArgumentExceptionExtension;
|
|
421
422
|
static w(a: string, b: any, c: string): ArgumentOutOfRangeExceptionExtension;
|
|
422
|
-
static
|
|
423
|
-
static
|
|
424
|
-
static
|
|
425
|
-
static
|
|
426
|
-
static
|
|
427
|
-
static
|
|
428
|
-
static
|
|
423
|
+
static hb(a: number, b: number): Point;
|
|
424
|
+
static hc(a: number, b: number): Point;
|
|
425
|
+
static ca(): HashSet$1<Rect>;
|
|
426
|
+
static d7(a: string, b: string): string;
|
|
427
|
+
static d8(a: string, b: string, c: string): string;
|
|
428
|
+
static d6(a: string, b: boolean, c: string, d: string): string;
|
|
429
|
+
static er(a: string, b: boolean): {
|
|
429
430
|
ret: Regex;
|
|
430
431
|
p1: boolean;
|
|
431
432
|
};
|
|
432
|
-
static
|
|
433
|
-
static
|
|
434
|
-
static
|
|
435
|
-
static
|
|
436
|
-
static
|
|
437
|
-
static
|
|
438
|
-
static
|
|
439
|
-
static
|
|
440
|
-
static ap(a: ICellShiftOperationOverride, b: WorksheetRegionAddress): boolean;
|
|
441
|
-
static aq(a: ICellShiftOperationOverride, b: number, c: number, d: number, e: number): boolean;
|
|
433
|
+
static fh(a: boolean, b?: string): void;
|
|
434
|
+
static fi(a: string): void;
|
|
435
|
+
static fj(): void;
|
|
436
|
+
static fk(): void;
|
|
437
|
+
static fl(a: boolean, b: string): void;
|
|
438
|
+
static g3(a: number): Color;
|
|
439
|
+
static ck(a: number): number;
|
|
440
|
+
static d9(a: string, b: string): string;
|
|
442
441
|
static ar(a: ICellShiftOperationOverride, b: WorksheetRegionAddress): boolean;
|
|
443
442
|
static as(a: ICellShiftOperationOverride, b: number, c: number, d: number, e: number): boolean;
|
|
444
|
-
static
|
|
445
|
-
static
|
|
446
|
-
static
|
|
447
|
-
static
|
|
448
|
-
static
|
|
449
|
-
static
|
|
450
|
-
static
|
|
451
|
-
static
|
|
452
|
-
static c2(a: Encoding): number;
|
|
453
|
-
static eo(a: number): Encoding;
|
|
454
|
-
static d9(a: string): string;
|
|
443
|
+
static at(a: ICellShiftOperationOverride, b: WorksheetRegionAddress): boolean;
|
|
444
|
+
static au(a: ICellShiftOperationOverride, b: number, c: number, d: number, e: number): boolean;
|
|
445
|
+
static c3(a: number): number;
|
|
446
|
+
static hg(a: Rect): Rect;
|
|
447
|
+
static cl(a: number): number;
|
|
448
|
+
static dj(a: number): number;
|
|
449
|
+
static fm(a: List$1<PropertyTableBase_PropertyValue>, b: Color, c: PropertyType, d: PropertyType): void;
|
|
450
|
+
static ex(a: Color): number;
|
|
455
451
|
static ea(a: string): string;
|
|
456
|
-
static
|
|
452
|
+
static readonly ep: Encoding;
|
|
453
|
+
static c4(a: Encoding): number;
|
|
454
|
+
static eq(a: number): Encoding;
|
|
455
|
+
static eb(a: string): string;
|
|
456
|
+
static ec(a: string): string;
|
|
457
|
+
static fn(a: number): {
|
|
457
458
|
p0?: number;
|
|
458
459
|
};
|
|
459
|
-
static
|
|
460
|
-
static
|
|
461
|
-
static
|
|
462
|
-
private static
|
|
460
|
+
static ed(a: string): string;
|
|
461
|
+
static aa(a: any): SingleTargetFormula;
|
|
462
|
+
static d3(a: number): number;
|
|
463
|
+
private static c5;
|
|
463
464
|
static l(a: CellFormatValue): CellFormatValue;
|
|
464
|
-
static c4(a: number, b: number, c: number): number;
|
|
465
465
|
static c6(a: number, b: number, c: number): number;
|
|
466
|
-
static c7(a: number, b: number, c: number): number;
|
|
467
|
-
static c5(a: number, b: number, c: number): number;
|
|
468
466
|
static c8(a: number, b: number, c: number): number;
|
|
469
|
-
static
|
|
470
|
-
|
|
471
|
-
static
|
|
472
|
-
static
|
|
467
|
+
static c9(a: number, b: number, c: number): number;
|
|
468
|
+
static c7(a: number, b: number, c: number): number;
|
|
469
|
+
static da(a: number, b: number, c: number): number;
|
|
470
|
+
static cb(a: WorksheetRegion): IEnumerable$1<any>;
|
|
471
|
+
private static _cc;
|
|
472
|
+
static cc(a: IEnumerable$1<WorksheetRegion>, b?: boolean): IEnumerable$1<any>;
|
|
473
|
+
static dt(a: ReferenceToken): Nullable$1<CellAddressRange>;
|
|
473
474
|
static m(a: WorksheetCellFormatOptions): CellFormatValue;
|
|
474
|
-
static
|
|
475
|
-
private static
|
|
475
|
+
static ad(a: Workbook, b: XColorType, c: number, d: Nullable$1<number>): WorkbookColorInfo;
|
|
476
|
+
private static db;
|
|
476
477
|
static o(a: IChartObject, b: number): ChartSolidFill;
|
|
477
|
-
static
|
|
478
|
-
static
|
|
479
|
-
static
|
|
480
|
-
static
|
|
478
|
+
static ee(a: DateTimeFormat): string;
|
|
479
|
+
static ef(a: Type, b: any): string;
|
|
480
|
+
static dc(a: number): number;
|
|
481
|
+
static ae(a: IWorkbookFont, b?: WorkbookThemeColorType): WorkbookColorInfo;
|
|
481
482
|
static r(a: string): FontFamilyInternal;
|
|
482
|
-
private static
|
|
483
|
-
private static
|
|
484
|
-
private static
|
|
485
|
-
static
|
|
486
|
-
static
|
|
487
|
-
static
|
|
488
|
-
static
|
|
489
|
-
static
|
|
483
|
+
private static b5;
|
|
484
|
+
private static b9;
|
|
485
|
+
private static f1;
|
|
486
|
+
static ab(a: any): StringElement;
|
|
487
|
+
static dd(a: number): number;
|
|
488
|
+
static de(a: CellConditionalFormat, b: WorksheetCellFormatData, c?: boolean): number;
|
|
489
|
+
static al(a: FormatConditionIconSet): ST_IconSetType;
|
|
490
|
+
static ce(a: string, b: List$1<number>, c: List$1<string>): {
|
|
490
491
|
ret: List$1<string>;
|
|
491
492
|
p1: List$1<number>;
|
|
492
493
|
p2: List$1<string>;
|
|
493
494
|
};
|
|
494
495
|
static n(a: CellFormatValue): CellFormatValue;
|
|
495
|
-
static
|
|
496
|
-
static
|
|
497
|
-
static
|
|
498
|
-
static
|
|
499
|
-
private static
|
|
500
|
-
static
|
|
501
|
-
static
|
|
496
|
+
static hi(): Size;
|
|
497
|
+
static df(a: Date): number;
|
|
498
|
+
static cf(a: Formula): List$1<CellAddressRange>;
|
|
499
|
+
static hj(): Size;
|
|
500
|
+
private static dg;
|
|
501
|
+
static eh(a: string): string;
|
|
502
|
+
static ei(a: string, ...b: any[]): string;
|
|
503
|
+
private static b8;
|
|
502
504
|
private static b6;
|
|
503
|
-
private static
|
|
504
|
-
private static cb;
|
|
505
|
+
private static cd;
|
|
505
506
|
static a(a: CellFormatValue, b: boolean): CellFormatValue[];
|
|
506
|
-
static
|
|
507
|
+
static d0(a: WeakReference): any;
|
|
507
508
|
static f(a: Stream, b: string, c: boolean, d: WorkbookOptionsBase, e?: IPackageFactory): WorkItem$1<WorkbookFormat>;
|
|
508
|
-
static
|
|
509
|
-
private static
|
|
510
|
-
static
|
|
511
|
-
static
|
|
512
|
-
static
|
|
513
|
-
static
|
|
514
|
-
static
|
|
515
|
-
static readonly
|
|
516
|
-
static
|
|
517
|
-
static
|
|
518
|
-
static
|
|
519
|
-
static
|
|
520
|
-
static
|
|
521
|
-
static
|
|
522
|
-
static
|
|
523
|
-
static a8(a: any): boolean;
|
|
524
|
-
static a9(a: any): boolean;
|
|
509
|
+
static cq: (arg1: IPackage) => Nullable$1<WorkbookFormat>;
|
|
510
|
+
private static di;
|
|
511
|
+
static av(a: WorkbookFormat): boolean;
|
|
512
|
+
static aw(a: WorkbookFormat): boolean;
|
|
513
|
+
static a5(a: any): boolean;
|
|
514
|
+
static ax(a: CellBorderLineStyle): boolean;
|
|
515
|
+
static ay(a: CellReferenceMode): boolean;
|
|
516
|
+
static readonly az: boolean;
|
|
517
|
+
static a1(a: DiagonalBorders): boolean;
|
|
518
|
+
static a2(a: DiagonalBorders): boolean;
|
|
519
|
+
static a3(a: CellFormatValue): boolean;
|
|
520
|
+
static a6(a: Nullable$1<boolean>): boolean;
|
|
521
|
+
static a7(a: CellFormatValue): boolean;
|
|
522
|
+
static a8(a: HorizontalCellAlignment): boolean;
|
|
523
|
+
static a9(a: WorkbookFormat): boolean;
|
|
525
524
|
static ba(a: any): boolean;
|
|
526
|
-
static
|
|
527
|
-
static
|
|
528
|
-
static be(a:
|
|
529
|
-
static
|
|
530
|
-
static
|
|
531
|
-
static bi(a:
|
|
532
|
-
static
|
|
533
|
-
static
|
|
525
|
+
static bb(a: any): boolean;
|
|
526
|
+
static bc(a: any): boolean;
|
|
527
|
+
static be(a: number): boolean;
|
|
528
|
+
static bf(a: TextFormatMode): boolean;
|
|
529
|
+
static bg(a: string): boolean;
|
|
530
|
+
static bi(a: CellFormatValue): boolean;
|
|
531
|
+
static bj(a: VerticalCellAlignment): boolean;
|
|
532
|
+
static bk(a: Stream): boolean;
|
|
533
|
+
static bm(a: WorksheetColumnWidthUnit): boolean;
|
|
534
|
+
static bl(a: WorkbookFormat): boolean;
|
|
534
535
|
static e(a: Workbook, b: Uri): ImageData;
|
|
535
|
-
static
|
|
536
|
+
static cn(a: number): number;
|
|
536
537
|
static h(a: BorderThickness, b: BorderThickness): BorderThickness;
|
|
537
|
-
private static
|
|
538
|
-
static
|
|
538
|
+
private static b7;
|
|
539
|
+
static ac<T>($t: Type, a: T, b: T): T;
|
|
539
540
|
static u(a: IWorkbookFont[], b: Workbook): IWorkbookFont;
|
|
540
|
-
static
|
|
541
|
+
static fw(a: Rect, b: number, c: number): {
|
|
541
542
|
p0?: Rect;
|
|
542
543
|
};
|
|
543
|
-
static
|
|
544
|
+
static bn(a: string, b: WorkbookFormat, c: CultureInfo, d: number, e: number): {
|
|
544
545
|
ret: boolean;
|
|
545
546
|
p3: number;
|
|
546
547
|
p4: number;
|
|
547
548
|
};
|
|
548
|
-
static
|
|
549
|
+
static bo(a: string, b: number, c: number, d: WorkbookFormat, e: CultureInfo, f: number, g: number): {
|
|
549
550
|
ret: boolean;
|
|
550
551
|
p5: number;
|
|
551
552
|
p6: number;
|
|
552
553
|
};
|
|
553
|
-
static
|
|
554
|
-
static
|
|
554
|
+
static aj(a: string, b: Worksheet, c: CultureInfo): WorksheetRegion;
|
|
555
|
+
static fx(a: string, b: WorkbookFormat, c: CultureInfo, d: number, e: number, f: number, g: number): {
|
|
555
556
|
p3: number;
|
|
556
557
|
p4: number;
|
|
557
558
|
p5: number;
|
|
558
559
|
p6: number;
|
|
559
560
|
};
|
|
560
|
-
static
|
|
561
|
+
static bp(a: string, b: WorkbookFormat, c: number, d: boolean, e: number, f: boolean): {
|
|
561
562
|
ret: boolean;
|
|
562
563
|
p2: number;
|
|
563
564
|
p3: boolean;
|
|
564
565
|
p4: number;
|
|
565
566
|
p5: boolean;
|
|
566
567
|
};
|
|
567
|
-
static
|
|
568
|
+
static bq(a: string, b: number, c: number, d: WorkbookFormat, e: number, f: boolean, g: number, h: boolean): {
|
|
568
569
|
ret: boolean;
|
|
569
570
|
p4: number;
|
|
570
571
|
p5: boolean;
|
|
571
572
|
p6: number;
|
|
572
573
|
p7: boolean;
|
|
573
574
|
};
|
|
574
|
-
static
|
|
575
|
+
static fy(a: string, b: WorkbookFormat, c: WorksheetRow, d: number, e: number, f: number, g: number, h: number): {
|
|
575
576
|
p4: number;
|
|
576
577
|
p5: number;
|
|
577
578
|
p6: number;
|
|
578
579
|
p7: number;
|
|
579
580
|
};
|
|
580
|
-
static
|
|
581
|
+
static fz(a: string, b: WorkbookFormat, c: CellReferenceMode, d: CultureInfo, e: WorksheetRow, f: number, g: number, h: number, i: number, j: number): {
|
|
581
582
|
p6: number;
|
|
582
583
|
p7: number;
|
|
583
584
|
p8: number;
|
|
584
585
|
p9: number;
|
|
585
586
|
};
|
|
586
587
|
static t(a: string, b: Sheet, c: number, d: number, e: CellReferenceMode, f: string, g: string, h: List$1<Tuple$3<Worksheet, WorksheetRegionAddress, string>>, i?: List$1<WorkbookReferenceBase>, j?: FormulaType): Formula;
|
|
587
|
-
private static
|
|
588
|
-
static
|
|
589
|
-
static
|
|
588
|
+
private static f2;
|
|
589
|
+
static f0(a: any[], b: any): void;
|
|
590
|
+
static y(a: ExcelImage): ExcelImage;
|
|
591
|
+
static x(a: ExcelImage): ExcelImage;
|
|
592
|
+
static g9(a: WBitmap): WBitmap;
|
|
593
|
+
static g8(a: WBitmap): WBitmap;
|
|
594
|
+
static f3(a: number, b: number): {
|
|
590
595
|
p0?: number;
|
|
591
596
|
p1?: number;
|
|
592
597
|
};
|
|
593
|
-
static
|
|
594
|
-
static
|
|
595
|
-
static
|
|
596
|
-
static
|
|
598
|
+
static g4(a: Color): Color;
|
|
599
|
+
static ej(a: string): string;
|
|
600
|
+
static br(a: List$1<WorksheetCell>, b: WorksheetRow, c: number): boolean;
|
|
601
|
+
static f4(a: DiagonalBorders): {
|
|
597
602
|
p0?: DiagonalBorders;
|
|
598
603
|
};
|
|
599
|
-
static
|
|
604
|
+
static f5(a: DiagonalBorders): {
|
|
600
605
|
p0?: DiagonalBorders;
|
|
601
606
|
};
|
|
602
|
-
static
|
|
603
|
-
static
|
|
604
|
-
static
|
|
605
|
-
static
|
|
607
|
+
static f6(a: List$1<WorksheetCell>): void;
|
|
608
|
+
static d1(a: Worksheet, b: WorksheetRow, c: number, d: WorksheetRow, e: number, f: CellFormatValue): any;
|
|
609
|
+
static d2(a: RowColumnBase, b: RowColumnBase, c: CellFormatValue): any;
|
|
610
|
+
static af(a: Workbook, b: FullColorExtInfo): WorkbookColorInfo;
|
|
606
611
|
static k(a: Workbook, b: GradStopInfo): CellFillGradientStop;
|
|
607
612
|
static j(a: Workbook, b: XFExtGradientInfo): CellFillGradient;
|
|
608
|
-
static
|
|
609
|
-
static
|
|
613
|
+
static ag(a: Workbook, b: XFPropColorInfo): WorkbookColorInfo;
|
|
614
|
+
static f7(a: Color, b: number, c: number, d: number): {
|
|
610
615
|
p1: number;
|
|
611
616
|
p2: number;
|
|
612
617
|
p3: number;
|
|
613
618
|
};
|
|
614
|
-
private static
|
|
615
|
-
static
|
|
616
|
-
static
|
|
617
|
-
static
|
|
619
|
+
private static co;
|
|
620
|
+
static dl(a: number, b: number): number;
|
|
621
|
+
static f8(a: ExcelImage, b: ImageFormat, c: Stream): void;
|
|
622
|
+
static ga(a: number, b: Nullable$1<boolean>, c: number): {
|
|
618
623
|
p0?: number;
|
|
619
624
|
};
|
|
620
|
-
static
|
|
625
|
+
static f9(a: number, b: boolean, c: number): {
|
|
621
626
|
p0?: number;
|
|
622
627
|
};
|
|
623
|
-
static
|
|
628
|
+
static gc(a: number, b: Nullable$1<boolean>, c: number): {
|
|
624
629
|
p0?: number;
|
|
625
630
|
};
|
|
626
|
-
static
|
|
631
|
+
static gb(a: number, b: boolean, c: number): {
|
|
627
632
|
p0?: number;
|
|
628
633
|
};
|
|
629
|
-
static
|
|
634
|
+
static gd(a: number, b: boolean, c: number): {
|
|
630
635
|
p0?: number;
|
|
631
636
|
};
|
|
632
|
-
static
|
|
633
|
-
static
|
|
634
|
-
static
|
|
635
|
-
static
|
|
636
|
-
static
|
|
637
|
+
static bt(a: Size): boolean;
|
|
638
|
+
static ge(a: Sheet, b: string, c: boolean, d: boolean, e: WorksheetRegion, f: CellReferenceMode, g: (arg1: number) => void, h: () => void, i: (arg1: Worksheet, arg2: WorksheetRegionAddress, arg3: WorksheetRegionAddress, arg4: string) => void): void;
|
|
639
|
+
static ek(a: ChartType[], b?: string): string;
|
|
640
|
+
static gg(a: WorksheetCellFormatProxy, b: WorksheetCellFormatProxy, c: CellFormatValue, d: any, e: CellFormatValueChangedOptions): void;
|
|
641
|
+
static gf<T>($t: Type, a: T, b: T): {
|
|
637
642
|
p0?: T;
|
|
638
643
|
p1?: T;
|
|
639
644
|
};
|
|
640
|
-
static
|
|
641
|
-
static
|
|
642
|
-
static
|
|
643
|
-
static
|
|
644
|
-
static
|
|
645
|
-
static
|
|
646
|
-
static
|
|
647
|
-
static
|
|
648
|
-
static
|
|
645
|
+
static bu(a: number, b: number): boolean;
|
|
646
|
+
static bv(a: number, b: number): boolean;
|
|
647
|
+
static bw(a: DiagonalBorders, b: DiagonalBorders): boolean;
|
|
648
|
+
static bx(a: PreventTextFormattingTypes, b: PreventTextFormattingTypes): boolean;
|
|
649
|
+
static by(a: WorksheetCellFormatOptions, b: WorksheetCellFormatOptions): boolean;
|
|
650
|
+
static ah(a: Color): WorkbookColorInfo;
|
|
651
|
+
static dx(a: boolean): Nullable$1<boolean>;
|
|
652
|
+
static dy(a: Nullable$1<boolean>): Nullable$1<boolean>;
|
|
653
|
+
static e0(a: number): number;
|
|
649
654
|
static s(a: ST_IconSetType): FormatConditionIconSet;
|
|
650
|
-
static
|
|
651
|
-
static
|
|
655
|
+
static ak(a: FormatConditionIconSet): ST_IconSetType;
|
|
656
|
+
static ai(a: WorkbookColorInfo, b: Workbook): WorkbookColorInfo;
|
|
652
657
|
static i(a: CellFill, b: Workbook): CellFill;
|
|
653
658
|
static p(a: ChartType): SeriesType;
|
|
654
|
-
static
|
|
655
|
-
static
|
|
656
|
-
static
|
|
659
|
+
static el(a: number, b: IFormatProvider): string;
|
|
660
|
+
static gh(a: IFormattedRunOwner): void;
|
|
661
|
+
static bz(a: any, b: Workbook, c: IFormatProvider, d: boolean, e: number): {
|
|
657
662
|
ret: boolean;
|
|
658
663
|
p4: number;
|
|
659
664
|
};
|
|
660
|
-
static
|
|
665
|
+
static b0(a: number, b: number): {
|
|
661
666
|
ret: boolean;
|
|
662
667
|
p1: number;
|
|
663
668
|
};
|
|
664
|
-
static
|
|
669
|
+
static b1(a: Workbook, b: any, c: number): {
|
|
665
670
|
ret: boolean;
|
|
666
671
|
p2: number;
|
|
667
672
|
};
|
|
668
|
-
static
|
|
669
|
-
static
|
|
670
|
-
static
|
|
671
|
-
static
|
|
672
|
-
static
|
|
673
|
-
static
|
|
673
|
+
static dp(a: number): number;
|
|
674
|
+
static dq(a: number): number;
|
|
675
|
+
static hh(a: Rect): Rect;
|
|
676
|
+
static em(a: string): string;
|
|
677
|
+
static en(a: string): string;
|
|
678
|
+
static gi(a: CultureInfo, b: SortMethod): {
|
|
674
679
|
p0?: CultureInfo;
|
|
675
680
|
};
|
|
676
|
-
static
|
|
677
|
-
static
|
|
678
|
-
static
|
|
679
|
-
static
|
|
680
|
-
static
|
|
681
|
-
static
|
|
682
|
-
static
|
|
683
|
-
static
|
|
684
|
-
static
|
|
685
|
-
static
|
|
686
|
-
static
|
|
687
|
-
static
|
|
688
|
-
static
|
|
689
|
-
static
|
|
681
|
+
static gj(a: WorksheetRegion[], b?: HashSet$1<IRegionBlockingValue>): void;
|
|
682
|
+
static gk(a: number, b: number): void;
|
|
683
|
+
static gl(a: Worksheet, b: number, c: string): void;
|
|
684
|
+
static gm(a: Worksheet, b: number, c: string): void;
|
|
685
|
+
static gn(a: Nullable$1<boolean>): void;
|
|
686
|
+
static go(a: Nullable$1<boolean>, b: string): void;
|
|
687
|
+
static gp<T>($t: Type, a: T): void;
|
|
688
|
+
static gq<T>($t: Type, a: T, b: string): void;
|
|
689
|
+
static gr(a: Nullable$1<boolean>, b: string): void;
|
|
690
|
+
static gs(a: Worksheet, b: number, c: string): void;
|
|
691
|
+
static gt(a: Worksheet, b: number, c: string): void;
|
|
692
|
+
static gu(a: TextFormatMode): void;
|
|
693
|
+
static gv(a: WorksheetColumnWidthUnit): void;
|
|
694
|
+
static fq<T>($t: Type, a: IEnumerable$1<T>, b: (arg1: T) => void): void;
|
|
690
695
|
static g(a: CellBorderLineStyle): BorderThickness;
|
|
691
|
-
static
|
|
692
|
-
static
|
|
693
|
-
static
|
|
696
|
+
static dw(a: Nullable$1<boolean>): Nullable$1<boolean>;
|
|
697
|
+
static dm(a: Nullable$1<boolean>): number;
|
|
698
|
+
static dz<T>($t: Type, a: T): Nullable$1<T>;
|
|
694
699
|
}
|
|
695
700
|
/**
|
|
696
701
|
* @hidden
|
|
@@ -4367,7 +4372,7 @@ export declare let IWorksheetShapeOwner_$type: Type;
|
|
|
4367
4372
|
/**
|
|
4368
4373
|
* A sheet in a Mirosoft Excel workbook that displays a single chart.
|
|
4369
4374
|
*/
|
|
4370
|
-
export declare class Chartsheet extends Sheet implements IWorksheetShapeOwner {
|
|
4375
|
+
export declare class Chartsheet extends Sheet implements IWorksheetShapeOwner, ISheetBackground {
|
|
4371
4376
|
static $t: Type;
|
|
4372
4377
|
/**
|
|
4373
4378
|
* @hidden
|
|
@@ -4537,6 +4542,13 @@ export declare class Chartsheet extends Sheet implements IWorksheetShapeOwner {
|
|
|
4537
4542
|
* @hidden
|
|
4538
4543
|
*/
|
|
4539
4544
|
readonly sheet: Sheet;
|
|
4545
|
+
/**
|
|
4546
|
+
* @hidden
|
|
4547
|
+
*/
|
|
4548
|
+
/**
|
|
4549
|
+
* @hidden
|
|
4550
|
+
*/
|
|
4551
|
+
sheetBackground: WBitmap;
|
|
4540
4552
|
}
|
|
4541
4553
|
/**
|
|
4542
4554
|
* @hidden
|
|
@@ -7943,31 +7955,23 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
7943
7955
|
/**
|
|
7944
7956
|
* @hidden
|
|
7945
7957
|
*/
|
|
7946
|
-
static readonly
|
|
7947
|
-
/**
|
|
7948
|
-
* @hidden
|
|
7949
|
-
*/
|
|
7950
|
-
private static readonly _hh;
|
|
7951
|
-
/**
|
|
7952
|
-
* @hidden
|
|
7953
|
-
*/
|
|
7954
|
-
private static readonly _hi;
|
|
7958
|
+
static readonly _hr: number;
|
|
7955
7959
|
/**
|
|
7956
7960
|
* @hidden
|
|
7957
7961
|
*/
|
|
7958
|
-
private static readonly
|
|
7962
|
+
private static readonly _hk;
|
|
7959
7963
|
/**
|
|
7960
7964
|
* @hidden
|
|
7961
7965
|
*/
|
|
7962
|
-
private static readonly
|
|
7966
|
+
private static readonly _hl;
|
|
7963
7967
|
/**
|
|
7964
7968
|
* @hidden
|
|
7965
7969
|
*/
|
|
7966
|
-
private static readonly
|
|
7970
|
+
private static readonly _hm;
|
|
7967
7971
|
/**
|
|
7968
7972
|
* @hidden
|
|
7969
7973
|
*/
|
|
7970
|
-
private static readonly
|
|
7974
|
+
private static readonly _hn;
|
|
7971
7975
|
/**
|
|
7972
7976
|
* @hidden
|
|
7973
7977
|
*/
|
|
@@ -7983,15 +7987,15 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
7983
7987
|
/**
|
|
7984
7988
|
* @hidden
|
|
7985
7989
|
*/
|
|
7986
|
-
private static readonly
|
|
7990
|
+
private static readonly _h4;
|
|
7987
7991
|
/**
|
|
7988
7992
|
* @hidden
|
|
7989
7993
|
*/
|
|
7990
|
-
private static readonly
|
|
7994
|
+
private static readonly _h6;
|
|
7991
7995
|
/**
|
|
7992
7996
|
* @hidden
|
|
7993
7997
|
*/
|
|
7994
|
-
private static readonly
|
|
7998
|
+
private static readonly _h8;
|
|
7995
7999
|
/**
|
|
7996
8000
|
* @hidden
|
|
7997
8001
|
*/
|
|
@@ -7999,19 +8003,19 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
7999
8003
|
/**
|
|
8000
8004
|
* @hidden
|
|
8001
8005
|
*/
|
|
8002
|
-
static readonly
|
|
8006
|
+
private static readonly _ic;
|
|
8003
8007
|
/**
|
|
8004
8008
|
* @hidden
|
|
8005
8009
|
*/
|
|
8006
|
-
private static readonly
|
|
8010
|
+
private static readonly _id;
|
|
8007
8011
|
/**
|
|
8008
8012
|
* @hidden
|
|
8009
8013
|
*/
|
|
8010
|
-
|
|
8014
|
+
static readonly _ie: number;
|
|
8011
8015
|
/**
|
|
8012
8016
|
* @hidden
|
|
8013
8017
|
*/
|
|
8014
|
-
private static readonly
|
|
8018
|
+
private static readonly _ij;
|
|
8015
8019
|
/**
|
|
8016
8020
|
* @hidden
|
|
8017
8021
|
*/
|
|
@@ -8019,11 +8023,11 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
8019
8023
|
/**
|
|
8020
8024
|
* @hidden
|
|
8021
8025
|
*/
|
|
8022
|
-
private static readonly
|
|
8026
|
+
private static readonly _il;
|
|
8023
8027
|
/**
|
|
8024
8028
|
* @hidden
|
|
8025
8029
|
*/
|
|
8026
|
-
private static readonly
|
|
8030
|
+
private static readonly _io;
|
|
8027
8031
|
/**
|
|
8028
8032
|
* @hidden
|
|
8029
8033
|
*/
|
|
@@ -8039,35 +8043,39 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
8039
8043
|
/**
|
|
8040
8044
|
* @hidden
|
|
8041
8045
|
*/
|
|
8042
|
-
private static readonly
|
|
8046
|
+
private static readonly _iv;
|
|
8043
8047
|
/**
|
|
8044
8048
|
* @hidden
|
|
8045
8049
|
*/
|
|
8046
|
-
private static readonly
|
|
8050
|
+
private static readonly _iw;
|
|
8047
8051
|
/**
|
|
8048
8052
|
* @hidden
|
|
8049
8053
|
*/
|
|
8050
|
-
static readonly
|
|
8054
|
+
private static readonly _ix;
|
|
8051
8055
|
/**
|
|
8052
8056
|
* @hidden
|
|
8053
8057
|
*/
|
|
8054
|
-
static readonly
|
|
8058
|
+
private static readonly _ih;
|
|
8055
8059
|
/**
|
|
8056
8060
|
* @hidden
|
|
8057
8061
|
*/
|
|
8058
|
-
static readonly
|
|
8062
|
+
static readonly _hv: number;
|
|
8059
8063
|
/**
|
|
8060
8064
|
* @hidden
|
|
8061
8065
|
*/
|
|
8062
|
-
static readonly
|
|
8066
|
+
static readonly _hw: number;
|
|
8063
8067
|
/**
|
|
8064
8068
|
* @hidden
|
|
8065
8069
|
*/
|
|
8066
|
-
static readonly
|
|
8070
|
+
static readonly _ht: number;
|
|
8067
8071
|
/**
|
|
8068
8072
|
* @hidden
|
|
8069
8073
|
*/
|
|
8070
|
-
static readonly
|
|
8074
|
+
static readonly _hs: number;
|
|
8075
|
+
/**
|
|
8076
|
+
* @hidden
|
|
8077
|
+
*/
|
|
8078
|
+
static readonly _hq: number;
|
|
8071
8079
|
/**
|
|
8072
8080
|
* @hidden
|
|
8073
8081
|
*/
|
|
@@ -8075,11 +8083,15 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
8075
8083
|
/**
|
|
8076
8084
|
* @hidden
|
|
8077
8085
|
*/
|
|
8078
|
-
static readonly
|
|
8086
|
+
static readonly _hx: number;
|
|
8079
8087
|
/**
|
|
8080
8088
|
* @hidden
|
|
8081
8089
|
*/
|
|
8082
|
-
static readonly
|
|
8090
|
+
static readonly _hy: number;
|
|
8091
|
+
/**
|
|
8092
|
+
* @hidden
|
|
8093
|
+
*/
|
|
8094
|
+
static readonly _ig: number;
|
|
8083
8095
|
/**
|
|
8084
8096
|
* @hidden
|
|
8085
8097
|
*/
|
|
@@ -8091,32 +8103,32 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
8091
8103
|
private _fz;
|
|
8092
8104
|
private _ef;
|
|
8093
8105
|
private _fj;
|
|
8094
|
-
private
|
|
8106
|
+
private _iy;
|
|
8095
8107
|
private _el;
|
|
8096
8108
|
private _e1;
|
|
8097
8109
|
private _e3;
|
|
8098
|
-
private
|
|
8110
|
+
private _g9;
|
|
8099
8111
|
private _e6;
|
|
8100
|
-
private
|
|
8112
|
+
private _ha;
|
|
8101
8113
|
private _en;
|
|
8102
8114
|
private _fk;
|
|
8103
|
-
private _g8;
|
|
8104
|
-
private _g9;
|
|
8105
|
-
private _ha;
|
|
8106
8115
|
private _hb;
|
|
8116
|
+
private _hc;
|
|
8117
|
+
private _hd;
|
|
8118
|
+
private _he;
|
|
8107
8119
|
private _er;
|
|
8108
8120
|
/**
|
|
8109
8121
|
* @hidden
|
|
8110
8122
|
*/
|
|
8111
8123
|
_e8: Legend;
|
|
8112
|
-
private
|
|
8124
|
+
private _hf;
|
|
8113
8125
|
private _fa;
|
|
8114
|
-
private
|
|
8115
|
-
private
|
|
8126
|
+
private _hg;
|
|
8127
|
+
private _hh;
|
|
8116
8128
|
private _fc;
|
|
8117
|
-
private
|
|
8129
|
+
private _hi;
|
|
8118
8130
|
private _et;
|
|
8119
|
-
private
|
|
8131
|
+
private _hj;
|
|
8120
8132
|
private _fl;
|
|
8121
8133
|
private _fh;
|
|
8122
8134
|
private _fm;
|
|
@@ -8344,7 +8356,7 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
8344
8356
|
/**
|
|
8345
8357
|
* @hidden
|
|
8346
8358
|
*/
|
|
8347
|
-
readonly
|
|
8359
|
+
readonly _i0: Nullable$1<number>;
|
|
8348
8360
|
/**
|
|
8349
8361
|
* Returns or sets the distance between the data series in a bar chart,
|
|
8350
8362
|
* as a percentage of the marker width. The value of this property must
|
|
@@ -8355,7 +8367,7 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
8355
8367
|
/**
|
|
8356
8368
|
* @hidden
|
|
8357
8369
|
*/
|
|
8358
|
-
readonly
|
|
8370
|
+
readonly _i1: Nullable$1<number>;
|
|
8359
8371
|
/**
|
|
8360
8372
|
* Returns or sets the angle which determines the origin of the first
|
|
8361
8373
|
* slice, as relative to the 12 o'clock position of the emcompassing circle.
|
|
@@ -8590,11 +8602,19 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
8590
8602
|
/**
|
|
8591
8603
|
* @hidden
|
|
8592
8604
|
*/
|
|
8593
|
-
readonly
|
|
8605
|
+
readonly _gd: boolean;
|
|
8594
8606
|
/**
|
|
8595
8607
|
* @hidden
|
|
8596
8608
|
*/
|
|
8597
|
-
|
|
8609
|
+
_gg: boolean;
|
|
8610
|
+
/**
|
|
8611
|
+
* @hidden
|
|
8612
|
+
*/
|
|
8613
|
+
readonly _gw: boolean;
|
|
8614
|
+
/**
|
|
8615
|
+
* @hidden
|
|
8616
|
+
*/
|
|
8617
|
+
readonly _gx: boolean;
|
|
8598
8618
|
/**
|
|
8599
8619
|
* @hidden
|
|
8600
8620
|
*/
|
|
@@ -8602,7 +8622,7 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
8602
8622
|
/**
|
|
8603
8623
|
* @hidden
|
|
8604
8624
|
*/
|
|
8605
|
-
readonly
|
|
8625
|
+
readonly _gy: boolean;
|
|
8606
8626
|
/**
|
|
8607
8627
|
* Sets the source data range for a combo chart.
|
|
8608
8628
|
* <p class="body">
|
|
@@ -8732,42 +8752,46 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
8732
8752
|
/**
|
|
8733
8753
|
* @hidden
|
|
8734
8754
|
*/
|
|
8735
|
-
private
|
|
8755
|
+
private _ju;
|
|
8756
|
+
/**
|
|
8757
|
+
* @hidden
|
|
8758
|
+
*/
|
|
8759
|
+
_je(): void;
|
|
8736
8760
|
/**
|
|
8737
8761
|
* @hidden
|
|
8738
8762
|
*/
|
|
8739
|
-
|
|
8763
|
+
_g8(): List$1<LegendEntry>;
|
|
8740
8764
|
/**
|
|
8741
8765
|
* @hidden
|
|
8742
8766
|
*/
|
|
8743
|
-
|
|
8767
|
+
static _i3(a: ChartType): Nullable$1<number>;
|
|
8744
8768
|
/**
|
|
8745
8769
|
* @hidden
|
|
8746
8770
|
*/
|
|
8747
|
-
static
|
|
8771
|
+
static _f3(a: ChartObject): boolean;
|
|
8748
8772
|
/**
|
|
8749
8773
|
* @hidden
|
|
8750
8774
|
*/
|
|
8751
|
-
static
|
|
8775
|
+
static _g3(a: Nullable$1<SeriesType>): HashSet$1<ChartType>;
|
|
8752
8776
|
/**
|
|
8753
8777
|
* @hidden
|
|
8754
8778
|
*/
|
|
8755
|
-
static
|
|
8779
|
+
static _go(a: ChartType[]): boolean;
|
|
8756
8780
|
/**
|
|
8757
8781
|
* @hidden
|
|
8758
8782
|
*/
|
|
8759
|
-
static
|
|
8783
|
+
static _gp(a: ChartType[], b: ChartType[]): {
|
|
8760
8784
|
ret: boolean;
|
|
8761
8785
|
p1: ChartType[];
|
|
8762
8786
|
};
|
|
8763
8787
|
/**
|
|
8764
8788
|
* @hidden
|
|
8765
8789
|
*/
|
|
8766
|
-
static
|
|
8790
|
+
static _gq(a: ChartType): boolean;
|
|
8767
8791
|
/**
|
|
8768
8792
|
* @hidden
|
|
8769
8793
|
*/
|
|
8770
|
-
static
|
|
8794
|
+
static _f9(a: ChartType, b: boolean, c: boolean): {
|
|
8771
8795
|
ret: boolean;
|
|
8772
8796
|
p1: boolean;
|
|
8773
8797
|
p2: boolean;
|
|
@@ -8775,90 +8799,90 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
8775
8799
|
/**
|
|
8776
8800
|
* @hidden
|
|
8777
8801
|
*/
|
|
8778
|
-
static
|
|
8802
|
+
static _ge(a: ChartType, b?: ChartTypeContext): boolean;
|
|
8779
8803
|
/**
|
|
8780
8804
|
* @hidden
|
|
8781
8805
|
*/
|
|
8782
|
-
static
|
|
8806
|
+
static _gf(a: ChartType): boolean;
|
|
8783
8807
|
/**
|
|
8784
8808
|
* @hidden
|
|
8785
8809
|
*/
|
|
8786
|
-
static
|
|
8810
|
+
static _gm(a: ChartType): boolean;
|
|
8787
8811
|
/**
|
|
8788
8812
|
* @hidden
|
|
8789
8813
|
*/
|
|
8790
|
-
static
|
|
8814
|
+
static _f8(a: ChartType): boolean;
|
|
8791
8815
|
/**
|
|
8792
8816
|
* @hidden
|
|
8793
8817
|
*/
|
|
8794
|
-
static
|
|
8818
|
+
static _gn(a: ChartType): boolean;
|
|
8795
8819
|
/**
|
|
8796
8820
|
* @hidden
|
|
8797
8821
|
*/
|
|
8798
|
-
static
|
|
8822
|
+
static _gh(a: ChartType): boolean;
|
|
8799
8823
|
/**
|
|
8800
8824
|
* @hidden
|
|
8801
8825
|
*/
|
|
8802
|
-
static
|
|
8826
|
+
static _gi(a: ChartType): boolean;
|
|
8803
8827
|
/**
|
|
8804
8828
|
* @hidden
|
|
8805
8829
|
*/
|
|
8806
|
-
static
|
|
8830
|
+
static _gj(a: ChartType): boolean;
|
|
8807
8831
|
/**
|
|
8808
8832
|
* @hidden
|
|
8809
8833
|
*/
|
|
8810
|
-
static
|
|
8834
|
+
static _ga(a: ChartType): boolean;
|
|
8811
8835
|
/**
|
|
8812
8836
|
* @hidden
|
|
8813
8837
|
*/
|
|
8814
|
-
static
|
|
8838
|
+
static _f4(a: ChartType): boolean;
|
|
8815
8839
|
/**
|
|
8816
8840
|
* @hidden
|
|
8817
8841
|
*/
|
|
8818
|
-
static
|
|
8842
|
+
static _gt(a: ChartType): boolean;
|
|
8819
8843
|
/**
|
|
8820
8844
|
* @hidden
|
|
8821
8845
|
*/
|
|
8822
|
-
static
|
|
8846
|
+
static _f5(a: ChartType): boolean;
|
|
8823
8847
|
/**
|
|
8824
8848
|
* @hidden
|
|
8825
8849
|
*/
|
|
8826
|
-
static
|
|
8850
|
+
static _jg(a: ChartType, b: ChartFillBase, c: Nullable$1<MarkerStyle>): {
|
|
8827
8851
|
p1: ChartFillBase;
|
|
8828
8852
|
p2: Nullable$1<MarkerStyle>;
|
|
8829
8853
|
};
|
|
8830
8854
|
/**
|
|
8831
8855
|
* @hidden
|
|
8832
8856
|
*/
|
|
8833
|
-
|
|
8857
|
+
_jb(a?: Sheet): void;
|
|
8834
8858
|
/**
|
|
8835
8859
|
* @hidden
|
|
8836
8860
|
*/
|
|
8837
|
-
|
|
8861
|
+
_jd(): void;
|
|
8838
8862
|
/**
|
|
8839
8863
|
* @hidden
|
|
8840
8864
|
*/
|
|
8841
|
-
static
|
|
8865
|
+
static _g0(a: ChartType): boolean;
|
|
8842
8866
|
/**
|
|
8843
8867
|
* @hidden
|
|
8844
8868
|
*/
|
|
8845
|
-
|
|
8869
|
+
_jh(): void;
|
|
8846
8870
|
/**
|
|
8847
8871
|
* @hidden
|
|
8848
8872
|
*/
|
|
8849
|
-
static
|
|
8873
|
+
static _jy(a: Sheet, b: ChartType): void;
|
|
8850
8874
|
/**
|
|
8851
8875
|
* @hidden
|
|
8852
8876
|
*/
|
|
8853
|
-
|
|
8877
|
+
_jn(): void;
|
|
8854
8878
|
/**
|
|
8855
8879
|
* @hidden
|
|
8856
8880
|
*/
|
|
8857
|
-
private
|
|
8881
|
+
private _ji;
|
|
8858
8882
|
/**
|
|
8859
8883
|
* @hidden
|
|
8860
8884
|
*/
|
|
8861
|
-
private
|
|
8885
|
+
private _jj;
|
|
8862
8886
|
/**
|
|
8863
8887
|
* @hidden
|
|
8864
8888
|
*/
|
|
@@ -8874,7 +8898,7 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
8874
8898
|
/**
|
|
8875
8899
|
* @hidden
|
|
8876
8900
|
*/
|
|
8877
|
-
|
|
8901
|
+
_gs(a: ChartType, b: AxisGroup): boolean;
|
|
8878
8902
|
/**
|
|
8879
8903
|
* @hidden
|
|
8880
8904
|
*/
|
|
@@ -8882,23 +8906,23 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
8882
8906
|
/**
|
|
8883
8907
|
* @hidden
|
|
8884
8908
|
*/
|
|
8885
|
-
private
|
|
8909
|
+
private _i9;
|
|
8886
8910
|
/**
|
|
8887
8911
|
* @hidden
|
|
8888
8912
|
*/
|
|
8889
|
-
private
|
|
8913
|
+
private _ja;
|
|
8890
8914
|
/**
|
|
8891
8915
|
* @hidden
|
|
8892
8916
|
*/
|
|
8893
|
-
private
|
|
8917
|
+
private _ho;
|
|
8894
8918
|
/**
|
|
8895
8919
|
* @hidden
|
|
8896
8920
|
*/
|
|
8897
|
-
private
|
|
8921
|
+
private _hp;
|
|
8898
8922
|
/**
|
|
8899
8923
|
* @hidden
|
|
8900
8924
|
*/
|
|
8901
|
-
private static
|
|
8925
|
+
private static _i5;
|
|
8902
8926
|
/**
|
|
8903
8927
|
* @hidden
|
|
8904
8928
|
*/
|
|
@@ -8930,94 +8954,94 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
8930
8954
|
/**
|
|
8931
8955
|
* @hidden
|
|
8932
8956
|
*/
|
|
8933
|
-
private
|
|
8957
|
+
private _i6;
|
|
8934
8958
|
/**
|
|
8935
8959
|
* @hidden
|
|
8936
8960
|
*/
|
|
8937
|
-
private
|
|
8961
|
+
private _jm;
|
|
8938
8962
|
/**
|
|
8939
8963
|
* @hidden
|
|
8940
8964
|
*/
|
|
8941
|
-
private
|
|
8965
|
+
private _jo;
|
|
8942
8966
|
/**
|
|
8943
8967
|
* @hidden
|
|
8944
8968
|
*/
|
|
8945
|
-
private
|
|
8969
|
+
private _jp;
|
|
8946
8970
|
/**
|
|
8947
8971
|
* @hidden
|
|
8948
8972
|
*/
|
|
8949
|
-
private
|
|
8973
|
+
private _jr;
|
|
8950
8974
|
/**
|
|
8951
8975
|
* @hidden
|
|
8952
8976
|
*/
|
|
8953
|
-
private
|
|
8977
|
+
private _js;
|
|
8954
8978
|
/**
|
|
8955
8979
|
* @hidden
|
|
8956
8980
|
*/
|
|
8957
|
-
private
|
|
8981
|
+
private _jv;
|
|
8958
8982
|
/**
|
|
8959
8983
|
* @hidden
|
|
8960
8984
|
*/
|
|
8961
|
-
|
|
8985
|
+
_jw(): void;
|
|
8962
8986
|
/**
|
|
8963
8987
|
* @hidden
|
|
8964
8988
|
*/
|
|
8965
|
-
private
|
|
8989
|
+
private _jf;
|
|
8966
8990
|
/**
|
|
8967
8991
|
* @hidden
|
|
8968
8992
|
*/
|
|
8969
|
-
private
|
|
8993
|
+
private _jz;
|
|
8970
8994
|
/**
|
|
8971
8995
|
* @hidden
|
|
8972
8996
|
*/
|
|
8973
|
-
private
|
|
8997
|
+
private _jx;
|
|
8974
8998
|
/**
|
|
8975
8999
|
* @hidden
|
|
8976
9000
|
*/
|
|
8977
|
-
private
|
|
9001
|
+
private _j0;
|
|
8978
9002
|
/**
|
|
8979
9003
|
* @hidden
|
|
8980
9004
|
*/
|
|
8981
|
-
|
|
9005
|
+
_j1(): void;
|
|
8982
9006
|
/**
|
|
8983
9007
|
* @hidden
|
|
8984
9008
|
*/
|
|
8985
|
-
private
|
|
9009
|
+
private _jk;
|
|
8986
9010
|
/**
|
|
8987
9011
|
* @hidden
|
|
8988
9012
|
*/
|
|
8989
|
-
private
|
|
9013
|
+
private _jl;
|
|
8990
9014
|
/**
|
|
8991
9015
|
* @hidden
|
|
8992
9016
|
*/
|
|
8993
|
-
private static
|
|
9017
|
+
private static _i4;
|
|
8994
9018
|
/**
|
|
8995
9019
|
* @hidden
|
|
8996
9020
|
*/
|
|
8997
|
-
static
|
|
9021
|
+
static _f7(a: ChartType): boolean;
|
|
8998
9022
|
/**
|
|
8999
9023
|
* @hidden
|
|
9000
9024
|
*/
|
|
9001
|
-
static
|
|
9025
|
+
static _gk(a: ChartType): boolean;
|
|
9002
9026
|
/**
|
|
9003
9027
|
* @hidden
|
|
9004
9028
|
*/
|
|
9005
|
-
static
|
|
9029
|
+
static _gl(a: ChartType, b: boolean): {
|
|
9006
9030
|
ret: boolean;
|
|
9007
9031
|
p1: boolean;
|
|
9008
9032
|
};
|
|
9009
9033
|
/**
|
|
9010
9034
|
* @hidden
|
|
9011
9035
|
*/
|
|
9012
|
-
static
|
|
9036
|
+
static _gb(a: ChartType): boolean;
|
|
9013
9037
|
/**
|
|
9014
9038
|
* @hidden
|
|
9015
9039
|
*/
|
|
9016
|
-
static
|
|
9040
|
+
static _gc(a: ChartType): boolean;
|
|
9017
9041
|
/**
|
|
9018
9042
|
* @hidden
|
|
9019
9043
|
*/
|
|
9020
|
-
static
|
|
9044
|
+
static _f6(a: ChartType): boolean;
|
|
9021
9045
|
/**
|
|
9022
9046
|
* @hidden
|
|
9023
9047
|
*/
|
|
@@ -9025,19 +9049,19 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
9025
9049
|
/**
|
|
9026
9050
|
* @hidden
|
|
9027
9051
|
*/
|
|
9028
|
-
static
|
|
9052
|
+
static _g1(a: ChartType): boolean;
|
|
9029
9053
|
/**
|
|
9030
9054
|
* @hidden
|
|
9031
9055
|
*/
|
|
9032
|
-
static
|
|
9056
|
+
static _i2(a: ChartType): Nullable$1<MarkerStyle>;
|
|
9033
9057
|
/**
|
|
9034
9058
|
* @hidden
|
|
9035
9059
|
*/
|
|
9036
|
-
|
|
9060
|
+
_jc(): void;
|
|
9037
9061
|
/**
|
|
9038
9062
|
* @hidden
|
|
9039
9063
|
*/
|
|
9040
|
-
static
|
|
9064
|
+
static _gz(a: ChartType): boolean;
|
|
9041
9065
|
/**
|
|
9042
9066
|
* @hidden
|
|
9043
9067
|
*/
|
|
@@ -9068,9 +9092,9 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
9068
9092
|
verifyFormulas(removedWorksheet: Worksheet): void;
|
|
9069
9093
|
private _eb;
|
|
9070
9094
|
private _fw;
|
|
9071
|
-
private
|
|
9072
|
-
private
|
|
9073
|
-
private
|
|
9095
|
+
private _i7;
|
|
9096
|
+
private _g4;
|
|
9097
|
+
private _g5;
|
|
9074
9098
|
constructor(a: number);
|
|
9075
9099
|
constructor(a: number, b: UnknownShape);
|
|
9076
9100
|
constructor(a: number, ..._rest: any[]);
|
|
@@ -9096,7 +9120,7 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
9096
9120
|
/**
|
|
9097
9121
|
* @hidden
|
|
9098
9122
|
*/
|
|
9099
|
-
|
|
9123
|
+
_g6: List$1<Formula>;
|
|
9100
9124
|
/**
|
|
9101
9125
|
* @hidden
|
|
9102
9126
|
*/
|
|
@@ -9117,11 +9141,11 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
9117
9141
|
/**
|
|
9118
9142
|
* @hidden
|
|
9119
9143
|
*/
|
|
9120
|
-
|
|
9144
|
+
_g7: List$1<FontXInfo>;
|
|
9121
9145
|
/**
|
|
9122
9146
|
* @hidden
|
|
9123
9147
|
*/
|
|
9124
|
-
readonly
|
|
9148
|
+
readonly _i8: number;
|
|
9125
9149
|
}
|
|
9126
9150
|
/**
|
|
9127
9151
|
* @hidden
|
|
@@ -9415,16 +9439,17 @@ export declare class ConditionalFormatOwnedFormatProxy extends WorksheetCellForm
|
|
|
9415
9439
|
*/
|
|
9416
9440
|
export declare class CustomView extends Base {
|
|
9417
9441
|
static $t: Type;
|
|
9418
|
-
private
|
|
9419
|
-
private _s;
|
|
9420
|
-
private _m;
|
|
9421
|
-
private _k;
|
|
9442
|
+
private _j;
|
|
9422
9443
|
private _u;
|
|
9444
|
+
private _n;
|
|
9445
|
+
private _l;
|
|
9446
|
+
private _w;
|
|
9423
9447
|
private _b;
|
|
9424
|
-
private
|
|
9448
|
+
private _p;
|
|
9449
|
+
private _s;
|
|
9450
|
+
private _t;
|
|
9425
9451
|
private _q;
|
|
9426
9452
|
private _r;
|
|
9427
|
-
private _p;
|
|
9428
9453
|
constructor(a: Workbook, b: boolean, c: boolean);
|
|
9429
9454
|
/**
|
|
9430
9455
|
* Applies all options from the custom view to the associated workbook and its worksheets.
|
|
@@ -9468,6 +9493,10 @@ export declare class CustomView extends Base {
|
|
|
9468
9493
|
* @see [[Chartsheet.displayOptions]]
|
|
9469
9494
|
*/
|
|
9470
9495
|
getSheetDisplayOptions(sheet: Sheet, createIfNull?: boolean): DisplayOptionsBase;
|
|
9496
|
+
/**
|
|
9497
|
+
* @hidden
|
|
9498
|
+
*/
|
|
9499
|
+
_e(a: Worksheet, b: boolean): WorksheetFilterSettings;
|
|
9471
9500
|
/**
|
|
9472
9501
|
* Gets the hidden columns associated with the specified worksheet.
|
|
9473
9502
|
* <p class="body">
|
|
@@ -9536,27 +9565,27 @@ export declare class CustomView extends Base {
|
|
|
9536
9565
|
/**
|
|
9537
9566
|
* @hidden
|
|
9538
9567
|
*/
|
|
9539
|
-
|
|
9568
|
+
_z(): void;
|
|
9540
9569
|
/**
|
|
9541
9570
|
* @hidden
|
|
9542
9571
|
*/
|
|
9543
|
-
|
|
9572
|
+
_aa(a: Sheet): void;
|
|
9544
9573
|
/**
|
|
9545
9574
|
* @hidden
|
|
9546
9575
|
*/
|
|
9547
|
-
|
|
9576
|
+
_ab(a: Sheet): void;
|
|
9548
9577
|
/**
|
|
9549
9578
|
* @hidden
|
|
9550
9579
|
*/
|
|
9551
|
-
|
|
9580
|
+
_ac(a: boolean): void;
|
|
9552
9581
|
/**
|
|
9553
9582
|
* @hidden
|
|
9554
9583
|
*/
|
|
9555
|
-
|
|
9584
|
+
_ad(a: boolean): void;
|
|
9556
9585
|
/**
|
|
9557
9586
|
* @hidden
|
|
9558
9587
|
*/
|
|
9559
|
-
|
|
9588
|
+
_ae(a: FormatLimitErrors, b: WorkbookFormat): void;
|
|
9560
9589
|
/**
|
|
9561
9590
|
* Gets or sets the name of the custom view.
|
|
9562
9591
|
* <p class="body">
|
|
@@ -9609,11 +9638,11 @@ export declare class CustomView extends Base {
|
|
|
9609
9638
|
/**
|
|
9610
9639
|
* @hidden
|
|
9611
9640
|
*/
|
|
9612
|
-
|
|
9641
|
+
_v: Guid;
|
|
9613
9642
|
/**
|
|
9614
9643
|
* @hidden
|
|
9615
9644
|
*/
|
|
9616
|
-
readonly
|
|
9645
|
+
readonly _k: Workbook;
|
|
9617
9646
|
}
|
|
9618
9647
|
/**
|
|
9619
9648
|
* Abstract base class which exposes the various display options available for a sheet which can be
|
|
@@ -9681,6 +9710,10 @@ export declare abstract class DisplayOptionsBase extends Base implements IChange
|
|
|
9681
9710
|
* @hidden
|
|
9682
9711
|
*/
|
|
9683
9712
|
_s(a: DisplayOptionsBase): void;
|
|
9713
|
+
/**
|
|
9714
|
+
* @hidden
|
|
9715
|
+
*/
|
|
9716
|
+
_t(a: FormatLimitErrors, b: WorkbookFormat): void;
|
|
9684
9717
|
/**
|
|
9685
9718
|
* @hidden
|
|
9686
9719
|
*/
|
|
@@ -9731,10 +9764,6 @@ export declare abstract class DisplayOptionsBase extends Base implements IChange
|
|
|
9731
9764
|
*/
|
|
9732
9765
|
export declare abstract class DisplayOptions extends DisplayOptionsBase {
|
|
9733
9766
|
static $t: Type;
|
|
9734
|
-
/**
|
|
9735
|
-
* @hidden
|
|
9736
|
-
*/
|
|
9737
|
-
static readonly _a4: number;
|
|
9738
9767
|
/**
|
|
9739
9768
|
* @hidden
|
|
9740
9769
|
*/
|
|
@@ -9742,15 +9771,15 @@ export declare abstract class DisplayOptions extends DisplayOptionsBase {
|
|
|
9742
9771
|
/**
|
|
9743
9772
|
* @hidden
|
|
9744
9773
|
*/
|
|
9745
|
-
static readonly
|
|
9774
|
+
static readonly _a6: number;
|
|
9746
9775
|
/**
|
|
9747
9776
|
* @hidden
|
|
9748
9777
|
*/
|
|
9749
|
-
|
|
9778
|
+
static readonly _a4: number;
|
|
9750
9779
|
/**
|
|
9751
9780
|
* @hidden
|
|
9752
9781
|
*/
|
|
9753
|
-
private static readonly
|
|
9782
|
+
private static readonly _a7;
|
|
9754
9783
|
/**
|
|
9755
9784
|
* @hidden
|
|
9756
9785
|
*/
|
|
@@ -9790,28 +9819,32 @@ export declare abstract class DisplayOptions extends DisplayOptionsBase {
|
|
|
9790
9819
|
/**
|
|
9791
9820
|
* @hidden
|
|
9792
9821
|
*/
|
|
9793
|
-
private static readonly
|
|
9822
|
+
private static readonly _bk;
|
|
9794
9823
|
/**
|
|
9795
9824
|
* @hidden
|
|
9796
9825
|
*/
|
|
9797
|
-
private static readonly
|
|
9798
|
-
|
|
9799
|
-
|
|
9800
|
-
|
|
9801
|
-
private
|
|
9802
|
-
private
|
|
9803
|
-
private
|
|
9804
|
-
private
|
|
9805
|
-
private
|
|
9806
|
-
private
|
|
9807
|
-
private
|
|
9808
|
-
private
|
|
9809
|
-
private
|
|
9810
|
-
private
|
|
9811
|
-
private
|
|
9812
|
-
private
|
|
9813
|
-
private
|
|
9814
|
-
private
|
|
9826
|
+
private static readonly _ba;
|
|
9827
|
+
/**
|
|
9828
|
+
* @hidden
|
|
9829
|
+
*/
|
|
9830
|
+
private static readonly _u;
|
|
9831
|
+
private _ad;
|
|
9832
|
+
private _x;
|
|
9833
|
+
private _a2;
|
|
9834
|
+
private _a8;
|
|
9835
|
+
private _ak;
|
|
9836
|
+
private _bl;
|
|
9837
|
+
private _bn;
|
|
9838
|
+
private _aq;
|
|
9839
|
+
private _as;
|
|
9840
|
+
private _au;
|
|
9841
|
+
private _aw;
|
|
9842
|
+
private _ay;
|
|
9843
|
+
private _a0;
|
|
9844
|
+
private _ab;
|
|
9845
|
+
private _ah;
|
|
9846
|
+
private _af;
|
|
9847
|
+
private _z;
|
|
9815
9848
|
constructor(a: Worksheet);
|
|
9816
9849
|
/**
|
|
9817
9850
|
* Resets the display options to their default settings.
|
|
@@ -9827,15 +9860,15 @@ export declare abstract class DisplayOptions extends DisplayOptionsBase {
|
|
|
9827
9860
|
/**
|
|
9828
9861
|
* @hidden
|
|
9829
9862
|
*/
|
|
9830
|
-
|
|
9863
|
+
_br(a: WorksheetView): void;
|
|
9831
9864
|
/**
|
|
9832
9865
|
* @hidden
|
|
9833
9866
|
*/
|
|
9834
|
-
private static
|
|
9867
|
+
private static _w;
|
|
9835
9868
|
/**
|
|
9836
9869
|
* @hidden
|
|
9837
9870
|
*/
|
|
9838
|
-
private static
|
|
9871
|
+
private static _v;
|
|
9839
9872
|
/**
|
|
9840
9873
|
* Gets the settings which control the frozen panes in the worksheet.
|
|
9841
9874
|
* <p class="body">
|
|
@@ -9871,7 +9904,7 @@ export declare abstract class DisplayOptions extends DisplayOptionsBase {
|
|
|
9871
9904
|
/**
|
|
9872
9905
|
* @hidden
|
|
9873
9906
|
*/
|
|
9874
|
-
private
|
|
9907
|
+
private _bq;
|
|
9875
9908
|
/**
|
|
9876
9909
|
* Gets or sets the value which indicates if the panes in the worksheet are frozen.
|
|
9877
9910
|
* <p class="body">
|
|
@@ -10010,41 +10043,41 @@ export declare abstract class DisplayOptions extends DisplayOptionsBase {
|
|
|
10010
10043
|
/**
|
|
10011
10044
|
* @hidden
|
|
10012
10045
|
*/
|
|
10013
|
-
|
|
10046
|
+
_aa: PaneLocation;
|
|
10014
10047
|
/**
|
|
10015
10048
|
* @hidden
|
|
10016
10049
|
*/
|
|
10017
10050
|
/**
|
|
10018
10051
|
* @hidden
|
|
10019
10052
|
*/
|
|
10020
|
-
|
|
10053
|
+
_a9: number;
|
|
10021
10054
|
/**
|
|
10022
10055
|
* @hidden
|
|
10023
10056
|
*/
|
|
10024
|
-
readonly
|
|
10057
|
+
readonly _aj: boolean;
|
|
10025
10058
|
/**
|
|
10026
10059
|
* @hidden
|
|
10027
10060
|
*/
|
|
10028
|
-
readonly
|
|
10061
|
+
readonly _ag: WorksheetSelection;
|
|
10029
10062
|
/**
|
|
10030
10063
|
* @hidden
|
|
10031
10064
|
*/
|
|
10032
|
-
readonly
|
|
10065
|
+
readonly _ao: boolean;
|
|
10033
10066
|
/**
|
|
10034
10067
|
* @hidden
|
|
10035
10068
|
*/
|
|
10036
|
-
readonly
|
|
10069
|
+
readonly _ap: boolean;
|
|
10037
10070
|
/**
|
|
10038
10071
|
* @hidden
|
|
10039
10072
|
*/
|
|
10040
10073
|
/**
|
|
10041
10074
|
* @hidden
|
|
10042
10075
|
*/
|
|
10043
|
-
|
|
10076
|
+
_a3: boolean;
|
|
10044
10077
|
/**
|
|
10045
10078
|
* @hidden
|
|
10046
10079
|
*/
|
|
10047
|
-
readonly
|
|
10080
|
+
readonly _ae: Worksheet;
|
|
10048
10081
|
/**
|
|
10049
10082
|
* Removes any saved selection information.
|
|
10050
10083
|
*/
|
|
@@ -10056,15 +10089,15 @@ export declare abstract class DisplayOptions extends DisplayOptionsBase {
|
|
|
10056
10089
|
/**
|
|
10057
10090
|
* @hidden
|
|
10058
10091
|
*/
|
|
10059
|
-
|
|
10092
|
+
_am(): boolean;
|
|
10060
10093
|
/**
|
|
10061
10094
|
* @hidden
|
|
10062
10095
|
*/
|
|
10063
|
-
|
|
10096
|
+
_an(): boolean;
|
|
10064
10097
|
/**
|
|
10065
10098
|
* @hidden
|
|
10066
10099
|
*/
|
|
10067
|
-
|
|
10100
|
+
_bs(): void;
|
|
10068
10101
|
}
|
|
10069
10102
|
/**
|
|
10070
10103
|
* Class which exposes the worksheet display options which can only be controlled through the custom view.
|
|
@@ -10076,20 +10109,20 @@ export declare class CustomViewDisplayOptions extends DisplayOptions {
|
|
|
10076
10109
|
/**
|
|
10077
10110
|
* @hidden
|
|
10078
10111
|
*/
|
|
10079
|
-
private static readonly
|
|
10112
|
+
private static readonly _b1;
|
|
10080
10113
|
/**
|
|
10081
10114
|
* @hidden
|
|
10082
10115
|
*/
|
|
10083
|
-
private static readonly
|
|
10116
|
+
private static readonly _b2;
|
|
10084
10117
|
/**
|
|
10085
10118
|
* @hidden
|
|
10086
10119
|
*/
|
|
10087
|
-
private static readonly
|
|
10088
|
-
private
|
|
10120
|
+
private static readonly _bu;
|
|
10121
|
+
private _bz;
|
|
10089
10122
|
/**
|
|
10090
10123
|
* @hidden
|
|
10091
10124
|
*/
|
|
10092
|
-
readonly
|
|
10125
|
+
readonly _bx: CustomView;
|
|
10093
10126
|
constructor(a: Worksheet, b: CustomView);
|
|
10094
10127
|
/**
|
|
10095
10128
|
* @hidden
|
|
@@ -10117,11 +10150,11 @@ export declare class CustomViewDisplayOptions extends DisplayOptions {
|
|
|
10117
10150
|
/**
|
|
10118
10151
|
* @hidden
|
|
10119
10152
|
*/
|
|
10120
|
-
private static
|
|
10153
|
+
private static _bw;
|
|
10121
10154
|
/**
|
|
10122
10155
|
* @hidden
|
|
10123
10156
|
*/
|
|
10124
|
-
private static
|
|
10157
|
+
private static _bv;
|
|
10125
10158
|
/**
|
|
10126
10159
|
* Gets or sets the magnification level of the worksheet in the current [[DisplayOptions.view]].
|
|
10127
10160
|
* <p class="body">
|
|
@@ -10135,6 +10168,10 @@ export declare class CustomViewDisplayOptions extends DisplayOptions {
|
|
|
10135
10168
|
* @see [[WorksheetDisplayOptions.magnificationInPageLayoutView]]
|
|
10136
10169
|
*/
|
|
10137
10170
|
magnificationInCurrentView: number;
|
|
10171
|
+
/**
|
|
10172
|
+
* @hidden
|
|
10173
|
+
*/
|
|
10174
|
+
_by: boolean;
|
|
10138
10175
|
}
|
|
10139
10176
|
/**
|
|
10140
10177
|
* A collection of [[CustomView]] instances in a workbook.
|
|
@@ -13510,7 +13547,7 @@ export declare class WorksheetResizeInfo extends Base {
|
|
|
13510
13547
|
* collection on a [[Workbook]] instance.
|
|
13511
13548
|
* </p>
|
|
13512
13549
|
*/
|
|
13513
|
-
export declare class Worksheet extends Sheet implements IWorksheetShapeOwner, ISortSettingsOwner {
|
|
13550
|
+
export declare class Worksheet extends Sheet implements IWorksheetShapeOwner, ISortSettingsOwner, ISheetBackground {
|
|
13514
13551
|
static $t: Type;
|
|
13515
13552
|
/**
|
|
13516
13553
|
* @hidden
|
|
@@ -13701,6 +13738,13 @@ export declare class Worksheet extends Sheet implements IWorksheetShapeOwner, IS
|
|
|
13701
13738
|
* @hidden
|
|
13702
13739
|
*/
|
|
13703
13740
|
readonly sheet: Sheet;
|
|
13741
|
+
/**
|
|
13742
|
+
* @hidden
|
|
13743
|
+
*/
|
|
13744
|
+
/**
|
|
13745
|
+
* @hidden
|
|
13746
|
+
*/
|
|
13747
|
+
sheetBackground: WBitmap;
|
|
13704
13748
|
/**
|
|
13705
13749
|
* Clears all conditional formatting rules from the [[Worksheet]] so they do not get saved.
|
|
13706
13750
|
* <para class="note"><b>Note:</b> this method is obsolete. Use the Worksheet.ConditionalFormats.Clear() method instead.</para>
|
|
@@ -21154,6 +21198,10 @@ export declare abstract class PaneSettingsBase extends Base implements IChangeIn
|
|
|
21154
21198
|
* @hidden
|
|
21155
21199
|
*/
|
|
21156
21200
|
_s(a: PaneSettingsBase): void;
|
|
21201
|
+
/**
|
|
21202
|
+
* @hidden
|
|
21203
|
+
*/
|
|
21204
|
+
_t(): void;
|
|
21157
21205
|
/**
|
|
21158
21206
|
* Resets the pane settings to their defaults.
|
|
21159
21207
|
* <p class="body">
|
|
@@ -21215,7 +21263,7 @@ export declare abstract class PaneSettingsBase extends Base implements IChangeIn
|
|
|
21215
21263
|
/**
|
|
21216
21264
|
* @hidden
|
|
21217
21265
|
*/
|
|
21218
|
-
|
|
21266
|
+
_w(a: PaneSettingsBase): void;
|
|
21219
21267
|
/**
|
|
21220
21268
|
* @hidden
|
|
21221
21269
|
*/
|
|
@@ -21243,21 +21291,21 @@ export declare class FrozenPaneSettings extends PaneSettingsBase {
|
|
|
21243
21291
|
/**
|
|
21244
21292
|
* @hidden
|
|
21245
21293
|
*/
|
|
21246
|
-
private static readonly
|
|
21294
|
+
private static readonly _ad;
|
|
21247
21295
|
/**
|
|
21248
21296
|
* @hidden
|
|
21249
21297
|
*/
|
|
21250
|
-
private static readonly
|
|
21298
|
+
private static readonly _ag;
|
|
21251
21299
|
/**
|
|
21252
21300
|
* @hidden
|
|
21253
21301
|
*/
|
|
21254
|
-
private static readonly
|
|
21302
|
+
private static readonly _ah;
|
|
21255
21303
|
/**
|
|
21256
21304
|
* @hidden
|
|
21257
21305
|
*/
|
|
21258
|
-
private static readonly
|
|
21259
|
-
private
|
|
21260
|
-
private
|
|
21306
|
+
private static readonly _x;
|
|
21307
|
+
private _ab;
|
|
21308
|
+
private _ae;
|
|
21261
21309
|
constructor(a: DisplayOptions);
|
|
21262
21310
|
/**
|
|
21263
21311
|
* @hidden
|
|
@@ -21325,15 +21373,15 @@ export declare class FrozenPaneSettings extends PaneSettingsBase {
|
|
|
21325
21373
|
/**
|
|
21326
21374
|
* @hidden
|
|
21327
21375
|
*/
|
|
21328
|
-
|
|
21376
|
+
_aa: boolean;
|
|
21329
21377
|
/**
|
|
21330
21378
|
* @hidden
|
|
21331
21379
|
*/
|
|
21332
|
-
private static
|
|
21380
|
+
private static _z;
|
|
21333
21381
|
/**
|
|
21334
21382
|
* @hidden
|
|
21335
21383
|
*/
|
|
21336
|
-
private static
|
|
21384
|
+
private static _y;
|
|
21337
21385
|
/**
|
|
21338
21386
|
* @hidden
|
|
21339
21387
|
*/
|
|
@@ -27718,36 +27766,40 @@ export declare let IFilterable_$type: Type;
|
|
|
27718
27766
|
*/
|
|
27719
27767
|
export declare abstract class Filter extends Base implements IChangeInfoContext {
|
|
27720
27768
|
static $t: Type;
|
|
27721
|
-
private
|
|
27769
|
+
private _b;
|
|
27722
27770
|
constructor(a: IFilterable);
|
|
27723
27771
|
/**
|
|
27724
27772
|
* @hidden
|
|
27725
27773
|
*/
|
|
27726
|
-
|
|
27774
|
+
abstract _a(a: IFilterable): Filter;
|
|
27727
27775
|
/**
|
|
27728
27776
|
* @hidden
|
|
27729
27777
|
*/
|
|
27730
|
-
|
|
27778
|
+
static _d(a: WorksheetRow, b: number): GetCellTextResult;
|
|
27731
27779
|
/**
|
|
27732
27780
|
* @hidden
|
|
27733
27781
|
*/
|
|
27734
|
-
abstract _e(a:
|
|
27782
|
+
abstract _e(a: Filter): boolean;
|
|
27735
27783
|
/**
|
|
27736
27784
|
* @hidden
|
|
27737
27785
|
*/
|
|
27738
|
-
_f(a: Worksheet, b:
|
|
27786
|
+
abstract _f(a: Worksheet, b: WorksheetRow, c: number, d: number): boolean;
|
|
27739
27787
|
/**
|
|
27740
27788
|
* @hidden
|
|
27741
27789
|
*/
|
|
27742
|
-
|
|
27790
|
+
_g(a: Worksheet, b: number, c: number, d: number): boolean;
|
|
27743
27791
|
/**
|
|
27744
27792
|
* @hidden
|
|
27745
27793
|
*/
|
|
27746
|
-
_j(
|
|
27794
|
+
_j(): void;
|
|
27747
27795
|
/**
|
|
27748
27796
|
* @hidden
|
|
27749
27797
|
*/
|
|
27750
|
-
|
|
27798
|
+
_k(a: IFilterable): void;
|
|
27799
|
+
/**
|
|
27800
|
+
* @hidden
|
|
27801
|
+
*/
|
|
27802
|
+
_h(a: boolean, b: IList$1<string>): {
|
|
27751
27803
|
ret: boolean;
|
|
27752
27804
|
p0: boolean;
|
|
27753
27805
|
p1: IList$1<string>;
|
|
@@ -27755,11 +27807,11 @@ export declare abstract class Filter extends Base implements IChangeInfoContext
|
|
|
27755
27807
|
/**
|
|
27756
27808
|
* @hidden
|
|
27757
27809
|
*/
|
|
27758
|
-
readonly
|
|
27810
|
+
readonly _i: CultureInfo;
|
|
27759
27811
|
/**
|
|
27760
27812
|
* @hidden
|
|
27761
27813
|
*/
|
|
27762
|
-
readonly
|
|
27814
|
+
readonly _c: IFilterable;
|
|
27763
27815
|
/**
|
|
27764
27816
|
* @hidden
|
|
27765
27817
|
*/
|
|
@@ -28640,32 +28692,32 @@ export declare class UnfrozenPaneSettings extends PaneSettingsBase {
|
|
|
28640
28692
|
/**
|
|
28641
28693
|
* @hidden
|
|
28642
28694
|
*/
|
|
28643
|
-
private static readonly
|
|
28695
|
+
private static readonly _ac;
|
|
28644
28696
|
/**
|
|
28645
28697
|
* @hidden
|
|
28646
28698
|
*/
|
|
28647
|
-
private static readonly
|
|
28699
|
+
private static readonly _af;
|
|
28648
28700
|
/**
|
|
28649
28701
|
* @hidden
|
|
28650
28702
|
*/
|
|
28651
|
-
private static readonly
|
|
28703
|
+
private static readonly _aj;
|
|
28652
28704
|
/**
|
|
28653
28705
|
* @hidden
|
|
28654
28706
|
*/
|
|
28655
|
-
private static readonly
|
|
28707
|
+
private static readonly _ao;
|
|
28656
28708
|
/**
|
|
28657
28709
|
* @hidden
|
|
28658
28710
|
*/
|
|
28659
|
-
private static readonly
|
|
28711
|
+
private static readonly _al;
|
|
28660
28712
|
/**
|
|
28661
28713
|
* @hidden
|
|
28662
28714
|
*/
|
|
28663
|
-
private static readonly
|
|
28664
|
-
private
|
|
28665
|
-
private _aj;
|
|
28666
|
-
private _z;
|
|
28667
|
-
private _ac;
|
|
28715
|
+
private static readonly _x;
|
|
28716
|
+
private _ah;
|
|
28668
28717
|
private _am;
|
|
28718
|
+
private _aa;
|
|
28719
|
+
private _ad;
|
|
28720
|
+
private _ap;
|
|
28669
28721
|
constructor(a: DisplayOptions);
|
|
28670
28722
|
/**
|
|
28671
28723
|
* @hidden
|
|
@@ -28691,6 +28743,10 @@ export declare class UnfrozenPaneSettings extends PaneSettingsBase {
|
|
|
28691
28743
|
* @hidden
|
|
28692
28744
|
*/
|
|
28693
28745
|
_s(a: PaneSettingsBase): void;
|
|
28746
|
+
/**
|
|
28747
|
+
* @hidden
|
|
28748
|
+
*/
|
|
28749
|
+
_t(): void;
|
|
28694
28750
|
/**
|
|
28695
28751
|
* Resets the unfrozen pane settings to their defaults.
|
|
28696
28752
|
* <p class="body">
|
|
@@ -28733,6 +28789,14 @@ export declare class UnfrozenPaneSettings extends PaneSettingsBase {
|
|
|
28733
28789
|
* @throws [[ArgumentOutOfRangeException]] Thrown when the width specified is outside the valid width range (0 to 65535).
|
|
28734
28790
|
*/
|
|
28735
28791
|
leftPaneWidth: number;
|
|
28792
|
+
/**
|
|
28793
|
+
* @hidden
|
|
28794
|
+
*/
|
|
28795
|
+
readonly _ak: number;
|
|
28796
|
+
/**
|
|
28797
|
+
* @hidden
|
|
28798
|
+
*/
|
|
28799
|
+
private _ag;
|
|
28736
28800
|
/**
|
|
28737
28801
|
* Gets or sets the height of the top pane in twips (1/20th of a point).
|
|
28738
28802
|
* <p class="body">
|
|
@@ -28747,15 +28811,15 @@ export declare class UnfrozenPaneSettings extends PaneSettingsBase {
|
|
|
28747
28811
|
/**
|
|
28748
28812
|
* @hidden
|
|
28749
28813
|
*/
|
|
28750
|
-
private static
|
|
28814
|
+
private static _z;
|
|
28751
28815
|
/**
|
|
28752
28816
|
* @hidden
|
|
28753
28817
|
*/
|
|
28754
|
-
private static
|
|
28818
|
+
private static _y;
|
|
28755
28819
|
/**
|
|
28756
28820
|
* @hidden
|
|
28757
28821
|
*/
|
|
28758
|
-
private
|
|
28822
|
+
private _aq;
|
|
28759
28823
|
/**
|
|
28760
28824
|
* @hidden
|
|
28761
28825
|
*/
|
|
@@ -28763,7 +28827,7 @@ export declare class UnfrozenPaneSettings extends PaneSettingsBase {
|
|
|
28763
28827
|
/**
|
|
28764
28828
|
* @hidden
|
|
28765
28829
|
*/
|
|
28766
|
-
|
|
28830
|
+
_ar(a: number, b: number): void;
|
|
28767
28831
|
}
|
|
28768
28832
|
/**
|
|
28769
28833
|
* Abstract base class for all shapes that can display text.
|
|
@@ -30450,7 +30514,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
30450
30514
|
/**
|
|
30451
30515
|
* @hidden
|
|
30452
30516
|
*/
|
|
30453
|
-
private
|
|
30517
|
+
private _bv;
|
|
30454
30518
|
/**
|
|
30455
30519
|
* @hidden
|
|
30456
30520
|
*/
|
|
@@ -30466,11 +30530,11 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
30466
30530
|
/**
|
|
30467
30531
|
* @hidden
|
|
30468
30532
|
*/
|
|
30469
|
-
private
|
|
30533
|
+
private _bs;
|
|
30470
30534
|
/**
|
|
30471
30535
|
* @hidden
|
|
30472
30536
|
*/
|
|
30473
|
-
private
|
|
30537
|
+
private _bl;
|
|
30474
30538
|
/**
|
|
30475
30539
|
* Returns whether this class instance contains an array value.
|
|
30476
30540
|
* @return True if this instance class contains an array, else false.
|
|
@@ -30486,15 +30550,15 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
30486
30550
|
/**
|
|
30487
30551
|
* @hidden
|
|
30488
30552
|
*/
|
|
30489
|
-
readonly
|
|
30490
|
-
private
|
|
30553
|
+
readonly _t: boolean;
|
|
30554
|
+
private _y;
|
|
30491
30555
|
/**
|
|
30492
30556
|
* @hidden
|
|
30493
30557
|
*/
|
|
30494
30558
|
/**
|
|
30495
30559
|
* @hidden
|
|
30496
30560
|
*/
|
|
30497
|
-
|
|
30561
|
+
_z: boolean;
|
|
30498
30562
|
/**
|
|
30499
30563
|
* Convert this class instance's value to an [[ArrayProxy]] data type.
|
|
30500
30564
|
* @return An array equivalent to the value of this instance.
|
|
@@ -30542,27 +30606,27 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
30542
30606
|
/**
|
|
30543
30607
|
* @hidden
|
|
30544
30608
|
*/
|
|
30545
|
-
private static readonly
|
|
30609
|
+
private static readonly _ay;
|
|
30546
30610
|
/**
|
|
30547
30611
|
* @hidden
|
|
30548
30612
|
*/
|
|
30549
|
-
private static readonly
|
|
30613
|
+
private static readonly _ax;
|
|
30550
30614
|
/**
|
|
30551
30615
|
* @hidden
|
|
30552
30616
|
*/
|
|
30553
|
-
private static readonly
|
|
30617
|
+
private static readonly _aw;
|
|
30554
30618
|
/**
|
|
30555
30619
|
* @hidden
|
|
30556
30620
|
*/
|
|
30557
30621
|
static readonly _g: ExcelCalcValue;
|
|
30558
|
-
private
|
|
30622
|
+
private _bm;
|
|
30559
30623
|
constructor(value: any);
|
|
30560
30624
|
constructor();
|
|
30561
30625
|
constructor(..._rest: any[]);
|
|
30562
30626
|
/**
|
|
30563
30627
|
* @hidden
|
|
30564
30628
|
*/
|
|
30565
|
-
|
|
30629
|
+
_bu(a: any): void;
|
|
30566
30630
|
/**
|
|
30567
30631
|
* Convert this class instance's value to an int
|
|
30568
30632
|
* @return A signed 32-bit integer value containing the equivalent value of this instance
|
|
@@ -30588,7 +30652,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
30588
30652
|
/**
|
|
30589
30653
|
* @hidden
|
|
30590
30654
|
*/
|
|
30591
|
-
private
|
|
30655
|
+
private _bt;
|
|
30592
30656
|
/**
|
|
30593
30657
|
* Convert this instance's value to a [[IExcelCalcReference]].
|
|
30594
30658
|
* <p class="body">
|
|
@@ -30639,7 +30703,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
30639
30703
|
/**
|
|
30640
30704
|
* @hidden
|
|
30641
30705
|
*/
|
|
30642
|
-
static
|
|
30706
|
+
static _ab(a: any): boolean;
|
|
30643
30707
|
/**
|
|
30644
30708
|
* Returns whether this class instance contains a null value
|
|
30645
30709
|
* @return True if this instance class contains a null value, else false
|
|
@@ -30648,7 +30712,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
30648
30712
|
/**
|
|
30649
30713
|
* @hidden
|
|
30650
30714
|
*/
|
|
30651
|
-
static
|
|
30715
|
+
static _ad(a: any): boolean;
|
|
30652
30716
|
/**
|
|
30653
30717
|
* Returns whether this class instance contains a DBNull value
|
|
30654
30718
|
* @return True if this instance class contains a null value, else false
|
|
@@ -30662,7 +30726,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
30662
30726
|
/**
|
|
30663
30727
|
* @hidden
|
|
30664
30728
|
*/
|
|
30665
|
-
static
|
|
30729
|
+
static _ah(a: any): boolean;
|
|
30666
30730
|
/**
|
|
30667
30731
|
* Returns whether this class instance contains a boolean value
|
|
30668
30732
|
* @return True if this instance class contains a boolean, else false
|
|
@@ -30671,7 +30735,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
30671
30735
|
/**
|
|
30672
30736
|
* @hidden
|
|
30673
30737
|
*/
|
|
30674
|
-
static
|
|
30738
|
+
static _v(a: any): boolean;
|
|
30675
30739
|
/**
|
|
30676
30740
|
* Returns whether this class instance contains a DateTime value
|
|
30677
30741
|
* @return True if this instance class contains a DateTime, else false
|
|
@@ -30688,6 +30752,10 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
30688
30752
|
* @return True if the values are the same; otherwise false is returned.
|
|
30689
30753
|
*/
|
|
30690
30754
|
static areValuesEqual(x: ExcelCalcValue, y: ExcelCalcValue): boolean;
|
|
30755
|
+
/**
|
|
30756
|
+
* @hidden
|
|
30757
|
+
*/
|
|
30758
|
+
static _p(a: ExcelCalcValue, b: ExcelCalcValue): boolean;
|
|
30691
30759
|
/**
|
|
30692
30760
|
* @hidden
|
|
30693
30761
|
*/
|
|
@@ -30717,7 +30785,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
30717
30785
|
/**
|
|
30718
30786
|
* @hidden
|
|
30719
30787
|
*/
|
|
30720
|
-
static
|
|
30788
|
+
static _a5(a: ExcelCalcValue, b: any, c: ExcelCalcValue, d: any): number;
|
|
30721
30789
|
/**
|
|
30722
30790
|
* Indicates if the specified [[ExcelCalcValue]] has the save [[value]] as this instance.
|
|
30723
30791
|
* @param value [[ExcelCalcValue]] to compare against.
|
|
@@ -30727,7 +30795,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
30727
30795
|
/**
|
|
30728
30796
|
* @hidden
|
|
30729
30797
|
*/
|
|
30730
|
-
|
|
30798
|
+
_ai(a: IFormatProvider): boolean;
|
|
30731
30799
|
/**
|
|
30732
30800
|
* Gets the resolved value of the reference. This method will walk down the reference chain recursively to get the resolved value of the reference that is not just another reference.
|
|
30733
30801
|
* @return
|
|
@@ -30778,7 +30846,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
30778
30846
|
/**
|
|
30779
30847
|
* @hidden
|
|
30780
30848
|
*/
|
|
30781
|
-
|
|
30849
|
+
_ap(a: any, b: number, c: IFormatProvider, d: BaseError): {
|
|
30782
30850
|
ret: boolean;
|
|
30783
30851
|
p1: number;
|
|
30784
30852
|
p3: BaseError;
|
|
@@ -30808,7 +30876,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
30808
30876
|
/**
|
|
30809
30877
|
* @hidden
|
|
30810
30878
|
*/
|
|
30811
|
-
|
|
30879
|
+
_ak(a: IFormatProvider, b: Date, c?: boolean, d?: boolean): {
|
|
30812
30880
|
ret: boolean;
|
|
30813
30881
|
p1: Date;
|
|
30814
30882
|
};
|
|
@@ -30914,7 +30982,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
30914
30982
|
/**
|
|
30915
30983
|
* @hidden
|
|
30916
30984
|
*/
|
|
30917
|
-
|
|
30985
|
+
_bq(a: any, b: IFormatProvider): string;
|
|
30918
30986
|
/**
|
|
30919
30987
|
* Convert this class instance's value to a byte data type
|
|
30920
30988
|
* <p class="body">
|
|
@@ -31016,7 +31084,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
31016
31084
|
/**
|
|
31017
31085
|
* @hidden
|
|
31018
31086
|
*/
|
|
31019
|
-
private
|
|
31087
|
+
private _am;
|
|
31020
31088
|
/**
|
|
31021
31089
|
* Converts a DateTime to Excel's numerical representation of a date.
|
|
31022
31090
|
* <p class="body">
|
|
@@ -31045,7 +31113,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
31045
31113
|
/**
|
|
31046
31114
|
* @hidden
|
|
31047
31115
|
*/
|
|
31048
|
-
static
|
|
31116
|
+
static _bc(a: Date, b: boolean, c: boolean): Nullable$1<number>;
|
|
31049
31117
|
/**
|
|
31050
31118
|
* Converts Excel's numerical representation of a date to a DateTime.
|
|
31051
31119
|
* <p class="body">
|
|
@@ -31074,15 +31142,15 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
31074
31142
|
/**
|
|
31075
31143
|
* @hidden
|
|
31076
31144
|
*/
|
|
31077
|
-
static
|
|
31145
|
+
static _bf(a: Workbook, b: number, c: boolean, d: boolean): Nullable$1<Date>;
|
|
31078
31146
|
/**
|
|
31079
31147
|
* @hidden
|
|
31080
31148
|
*/
|
|
31081
|
-
static
|
|
31149
|
+
static _br(a: number, b?: boolean): number;
|
|
31082
31150
|
/**
|
|
31083
31151
|
* @hidden
|
|
31084
31152
|
*/
|
|
31085
|
-
static
|
|
31153
|
+
static _az(a: number, b?: boolean): number;
|
|
31086
31154
|
/**
|
|
31087
31155
|
* @hidden
|
|
31088
31156
|
*/
|
|
@@ -31090,27 +31158,27 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
31090
31158
|
/**
|
|
31091
31159
|
* @hidden
|
|
31092
31160
|
*/
|
|
31093
|
-
|
|
31161
|
+
_bk(a: boolean, b: boolean): any;
|
|
31094
31162
|
/**
|
|
31095
31163
|
* @hidden
|
|
31096
31164
|
*/
|
|
31097
|
-
private
|
|
31165
|
+
private _bh;
|
|
31098
31166
|
/**
|
|
31099
31167
|
* @hidden
|
|
31100
31168
|
*/
|
|
31101
|
-
private
|
|
31169
|
+
private _bi;
|
|
31102
31170
|
/**
|
|
31103
31171
|
* @hidden
|
|
31104
31172
|
*/
|
|
31105
|
-
static readonly
|
|
31173
|
+
static readonly _ar: boolean;
|
|
31106
31174
|
/**
|
|
31107
31175
|
* @hidden
|
|
31108
31176
|
*/
|
|
31109
|
-
static readonly
|
|
31177
|
+
static readonly _aq: boolean;
|
|
31110
31178
|
/**
|
|
31111
31179
|
* @hidden
|
|
31112
31180
|
*/
|
|
31113
|
-
readonly
|
|
31181
|
+
readonly _a1: CultureInfo;
|
|
31114
31182
|
}
|
|
31115
31183
|
/**
|
|
31116
31184
|
* Represents a two-dimensional array of [[ExcelCalcValue]] instances used in calculations.
|
|
@@ -34034,38 +34102,38 @@ export declare class WorksheetDisplayOptions extends DisplayOptions {
|
|
|
34034
34102
|
/**
|
|
34035
34103
|
* @hidden
|
|
34036
34104
|
*/
|
|
34037
|
-
private static readonly
|
|
34105
|
+
private static readonly _b8;
|
|
34038
34106
|
/**
|
|
34039
34107
|
* @hidden
|
|
34040
34108
|
*/
|
|
34041
|
-
private static readonly
|
|
34109
|
+
private static readonly _cb;
|
|
34042
34110
|
/**
|
|
34043
34111
|
* @hidden
|
|
34044
34112
|
*/
|
|
34045
|
-
private static readonly
|
|
34113
|
+
private static readonly _ce;
|
|
34046
34114
|
/**
|
|
34047
34115
|
* @hidden
|
|
34048
34116
|
*/
|
|
34049
|
-
private static readonly
|
|
34117
|
+
private static readonly _cg;
|
|
34050
34118
|
/**
|
|
34051
34119
|
* @hidden
|
|
34052
34120
|
*/
|
|
34053
|
-
private static readonly
|
|
34121
|
+
private static readonly _ch;
|
|
34054
34122
|
/**
|
|
34055
34123
|
* @hidden
|
|
34056
34124
|
*/
|
|
34057
|
-
private static readonly
|
|
34125
|
+
private static readonly _cf;
|
|
34058
34126
|
/**
|
|
34059
34127
|
* @hidden
|
|
34060
34128
|
*/
|
|
34061
|
-
private static readonly
|
|
34062
|
-
private
|
|
34063
|
-
private
|
|
34064
|
-
private
|
|
34129
|
+
private static readonly _bu;
|
|
34130
|
+
private _b6;
|
|
34131
|
+
private _b9;
|
|
34132
|
+
private _cc;
|
|
34133
|
+
private _bz;
|
|
34134
|
+
private _b1;
|
|
34065
34135
|
private _by;
|
|
34066
|
-
private
|
|
34067
|
-
private _bx;
|
|
34068
|
-
private _b2;
|
|
34136
|
+
private _b3;
|
|
34069
34137
|
constructor(a: Worksheet, b: boolean);
|
|
34070
34138
|
/**
|
|
34071
34139
|
* @hidden
|
|
@@ -34093,23 +34161,23 @@ export declare class WorksheetDisplayOptions extends DisplayOptions {
|
|
|
34093
34161
|
/**
|
|
34094
34162
|
* @hidden
|
|
34095
34163
|
*/
|
|
34096
|
-
|
|
34164
|
+
_br(a: WorksheetView): void;
|
|
34097
34165
|
/**
|
|
34098
34166
|
* @hidden
|
|
34099
34167
|
*/
|
|
34100
|
-
private static
|
|
34168
|
+
private static _bw;
|
|
34101
34169
|
/**
|
|
34102
34170
|
* @hidden
|
|
34103
34171
|
*/
|
|
34104
|
-
private static
|
|
34172
|
+
private static _bv;
|
|
34105
34173
|
/**
|
|
34106
34174
|
* @hidden
|
|
34107
34175
|
*/
|
|
34108
|
-
private
|
|
34176
|
+
private _b5;
|
|
34109
34177
|
/**
|
|
34110
34178
|
* @hidden
|
|
34111
34179
|
*/
|
|
34112
|
-
private
|
|
34180
|
+
private _ci;
|
|
34113
34181
|
/**
|
|
34114
34182
|
* Gets or sets the magnification level of the worksheet when it is displayed in normal view.
|
|
34115
34183
|
* <p class="body">
|
|
@@ -34191,7 +34259,7 @@ export declare class WorksheetDisplayOptions extends DisplayOptions {
|
|
|
34191
34259
|
/**
|
|
34192
34260
|
* @hidden
|
|
34193
34261
|
*/
|
|
34194
|
-
|
|
34262
|
+
_b4: number;
|
|
34195
34263
|
}
|
|
34196
34264
|
/**
|
|
34197
34265
|
* @hidden
|
|
@@ -34286,7 +34354,7 @@ export declare abstract class WorkbookSaveManager extends WorkbookSerializationM
|
|
|
34286
34354
|
_visitFontColorFilter$i(a: FontColorFilter, b: boolean): WorksheetCellFormatData;
|
|
34287
34355
|
abstract _a8(a: WorksheetCellFormatData): number;
|
|
34288
34356
|
abstract _a9(a: WorkbookStyle): number;
|
|
34289
|
-
abstract
|
|
34357
|
+
abstract _bn(): void;
|
|
34290
34358
|
protected abstract _p(): WorkItem;
|
|
34291
34359
|
_bc(a: WorksheetCellFormatData): number;
|
|
34292
34360
|
_bf(a: WorkbookFontProxy, b: IWorkbookFontDefaultsResolver): void;
|
|
@@ -34315,40 +34383,41 @@ export declare abstract class WorkbookSaveManager extends WorkbookSerializationM
|
|
|
34315
34383
|
_aa(a: WorksheetTableStyle): SortedList$2<WorksheetTableStyleArea, number>;
|
|
34316
34384
|
_af(a: Worksheet): boolean;
|
|
34317
34385
|
_o(): WorkItem;
|
|
34318
|
-
static
|
|
34386
|
+
static _b8(a: WorksheetHyperlink, b: string, c: string, d: string): {
|
|
34319
34387
|
p1: string;
|
|
34320
34388
|
p2: string;
|
|
34321
34389
|
p3: string;
|
|
34322
34390
|
};
|
|
34323
|
-
protected
|
|
34324
|
-
protected
|
|
34391
|
+
protected _br(a: IWorksheetImage): void;
|
|
34392
|
+
protected _b7(a: WorksheetShape): {
|
|
34325
34393
|
p0?: WorksheetShape;
|
|
34326
34394
|
};
|
|
34327
|
-
protected _bn(a: Worksheet): void;
|
|
34328
34395
|
protected _bo(a: Worksheet): void;
|
|
34396
|
+
protected _bp(a: Worksheet): void;
|
|
34329
34397
|
private _bg;
|
|
34330
34398
|
private static _at;
|
|
34331
|
-
|
|
34332
|
-
private
|
|
34333
|
-
private _br;
|
|
34399
|
+
_bm(a: FormattedText, b: IWorkbookFontDefaultsResolver): void;
|
|
34400
|
+
private _bq;
|
|
34334
34401
|
private _bs;
|
|
34335
|
-
_bt
|
|
34336
|
-
|
|
34337
|
-
private _bj;
|
|
34402
|
+
private _bt;
|
|
34403
|
+
_bu(): void;
|
|
34338
34404
|
private _bv;
|
|
34405
|
+
private _bj;
|
|
34339
34406
|
private _bw;
|
|
34340
34407
|
private _bx;
|
|
34341
|
-
private _bz;
|
|
34342
34408
|
private _by;
|
|
34343
|
-
private _bk;
|
|
34344
34409
|
private _b0;
|
|
34410
|
+
private _bz;
|
|
34411
|
+
private _bk;
|
|
34345
34412
|
private _b1;
|
|
34413
|
+
private _bl;
|
|
34414
|
+
private _b2;
|
|
34346
34415
|
private _ah;
|
|
34347
34416
|
private _v;
|
|
34348
|
-
private _b2;
|
|
34349
34417
|
private _b3;
|
|
34350
34418
|
private _b4;
|
|
34351
34419
|
private _b5;
|
|
34420
|
+
private _b6;
|
|
34352
34421
|
protected abstract readonly _ai: boolean;
|
|
34353
34422
|
readonly _bd: number;
|
|
34354
34423
|
readonly _au: Dictionary$2<StringBuilder, number>;
|
|
@@ -42531,23 +42600,23 @@ export declare abstract class DynamicValuesFilter extends Filter {
|
|
|
42531
42600
|
/**
|
|
42532
42601
|
* @hidden
|
|
42533
42602
|
*/
|
|
42534
|
-
static
|
|
42603
|
+
static _m(a: WorkbookLoadManager, b: IFilterable, c: ST_DynamicFilterType, d: Nullable$1<number>, e: Nullable$1<number>): DynamicValuesFilter;
|
|
42535
42604
|
/**
|
|
42536
42605
|
* @hidden
|
|
42537
42606
|
*/
|
|
42538
|
-
static
|
|
42607
|
+
static _l(a: IFilterable, b: ST_DynamicFilterType, c: Nullable$1<number>, d: Nullable$1<Date>, e: Nullable$1<Date>): DynamicValuesFilter;
|
|
42539
42608
|
/**
|
|
42540
42609
|
* @hidden
|
|
42541
42610
|
*/
|
|
42542
|
-
private static
|
|
42611
|
+
private static _p;
|
|
42543
42612
|
/**
|
|
42544
42613
|
* @hidden
|
|
42545
42614
|
*/
|
|
42546
|
-
readonly
|
|
42615
|
+
readonly _o: number;
|
|
42547
42616
|
/**
|
|
42548
42617
|
* @hidden
|
|
42549
42618
|
*/
|
|
42550
|
-
abstract readonly
|
|
42619
|
+
abstract readonly _n: ST_DynamicFilterType;
|
|
42551
42620
|
}
|
|
42552
42621
|
/**
|
|
42553
42622
|
* Represents a filter which can filter data based on whether the data is below or above the average of the entire data range.
|
|
@@ -42558,40 +42627,44 @@ export declare class AverageFilter extends DynamicValuesFilter {
|
|
|
42558
42627
|
/**
|
|
42559
42628
|
* @hidden
|
|
42560
42629
|
*/
|
|
42561
|
-
private static readonly
|
|
42630
|
+
private static readonly _y;
|
|
42562
42631
|
/**
|
|
42563
42632
|
* @hidden
|
|
42564
42633
|
*/
|
|
42565
|
-
private static readonly
|
|
42634
|
+
private static readonly _x;
|
|
42566
42635
|
/**
|
|
42567
42636
|
* @hidden
|
|
42568
42637
|
*/
|
|
42569
|
-
private static readonly
|
|
42570
|
-
private
|
|
42571
|
-
private
|
|
42638
|
+
private static readonly _q;
|
|
42639
|
+
private _v;
|
|
42640
|
+
private _t;
|
|
42572
42641
|
constructor(a: number, b: IFilterable, c: AverageFilterType);
|
|
42573
42642
|
constructor(a: number, b: IFilterable, c: AverageFilterType, d: number);
|
|
42574
42643
|
constructor(a: number, ..._rest: any[]);
|
|
42575
42644
|
/**
|
|
42576
42645
|
* @hidden
|
|
42577
42646
|
*/
|
|
42578
|
-
|
|
42647
|
+
_a(a: IFilterable): Filter;
|
|
42648
|
+
/**
|
|
42649
|
+
* @hidden
|
|
42650
|
+
*/
|
|
42651
|
+
_e(a: Filter): boolean;
|
|
42579
42652
|
/**
|
|
42580
42653
|
* @hidden
|
|
42581
42654
|
*/
|
|
42582
|
-
|
|
42655
|
+
_f(a: Worksheet, b: WorksheetRow, c: number, d: number): boolean;
|
|
42583
42656
|
/**
|
|
42584
42657
|
* @hidden
|
|
42585
42658
|
*/
|
|
42586
|
-
|
|
42659
|
+
_g(a: Worksheet, b: number, c: number, d: number): boolean;
|
|
42587
42660
|
/**
|
|
42588
42661
|
* @hidden
|
|
42589
42662
|
*/
|
|
42590
|
-
protected
|
|
42663
|
+
protected get__n(): ST_DynamicFilterType;
|
|
42591
42664
|
/**
|
|
42592
42665
|
* @hidden
|
|
42593
42666
|
*/
|
|
42594
|
-
readonly
|
|
42667
|
+
readonly _n: ST_DynamicFilterType;
|
|
42595
42668
|
/**
|
|
42596
42669
|
* Gets the average that was computed the last time the filter was applied or 0 if any errors or all non-numeric values
|
|
42597
42670
|
* were found when applying the filter.
|
|
@@ -42606,15 +42679,15 @@ export declare class AverageFilter extends DynamicValuesFilter {
|
|
|
42606
42679
|
/**
|
|
42607
42680
|
* @hidden
|
|
42608
42681
|
*/
|
|
42609
|
-
private
|
|
42682
|
+
private _z;
|
|
42610
42683
|
/**
|
|
42611
42684
|
* @hidden
|
|
42612
42685
|
*/
|
|
42613
|
-
private static
|
|
42686
|
+
private static _s;
|
|
42614
42687
|
/**
|
|
42615
42688
|
* @hidden
|
|
42616
42689
|
*/
|
|
42617
|
-
private static
|
|
42690
|
+
private static _r;
|
|
42618
42691
|
}
|
|
42619
42692
|
/**
|
|
42620
42693
|
* A filter condition used in a [[CustomFilter]].
|
|
@@ -42701,10 +42774,6 @@ export declare class CustomFilterCondition extends Base {
|
|
|
42701
42774
|
*/
|
|
42702
42775
|
export declare class CustomFilter extends Filter {
|
|
42703
42776
|
static $t: Type;
|
|
42704
|
-
/**
|
|
42705
|
-
* @hidden
|
|
42706
|
-
*/
|
|
42707
|
-
private static readonly _t;
|
|
42708
42777
|
/**
|
|
42709
42778
|
* @hidden
|
|
42710
42779
|
*/
|
|
@@ -42720,25 +42789,33 @@ export declare class CustomFilter extends Filter {
|
|
|
42720
42789
|
/**
|
|
42721
42790
|
* @hidden
|
|
42722
42791
|
*/
|
|
42723
|
-
private static readonly
|
|
42724
|
-
|
|
42792
|
+
private static readonly _x;
|
|
42793
|
+
/**
|
|
42794
|
+
* @hidden
|
|
42795
|
+
*/
|
|
42796
|
+
private static readonly _l;
|
|
42725
42797
|
private _q;
|
|
42726
|
-
private
|
|
42798
|
+
private _r;
|
|
42799
|
+
private _o;
|
|
42727
42800
|
constructor(a: number, b: IFilterable, c: CustomFilterCondition);
|
|
42728
42801
|
constructor(a: number, b: IFilterable, c: CustomFilterCondition, d: CustomFilterCondition, e: ConditionalOperator);
|
|
42729
42802
|
constructor(a: number, ..._rest: any[]);
|
|
42730
42803
|
/**
|
|
42731
42804
|
* @hidden
|
|
42732
42805
|
*/
|
|
42733
|
-
|
|
42806
|
+
_a(a: IFilterable): Filter;
|
|
42734
42807
|
/**
|
|
42735
42808
|
* @hidden
|
|
42736
42809
|
*/
|
|
42737
|
-
_e(a:
|
|
42810
|
+
_e(a: Filter): boolean;
|
|
42738
42811
|
/**
|
|
42739
42812
|
* @hidden
|
|
42740
42813
|
*/
|
|
42741
|
-
|
|
42814
|
+
_f(a: Worksheet, b: WorksheetRow, c: number, d: number): boolean;
|
|
42815
|
+
/**
|
|
42816
|
+
* @hidden
|
|
42817
|
+
*/
|
|
42818
|
+
_h(a: boolean, b: IList$1<string>): {
|
|
42742
42819
|
ret: boolean;
|
|
42743
42820
|
p0: boolean;
|
|
42744
42821
|
p1: IList$1<string>;
|
|
@@ -42760,7 +42837,7 @@ export declare class CustomFilter extends Filter {
|
|
|
42760
42837
|
/**
|
|
42761
42838
|
* @hidden
|
|
42762
42839
|
*/
|
|
42763
|
-
private
|
|
42840
|
+
private _y;
|
|
42764
42841
|
/**
|
|
42765
42842
|
* Gets or sets the second condition by which to filter the cells in the data range.
|
|
42766
42843
|
* <p class="body">
|
|
@@ -42778,7 +42855,7 @@ export declare class CustomFilter extends Filter {
|
|
|
42778
42855
|
/**
|
|
42779
42856
|
* @hidden
|
|
42780
42857
|
*/
|
|
42781
|
-
private
|
|
42858
|
+
private _z;
|
|
42782
42859
|
/**
|
|
42783
42860
|
* Gets or sets the operator which defines how to logically combine [[condition1]] and [[condition2]]
|
|
42784
42861
|
* <p class="body">
|
|
@@ -42795,15 +42872,15 @@ export declare class CustomFilter extends Filter {
|
|
|
42795
42872
|
/**
|
|
42796
42873
|
* @hidden
|
|
42797
42874
|
*/
|
|
42798
|
-
private
|
|
42875
|
+
private _aa;
|
|
42799
42876
|
/**
|
|
42800
42877
|
* @hidden
|
|
42801
42878
|
*/
|
|
42802
|
-
private static
|
|
42879
|
+
private static _n;
|
|
42803
42880
|
/**
|
|
42804
42881
|
* @hidden
|
|
42805
42882
|
*/
|
|
42806
|
-
private static
|
|
42883
|
+
private static _m;
|
|
42807
42884
|
}
|
|
42808
42885
|
/**
|
|
42809
42886
|
* Represents a filter which can filter dates in a specific period.
|
|
@@ -42819,50 +42896,54 @@ export declare class DatePeriodFilter extends DynamicValuesFilter {
|
|
|
42819
42896
|
/**
|
|
42820
42897
|
* @hidden
|
|
42821
42898
|
*/
|
|
42822
|
-
private static readonly
|
|
42899
|
+
private static readonly _x;
|
|
42823
42900
|
/**
|
|
42824
42901
|
* @hidden
|
|
42825
42902
|
*/
|
|
42826
|
-
private static readonly
|
|
42903
|
+
private static readonly _z;
|
|
42827
42904
|
/**
|
|
42828
42905
|
* @hidden
|
|
42829
42906
|
*/
|
|
42830
|
-
private static readonly
|
|
42907
|
+
private static readonly _w;
|
|
42831
42908
|
/**
|
|
42832
42909
|
* @hidden
|
|
42833
42910
|
*/
|
|
42834
|
-
private static readonly
|
|
42835
|
-
private
|
|
42836
|
-
private
|
|
42911
|
+
private static readonly _q;
|
|
42912
|
+
private _t;
|
|
42913
|
+
private _v;
|
|
42837
42914
|
constructor(a: IFilterable, b: DatePeriodFilterType, c: number);
|
|
42838
42915
|
/**
|
|
42839
42916
|
* @hidden
|
|
42840
42917
|
*/
|
|
42841
|
-
|
|
42918
|
+
_a(a: IFilterable): Filter;
|
|
42842
42919
|
/**
|
|
42843
42920
|
* @hidden
|
|
42844
42921
|
*/
|
|
42845
|
-
_e(a:
|
|
42922
|
+
_e(a: Filter): boolean;
|
|
42846
42923
|
/**
|
|
42847
42924
|
* @hidden
|
|
42848
42925
|
*/
|
|
42849
|
-
|
|
42926
|
+
_f(a: Worksheet, b: WorksheetRow, c: number, d: number): boolean;
|
|
42850
42927
|
/**
|
|
42851
42928
|
* @hidden
|
|
42852
42929
|
*/
|
|
42853
|
-
|
|
42930
|
+
protected get__n(): ST_DynamicFilterType;
|
|
42854
42931
|
/**
|
|
42855
42932
|
* @hidden
|
|
42856
42933
|
*/
|
|
42857
|
-
|
|
42934
|
+
readonly _n: ST_DynamicFilterType;
|
|
42858
42935
|
/**
|
|
42859
42936
|
* @hidden
|
|
42860
42937
|
*/
|
|
42861
|
-
private static
|
|
42938
|
+
private static _s;
|
|
42862
42939
|
/**
|
|
42863
42940
|
* @hidden
|
|
42864
42941
|
*/
|
|
42865
|
-
private static
|
|
42942
|
+
private static _r;
|
|
42943
|
+
/**
|
|
42944
|
+
* @hidden
|
|
42945
|
+
*/
|
|
42946
|
+
private static _ac;
|
|
42866
42947
|
/**
|
|
42867
42948
|
* Gets or sets the type of date period to filter in.
|
|
42868
42949
|
* Month to filter in dates in a specific month of any year; Quarter to filter in dates in a specific quarter of any year.
|
|
@@ -42875,7 +42956,7 @@ export declare class DatePeriodFilter extends DynamicValuesFilter {
|
|
|
42875
42956
|
/**
|
|
42876
42957
|
* @hidden
|
|
42877
42958
|
*/
|
|
42878
|
-
private
|
|
42959
|
+
private _aa;
|
|
42879
42960
|
/**
|
|
42880
42961
|
* Gets or sets the 1-based value of the month or quarter to filter in.
|
|
42881
42962
|
* <p class="body">
|
|
@@ -42891,7 +42972,7 @@ export declare class DatePeriodFilter extends DynamicValuesFilter {
|
|
|
42891
42972
|
/**
|
|
42892
42973
|
* @hidden
|
|
42893
42974
|
*/
|
|
42894
|
-
private
|
|
42975
|
+
private _ab;
|
|
42895
42976
|
}
|
|
42896
42977
|
/**
|
|
42897
42978
|
* Abstract base class for filters which filter dates based on whether they are within a specified range of dates or not.
|
|
@@ -42900,32 +42981,32 @@ export declare class DatePeriodFilter extends DynamicValuesFilter {
|
|
|
42900
42981
|
*/
|
|
42901
42982
|
export declare abstract class DateRangeFilter extends DynamicValuesFilter {
|
|
42902
42983
|
static $t: Type;
|
|
42984
|
+
private _s;
|
|
42903
42985
|
private _q;
|
|
42904
|
-
private
|
|
42905
|
-
private _r;
|
|
42986
|
+
private _t;
|
|
42906
42987
|
constructor(a: number, b: IFilterable);
|
|
42907
42988
|
constructor(a: number, b: IFilterable, c: Date, d: Date);
|
|
42908
42989
|
constructor(a: number, ..._rest: any[]);
|
|
42909
42990
|
/**
|
|
42910
42991
|
* @hidden
|
|
42911
42992
|
*/
|
|
42912
|
-
|
|
42993
|
+
_e(a: Filter): boolean;
|
|
42913
42994
|
/**
|
|
42914
42995
|
* @hidden
|
|
42915
42996
|
*/
|
|
42916
|
-
|
|
42997
|
+
_f(a: Worksheet, b: WorksheetRow, c: number, d: number): boolean;
|
|
42917
42998
|
/**
|
|
42918
42999
|
* @hidden
|
|
42919
43000
|
*/
|
|
42920
|
-
|
|
43001
|
+
_g(a: Worksheet, b: number, c: number, d: number): boolean;
|
|
42921
43002
|
/**
|
|
42922
43003
|
* @hidden
|
|
42923
43004
|
*/
|
|
42924
|
-
|
|
43005
|
+
_w(): void;
|
|
42925
43006
|
/**
|
|
42926
43007
|
* @hidden
|
|
42927
43008
|
*/
|
|
42928
|
-
abstract
|
|
43009
|
+
abstract _x(a: Date, b: Date): {
|
|
42929
43010
|
p0: Date;
|
|
42930
43011
|
p1: Date;
|
|
42931
43012
|
};
|
|
@@ -42934,6 +43015,10 @@ export declare abstract class DateRangeFilter extends DynamicValuesFilter {
|
|
|
42934
43015
|
* @see [[start]]
|
|
42935
43016
|
*/
|
|
42936
43017
|
readonly end: Date;
|
|
43018
|
+
/**
|
|
43019
|
+
* @hidden
|
|
43020
|
+
*/
|
|
43021
|
+
readonly _r: boolean;
|
|
42937
43022
|
/**
|
|
42938
43023
|
* Gets the inclusive start date of the filtered in date range.
|
|
42939
43024
|
* @see [[end]]
|
|
@@ -42964,16 +43049,16 @@ export declare class FillFilter extends Filter implements IColorFilter {
|
|
|
42964
43049
|
/**
|
|
42965
43050
|
* @hidden
|
|
42966
43051
|
*/
|
|
42967
|
-
private static readonly
|
|
43052
|
+
private static readonly _r;
|
|
42968
43053
|
/**
|
|
42969
43054
|
* @hidden
|
|
42970
43055
|
*/
|
|
42971
|
-
private static readonly
|
|
43056
|
+
private static readonly _s;
|
|
42972
43057
|
/**
|
|
42973
43058
|
* @hidden
|
|
42974
43059
|
*/
|
|
42975
|
-
private static readonly
|
|
42976
|
-
private
|
|
43060
|
+
private static readonly _l;
|
|
43061
|
+
private _n;
|
|
42977
43062
|
constructor(a: IFilterable, b: CellFill);
|
|
42978
43063
|
/**
|
|
42979
43064
|
* @hidden
|
|
@@ -42986,23 +43071,27 @@ export declare class FillFilter extends Filter implements IColorFilter {
|
|
|
42986
43071
|
/**
|
|
42987
43072
|
* @hidden
|
|
42988
43073
|
*/
|
|
42989
|
-
|
|
43074
|
+
_a(a: IFilterable): Filter;
|
|
42990
43075
|
/**
|
|
42991
43076
|
* @hidden
|
|
42992
43077
|
*/
|
|
42993
|
-
_e(a:
|
|
43078
|
+
_e(a: Filter): boolean;
|
|
42994
43079
|
/**
|
|
42995
43080
|
* @hidden
|
|
42996
43081
|
*/
|
|
42997
|
-
|
|
43082
|
+
_f(a: Worksheet, b: WorksheetRow, c: number, d: number): boolean;
|
|
42998
43083
|
/**
|
|
42999
43084
|
* @hidden
|
|
43000
43085
|
*/
|
|
43001
|
-
|
|
43086
|
+
static _q(a: WorksheetTableColumn, b: WorksheetCellFormatData): FillFilter;
|
|
43002
43087
|
/**
|
|
43003
43088
|
* @hidden
|
|
43004
43089
|
*/
|
|
43005
|
-
private static
|
|
43090
|
+
private static _p;
|
|
43091
|
+
/**
|
|
43092
|
+
* @hidden
|
|
43093
|
+
*/
|
|
43094
|
+
private static _m;
|
|
43006
43095
|
/**
|
|
43007
43096
|
* Gets or sets the [[CellFill]] by which the cells should be filtered.
|
|
43008
43097
|
* <p class="body">
|
|
@@ -43017,7 +43106,7 @@ export declare class FillFilter extends Filter implements IColorFilter {
|
|
|
43017
43106
|
/**
|
|
43018
43107
|
* @hidden
|
|
43019
43108
|
*/
|
|
43020
|
-
private
|
|
43109
|
+
private _t;
|
|
43021
43110
|
}
|
|
43022
43111
|
/**
|
|
43023
43112
|
* Represents a fixed range of dates.
|
|
@@ -43270,37 +43359,41 @@ export declare class FixedValuesFilter extends Filter {
|
|
|
43270
43359
|
/**
|
|
43271
43360
|
* @hidden
|
|
43272
43361
|
*/
|
|
43273
|
-
private static readonly
|
|
43362
|
+
private static readonly _aa;
|
|
43274
43363
|
/**
|
|
43275
43364
|
* @hidden
|
|
43276
43365
|
*/
|
|
43277
|
-
private static readonly
|
|
43366
|
+
private static readonly _ad;
|
|
43278
43367
|
/**
|
|
43279
43368
|
* @hidden
|
|
43280
43369
|
*/
|
|
43281
|
-
private static readonly
|
|
43370
|
+
private static readonly _ae;
|
|
43282
43371
|
/**
|
|
43283
43372
|
* @hidden
|
|
43284
43373
|
*/
|
|
43285
|
-
private static readonly
|
|
43286
|
-
private
|
|
43287
|
-
private
|
|
43288
|
-
private
|
|
43289
|
-
private
|
|
43290
|
-
private
|
|
43374
|
+
private static readonly _l;
|
|
43375
|
+
private _y;
|
|
43376
|
+
private _q;
|
|
43377
|
+
private _s;
|
|
43378
|
+
private _o;
|
|
43379
|
+
private _u;
|
|
43291
43380
|
constructor(a: IFilterable);
|
|
43292
43381
|
/**
|
|
43293
43382
|
* @hidden
|
|
43294
43383
|
*/
|
|
43295
|
-
|
|
43384
|
+
_a(a: IFilterable): Filter;
|
|
43296
43385
|
/**
|
|
43297
43386
|
* @hidden
|
|
43298
43387
|
*/
|
|
43299
|
-
_e(a:
|
|
43388
|
+
_e(a: Filter): boolean;
|
|
43300
43389
|
/**
|
|
43301
43390
|
* @hidden
|
|
43302
43391
|
*/
|
|
43303
|
-
|
|
43392
|
+
_f(a: Worksheet, b: WorksheetRow, c: number, d: number): boolean;
|
|
43393
|
+
/**
|
|
43394
|
+
* @hidden
|
|
43395
|
+
*/
|
|
43396
|
+
_h(a: boolean, b: IList$1<string>): {
|
|
43304
43397
|
ret: boolean;
|
|
43305
43398
|
p0: boolean;
|
|
43306
43399
|
p1: IList$1<string>;
|
|
@@ -43308,22 +43401,22 @@ export declare class FixedValuesFilter extends Filter {
|
|
|
43308
43401
|
/**
|
|
43309
43402
|
* @hidden
|
|
43310
43403
|
*/
|
|
43311
|
-
|
|
43404
|
+
_ab(): number;
|
|
43312
43405
|
/**
|
|
43313
43406
|
* @hidden
|
|
43314
43407
|
*/
|
|
43315
|
-
|
|
43408
|
+
_ac(a: boolean, b: IList$1<string>): {
|
|
43316
43409
|
ret: number;
|
|
43317
43410
|
p1: IList$1<string>;
|
|
43318
43411
|
};
|
|
43319
43412
|
/**
|
|
43320
43413
|
* @hidden
|
|
43321
43414
|
*/
|
|
43322
|
-
private static
|
|
43415
|
+
private static _n;
|
|
43323
43416
|
/**
|
|
43324
43417
|
* @hidden
|
|
43325
43418
|
*/
|
|
43326
|
-
private static
|
|
43419
|
+
private static _m;
|
|
43327
43420
|
/**
|
|
43328
43421
|
* Gets or sets the calendar type used to interpret values in the [[dateGroups]] collection.
|
|
43329
43422
|
* @throws [[InvalidEnumArgumentException]] The value assigned is not defined in the [[calendarType]] enumeration.
|
|
@@ -43332,7 +43425,7 @@ export declare class FixedValuesFilter extends Filter {
|
|
|
43332
43425
|
/**
|
|
43333
43426
|
* @hidden
|
|
43334
43427
|
*/
|
|
43335
|
-
private
|
|
43428
|
+
private _af;
|
|
43336
43429
|
/**
|
|
43337
43430
|
* Gets or sets the fixed date group at the specified index.
|
|
43338
43431
|
* @param index The 0-based index of the value to get or set.
|
|
@@ -43386,19 +43479,19 @@ export declare class FixedValuesFilter extends Filter {
|
|
|
43386
43479
|
/**
|
|
43387
43480
|
* @hidden
|
|
43388
43481
|
*/
|
|
43389
|
-
private
|
|
43482
|
+
private _w;
|
|
43390
43483
|
/**
|
|
43391
43484
|
* @hidden
|
|
43392
43485
|
*/
|
|
43393
|
-
private
|
|
43486
|
+
private _ag;
|
|
43394
43487
|
/**
|
|
43395
43488
|
* @hidden
|
|
43396
43489
|
*/
|
|
43397
|
-
readonly
|
|
43490
|
+
readonly _z: Calendar;
|
|
43398
43491
|
/**
|
|
43399
43492
|
* @hidden
|
|
43400
43493
|
*/
|
|
43401
|
-
readonly
|
|
43494
|
+
readonly _x: boolean;
|
|
43402
43495
|
}
|
|
43403
43496
|
/**
|
|
43404
43497
|
* Represents a filter which will filter cells based on their font colors.
|
|
@@ -43414,16 +43507,16 @@ export declare class FontColorFilter extends Filter implements IColorFilter {
|
|
|
43414
43507
|
/**
|
|
43415
43508
|
* @hidden
|
|
43416
43509
|
*/
|
|
43417
|
-
private static readonly
|
|
43510
|
+
private static readonly _r;
|
|
43418
43511
|
/**
|
|
43419
43512
|
* @hidden
|
|
43420
43513
|
*/
|
|
43421
|
-
private static readonly
|
|
43514
|
+
private static readonly _s;
|
|
43422
43515
|
/**
|
|
43423
43516
|
* @hidden
|
|
43424
43517
|
*/
|
|
43425
|
-
private static readonly
|
|
43426
|
-
private
|
|
43518
|
+
private static readonly _l;
|
|
43519
|
+
private _p;
|
|
43427
43520
|
constructor(a: IFilterable, b: WorkbookColorInfo);
|
|
43428
43521
|
/**
|
|
43429
43522
|
* @hidden
|
|
@@ -43436,23 +43529,27 @@ export declare class FontColorFilter extends Filter implements IColorFilter {
|
|
|
43436
43529
|
/**
|
|
43437
43530
|
* @hidden
|
|
43438
43531
|
*/
|
|
43439
|
-
|
|
43532
|
+
_a(a: IFilterable): Filter;
|
|
43440
43533
|
/**
|
|
43441
43534
|
* @hidden
|
|
43442
43535
|
*/
|
|
43443
|
-
_e(a:
|
|
43536
|
+
_e(a: Filter): boolean;
|
|
43444
43537
|
/**
|
|
43445
43538
|
* @hidden
|
|
43446
43539
|
*/
|
|
43447
|
-
|
|
43540
|
+
_f(a: Worksheet, b: WorksheetRow, c: number, d: number): boolean;
|
|
43448
43541
|
/**
|
|
43449
43542
|
* @hidden
|
|
43450
43543
|
*/
|
|
43451
|
-
|
|
43544
|
+
static _o(a: WorksheetTableColumn, b: WorksheetCellFormatData): FontColorFilter;
|
|
43452
43545
|
/**
|
|
43453
43546
|
* @hidden
|
|
43454
43547
|
*/
|
|
43455
|
-
private static
|
|
43548
|
+
private static _n;
|
|
43549
|
+
/**
|
|
43550
|
+
* @hidden
|
|
43551
|
+
*/
|
|
43552
|
+
private static _m;
|
|
43456
43553
|
/**
|
|
43457
43554
|
* Gets or sets the [[WorkbookColorInfo]] which describes the font color by which the cells should be filtered.
|
|
43458
43555
|
* <p class="body">
|
|
@@ -43469,7 +43566,7 @@ export declare class FontColorFilter extends Filter implements IColorFilter {
|
|
|
43469
43566
|
/**
|
|
43470
43567
|
* @hidden
|
|
43471
43568
|
*/
|
|
43472
|
-
private
|
|
43569
|
+
private _t;
|
|
43473
43570
|
}
|
|
43474
43571
|
/**
|
|
43475
43572
|
* Represents a filter which can filter cells based on their conditional formatting icon.
|
|
@@ -43481,17 +43578,21 @@ export declare class FontColorFilter extends Filter implements IColorFilter {
|
|
|
43481
43578
|
*/
|
|
43482
43579
|
export declare class IconFilter extends Filter {
|
|
43483
43580
|
static $t: Type;
|
|
43484
|
-
private readonly
|
|
43485
|
-
private readonly
|
|
43581
|
+
private readonly _o;
|
|
43582
|
+
private readonly _m;
|
|
43486
43583
|
constructor(a: IFilterable, b: ST_IconSetType, c: Nullable$1<number>);
|
|
43487
43584
|
/**
|
|
43488
43585
|
* @hidden
|
|
43489
43586
|
*/
|
|
43490
|
-
|
|
43587
|
+
_a(a: IFilterable): Filter;
|
|
43491
43588
|
/**
|
|
43492
43589
|
* @hidden
|
|
43493
43590
|
*/
|
|
43494
|
-
_e(a:
|
|
43591
|
+
_e(a: Filter): boolean;
|
|
43592
|
+
/**
|
|
43593
|
+
* @hidden
|
|
43594
|
+
*/
|
|
43595
|
+
_f(a: Worksheet, b: WorksheetRow, c: number, d: number): boolean;
|
|
43495
43596
|
/**
|
|
43496
43597
|
* The icon set (read-only).
|
|
43497
43598
|
*/
|
|
@@ -43507,11 +43608,11 @@ export declare class IconFilter extends Filter {
|
|
|
43507
43608
|
/**
|
|
43508
43609
|
* @hidden
|
|
43509
43610
|
*/
|
|
43510
|
-
readonly
|
|
43611
|
+
readonly _q: Nullable$1<number>;
|
|
43511
43612
|
/**
|
|
43512
43613
|
* @hidden
|
|
43513
43614
|
*/
|
|
43514
|
-
readonly
|
|
43615
|
+
readonly _n: ST_IconSetType;
|
|
43515
43616
|
}
|
|
43516
43617
|
/**
|
|
43517
43618
|
* Represents a filter which can filter date cells based on dates relative to the when the filter was applied.
|
|
@@ -43531,47 +43632,51 @@ export declare class RelativeDateRangeFilter extends DateRangeFilter {
|
|
|
43531
43632
|
/**
|
|
43532
43633
|
* @hidden
|
|
43533
43634
|
*/
|
|
43534
|
-
private static readonly
|
|
43635
|
+
private static readonly _af;
|
|
43535
43636
|
/**
|
|
43536
43637
|
* @hidden
|
|
43537
43638
|
*/
|
|
43538
|
-
private static readonly
|
|
43639
|
+
private static readonly _ah;
|
|
43539
43640
|
/**
|
|
43540
43641
|
* @hidden
|
|
43541
43642
|
*/
|
|
43542
|
-
private static readonly
|
|
43643
|
+
private static readonly _ag;
|
|
43543
43644
|
/**
|
|
43544
43645
|
* @hidden
|
|
43545
43646
|
*/
|
|
43546
|
-
private static readonly
|
|
43547
|
-
private _z;
|
|
43647
|
+
private static readonly _y;
|
|
43548
43648
|
private _ab;
|
|
43649
|
+
private _ad;
|
|
43549
43650
|
constructor(a: number, b: IFilterable, c: RelativeDateRangeOffset, d: RelativeDateRangeDuration);
|
|
43550
43651
|
constructor(a: number, b: IFilterable, c: RelativeDateRangeOffset, d: RelativeDateRangeDuration, e: Date, f: Date);
|
|
43551
43652
|
constructor(a: number, ..._rest: any[]);
|
|
43552
43653
|
/**
|
|
43553
43654
|
* @hidden
|
|
43554
43655
|
*/
|
|
43555
|
-
private
|
|
43656
|
+
private _ai;
|
|
43556
43657
|
/**
|
|
43557
43658
|
* @hidden
|
|
43558
43659
|
*/
|
|
43559
|
-
|
|
43660
|
+
_a(a: IFilterable): Filter;
|
|
43560
43661
|
/**
|
|
43561
43662
|
* @hidden
|
|
43562
43663
|
*/
|
|
43563
|
-
|
|
43664
|
+
_e(a: Filter): boolean;
|
|
43665
|
+
/**
|
|
43666
|
+
* @hidden
|
|
43667
|
+
*/
|
|
43668
|
+
_x(a: Date, b: Date): {
|
|
43564
43669
|
p0: Date;
|
|
43565
43670
|
p1: Date;
|
|
43566
43671
|
};
|
|
43567
43672
|
/**
|
|
43568
43673
|
* @hidden
|
|
43569
43674
|
*/
|
|
43570
|
-
protected
|
|
43675
|
+
protected get__n(): ST_DynamicFilterType;
|
|
43571
43676
|
/**
|
|
43572
43677
|
* @hidden
|
|
43573
43678
|
*/
|
|
43574
|
-
readonly
|
|
43679
|
+
readonly _n: ST_DynamicFilterType;
|
|
43575
43680
|
/**
|
|
43576
43681
|
* Gets or sets the duration of the full range of accepted dates.
|
|
43577
43682
|
* @throws [[InvalidEnumArgumentException]] The value assigned is not defined in the [[RelativeDateRangeDuration]] enumeration.
|
|
@@ -43581,7 +43686,7 @@ export declare class RelativeDateRangeFilter extends DateRangeFilter {
|
|
|
43581
43686
|
/**
|
|
43582
43687
|
* @hidden
|
|
43583
43688
|
*/
|
|
43584
|
-
private
|
|
43689
|
+
private _aj;
|
|
43585
43690
|
/**
|
|
43586
43691
|
* Gets or sets the offset of relative filter (previous, current, or next).
|
|
43587
43692
|
* <p class="body">
|
|
@@ -43594,15 +43699,15 @@ export declare class RelativeDateRangeFilter extends DateRangeFilter {
|
|
|
43594
43699
|
/**
|
|
43595
43700
|
* @hidden
|
|
43596
43701
|
*/
|
|
43597
|
-
private
|
|
43702
|
+
private _ak;
|
|
43598
43703
|
/**
|
|
43599
43704
|
* @hidden
|
|
43600
43705
|
*/
|
|
43601
|
-
private static
|
|
43706
|
+
private static _aa;
|
|
43602
43707
|
/**
|
|
43603
43708
|
* @hidden
|
|
43604
43709
|
*/
|
|
43605
|
-
private static
|
|
43710
|
+
private static _z;
|
|
43606
43711
|
}
|
|
43607
43712
|
/**
|
|
43608
43713
|
* Represents a filter which can filter in cells in the upper or lower portion of the sorted values.
|
|
@@ -43615,22 +43720,22 @@ export declare class TopOrBottomFilter extends DynamicValuesFilter {
|
|
|
43615
43720
|
/**
|
|
43616
43721
|
* @hidden
|
|
43617
43722
|
*/
|
|
43618
|
-
private static readonly
|
|
43723
|
+
private static readonly _ad;
|
|
43619
43724
|
/**
|
|
43620
43725
|
* @hidden
|
|
43621
43726
|
*/
|
|
43622
|
-
private static readonly
|
|
43727
|
+
private static readonly _af;
|
|
43623
43728
|
/**
|
|
43624
43729
|
* @hidden
|
|
43625
43730
|
*/
|
|
43626
|
-
private static readonly
|
|
43731
|
+
private static readonly _ac;
|
|
43627
43732
|
/**
|
|
43628
43733
|
* @hidden
|
|
43629
43734
|
*/
|
|
43630
|
-
private static readonly
|
|
43631
|
-
private
|
|
43632
|
-
private
|
|
43633
|
-
private
|
|
43735
|
+
private static readonly _q;
|
|
43736
|
+
private _z;
|
|
43737
|
+
private _t;
|
|
43738
|
+
private _ab;
|
|
43634
43739
|
constructor(a: number, b: IFilterable);
|
|
43635
43740
|
constructor(a: number, b: IFilterable, c: TopOrBottomFilterType, d: number);
|
|
43636
43741
|
constructor(a: number, b: IFilterable, c: TopOrBottomFilterType, d: number, e: number);
|
|
@@ -43638,19 +43743,23 @@ export declare class TopOrBottomFilter extends DynamicValuesFilter {
|
|
|
43638
43743
|
/**
|
|
43639
43744
|
* @hidden
|
|
43640
43745
|
*/
|
|
43641
|
-
|
|
43746
|
+
_a(a: IFilterable): Filter;
|
|
43747
|
+
/**
|
|
43748
|
+
* @hidden
|
|
43749
|
+
*/
|
|
43750
|
+
_e(a: Filter): boolean;
|
|
43642
43751
|
/**
|
|
43643
43752
|
* @hidden
|
|
43644
43753
|
*/
|
|
43645
|
-
|
|
43754
|
+
_f(a: Worksheet, b: WorksheetRow, c: number, d: number): boolean;
|
|
43646
43755
|
/**
|
|
43647
43756
|
* @hidden
|
|
43648
43757
|
*/
|
|
43649
|
-
|
|
43758
|
+
_g(a: Worksheet, b: number, c: number, d: number): boolean;
|
|
43650
43759
|
/**
|
|
43651
43760
|
* @hidden
|
|
43652
43761
|
*/
|
|
43653
|
-
|
|
43762
|
+
_h(a: boolean, b: IList$1<string>): {
|
|
43654
43763
|
ret: boolean;
|
|
43655
43764
|
p0: boolean;
|
|
43656
43765
|
p1: IList$1<string>;
|
|
@@ -43658,27 +43767,27 @@ export declare class TopOrBottomFilter extends DynamicValuesFilter {
|
|
|
43658
43767
|
/**
|
|
43659
43768
|
* @hidden
|
|
43660
43769
|
*/
|
|
43661
|
-
protected
|
|
43770
|
+
protected get__n(): ST_DynamicFilterType;
|
|
43662
43771
|
/**
|
|
43663
43772
|
* @hidden
|
|
43664
43773
|
*/
|
|
43665
|
-
readonly
|
|
43774
|
+
readonly _n: ST_DynamicFilterType;
|
|
43666
43775
|
/**
|
|
43667
43776
|
* @hidden
|
|
43668
43777
|
*/
|
|
43669
|
-
static
|
|
43778
|
+
static _u(a: boolean, b: boolean): TopOrBottomFilterType;
|
|
43670
43779
|
/**
|
|
43671
43780
|
* @hidden
|
|
43672
43781
|
*/
|
|
43673
|
-
private static
|
|
43782
|
+
private static _s;
|
|
43674
43783
|
/**
|
|
43675
43784
|
* @hidden
|
|
43676
43785
|
*/
|
|
43677
|
-
private static
|
|
43786
|
+
private static _r;
|
|
43678
43787
|
/**
|
|
43679
43788
|
* @hidden
|
|
43680
43789
|
*/
|
|
43681
|
-
private static
|
|
43790
|
+
private static _ai;
|
|
43682
43791
|
/**
|
|
43683
43792
|
* Gets or sets the type of the filter.
|
|
43684
43793
|
* TopValues or BottomValues to filter in the top or bottom N value in the list of sorted values; TopPercentage or BottomPercentage
|
|
@@ -43690,7 +43799,7 @@ export declare class TopOrBottomFilter extends DynamicValuesFilter {
|
|
|
43690
43799
|
/**
|
|
43691
43800
|
* @hidden
|
|
43692
43801
|
*/
|
|
43693
|
-
private
|
|
43802
|
+
private _ag;
|
|
43694
43803
|
/**
|
|
43695
43804
|
* Gets or sets the number or percentage of value of values which should be filtered in.
|
|
43696
43805
|
* <p class="body">
|
|
@@ -43705,45 +43814,46 @@ export declare class TopOrBottomFilter extends DynamicValuesFilter {
|
|
|
43705
43814
|
/**
|
|
43706
43815
|
* @hidden
|
|
43707
43816
|
*/
|
|
43708
|
-
private
|
|
43817
|
+
private _ah;
|
|
43709
43818
|
/**
|
|
43710
43819
|
* @hidden
|
|
43711
43820
|
*/
|
|
43712
|
-
readonly
|
|
43821
|
+
readonly _w: ST_FilterOperator;
|
|
43713
43822
|
/**
|
|
43714
43823
|
* @hidden
|
|
43715
43824
|
*/
|
|
43716
|
-
readonly
|
|
43825
|
+
readonly _x: boolean;
|
|
43717
43826
|
/**
|
|
43718
43827
|
* @hidden
|
|
43719
43828
|
*/
|
|
43720
|
-
readonly
|
|
43829
|
+
readonly _y: boolean;
|
|
43721
43830
|
/**
|
|
43722
43831
|
* @hidden
|
|
43723
43832
|
*/
|
|
43724
|
-
readonly
|
|
43833
|
+
readonly _aa: number;
|
|
43725
43834
|
}
|
|
43726
43835
|
/**
|
|
43727
43836
|
* @hidden
|
|
43728
43837
|
*/
|
|
43729
43838
|
export declare class WorksheetColumnFilter extends Base implements IFilterable, IComparable$1<WorksheetColumnFilter> {
|
|
43730
43839
|
static $t: Type;
|
|
43731
|
-
private readonly
|
|
43732
|
-
private
|
|
43840
|
+
private readonly _b;
|
|
43841
|
+
private _e;
|
|
43733
43842
|
private _a;
|
|
43734
|
-
constructor(a: number, b:
|
|
43735
|
-
constructor(a: number, b:
|
|
43843
|
+
constructor(a: number, b: WorksheetFilterSettings);
|
|
43844
|
+
constructor(a: number, b: WorksheetFilterSettings, c: number);
|
|
43736
43845
|
constructor(a: number, ..._rest: any[]);
|
|
43737
|
-
|
|
43738
|
-
|
|
43846
|
+
_h(a: Filter): void;
|
|
43847
|
+
_i(a: number): void;
|
|
43739
43848
|
readonly columnIndex: number;
|
|
43740
43849
|
readonly filter: Filter;
|
|
43741
|
-
readonly
|
|
43742
|
-
readonly _f:
|
|
43850
|
+
readonly _c: WorksheetFilterSettings;
|
|
43851
|
+
readonly _f: WorksheetRegionAddress;
|
|
43852
|
+
readonly _g: number;
|
|
43743
43853
|
readonly workbook: Workbook;
|
|
43744
43854
|
readonly worksheet: Worksheet;
|
|
43745
43855
|
onFilterModified(): void;
|
|
43746
|
-
|
|
43856
|
+
_d(a: CellShiftOperation, b: ICellShiftOperationOverride): ShiftAddressResult;
|
|
43747
43857
|
compareTo(a: WorksheetColumnFilter): number;
|
|
43748
43858
|
getDataAreaRowIndexes(a: number, b: number): {
|
|
43749
43859
|
p0: number;
|
|
@@ -43789,42 +43899,43 @@ export declare class WorksheetFilterSettings extends Base implements ISortSettin
|
|
|
43789
43899
|
/**
|
|
43790
43900
|
* @hidden
|
|
43791
43901
|
*/
|
|
43792
|
-
private static readonly
|
|
43902
|
+
private static readonly _at;
|
|
43793
43903
|
/**
|
|
43794
43904
|
* @hidden
|
|
43795
43905
|
*/
|
|
43796
|
-
private static readonly
|
|
43906
|
+
private static readonly _aw;
|
|
43797
43907
|
/**
|
|
43798
43908
|
* @hidden
|
|
43799
43909
|
*/
|
|
43800
|
-
private static readonly
|
|
43910
|
+
private static readonly _ax;
|
|
43801
43911
|
/**
|
|
43802
43912
|
* @hidden
|
|
43803
43913
|
*/
|
|
43804
|
-
private static readonly
|
|
43914
|
+
private static readonly _ay;
|
|
43805
43915
|
/**
|
|
43806
43916
|
* @hidden
|
|
43807
43917
|
*/
|
|
43808
|
-
private static readonly
|
|
43918
|
+
private static readonly _av;
|
|
43809
43919
|
/**
|
|
43810
43920
|
* @hidden
|
|
43811
43921
|
*/
|
|
43812
43922
|
private static _a;
|
|
43813
|
-
private _ap;
|
|
43814
43923
|
private _aq;
|
|
43815
|
-
private
|
|
43924
|
+
private _ar;
|
|
43816
43925
|
private _a0;
|
|
43817
|
-
private
|
|
43926
|
+
private _a1;
|
|
43927
|
+
private _al;
|
|
43818
43928
|
private _ac;
|
|
43819
|
-
private
|
|
43929
|
+
private _az;
|
|
43820
43930
|
private _ai;
|
|
43821
|
-
private
|
|
43931
|
+
private _as;
|
|
43822
43932
|
private _x;
|
|
43823
43933
|
private _aa;
|
|
43934
|
+
private _ak;
|
|
43935
|
+
private _an;
|
|
43824
43936
|
private _am;
|
|
43825
|
-
private _al;
|
|
43826
43937
|
static staticInit(): void;
|
|
43827
|
-
constructor(a: Worksheet);
|
|
43938
|
+
constructor(a: Worksheet, b: boolean);
|
|
43828
43939
|
/**
|
|
43829
43940
|
* Returns the total region including the filter headers (read-only).
|
|
43830
43941
|
* @see [[setRegion]]
|
|
@@ -43852,7 +43963,7 @@ export declare class WorksheetFilterSettings extends Base implements ISortSettin
|
|
|
43852
43963
|
/**
|
|
43853
43964
|
* @hidden
|
|
43854
43965
|
*/
|
|
43855
|
-
readonly
|
|
43966
|
+
readonly _au: number;
|
|
43856
43967
|
/**
|
|
43857
43968
|
* @hidden
|
|
43858
43969
|
*/
|
|
@@ -43867,7 +43978,7 @@ export declare class WorksheetFilterSettings extends Base implements ISortSettin
|
|
|
43867
43978
|
/**
|
|
43868
43979
|
* @hidden
|
|
43869
43980
|
*/
|
|
43870
|
-
private
|
|
43981
|
+
private _bm;
|
|
43871
43982
|
/**
|
|
43872
43983
|
* @hidden
|
|
43873
43984
|
*/
|
|
@@ -43878,7 +43989,7 @@ export declare class WorksheetFilterSettings extends Base implements ISortSettin
|
|
|
43878
43989
|
/**
|
|
43879
43990
|
* @hidden
|
|
43880
43991
|
*/
|
|
43881
|
-
private
|
|
43992
|
+
private _bn;
|
|
43882
43993
|
/**
|
|
43883
43994
|
* Applies an [[AverageFilter]] to the column.
|
|
43884
43995
|
* @param relativeColumnIndex A zero based column index relative to the [[region]]
|
|
@@ -44173,7 +44284,7 @@ export declare class WorksheetFilterSettings extends Base implements ISortSettin
|
|
|
44173
44284
|
/**
|
|
44174
44285
|
* @hidden
|
|
44175
44286
|
*/
|
|
44176
|
-
private
|
|
44287
|
+
private _bg;
|
|
44177
44288
|
/**
|
|
44178
44289
|
* Re-sorts all data cells in the region based on the sort conditions.
|
|
44179
44290
|
* @see [[sortSettings]]
|
|
@@ -44212,11 +44323,11 @@ export declare class WorksheetFilterSettings extends Base implements ISortSettin
|
|
|
44212
44323
|
/**
|
|
44213
44324
|
* @hidden
|
|
44214
44325
|
*/
|
|
44215
|
-
|
|
44326
|
+
_bo(a: WorksheetRegion): void;
|
|
44216
44327
|
/**
|
|
44217
44328
|
* @hidden
|
|
44218
44329
|
*/
|
|
44219
|
-
|
|
44330
|
+
_a4(a: WorksheetColumnFilter): void;
|
|
44220
44331
|
/**
|
|
44221
44332
|
* @hidden
|
|
44222
44333
|
*/
|
|
@@ -44224,15 +44335,19 @@ export declare class WorksheetFilterSettings extends Base implements ISortSettin
|
|
|
44224
44335
|
/**
|
|
44225
44336
|
* @hidden
|
|
44226
44337
|
*/
|
|
44227
|
-
|
|
44338
|
+
_bb(a: WorksheetFilterSettings): void;
|
|
44228
44339
|
/**
|
|
44229
44340
|
* @hidden
|
|
44230
44341
|
*/
|
|
44231
|
-
_bc(): void;
|
|
44342
|
+
_bc(a: WorkbookFormat): void;
|
|
44232
44343
|
/**
|
|
44233
44344
|
* @hidden
|
|
44234
44345
|
*/
|
|
44235
|
-
|
|
44346
|
+
_be(): void;
|
|
44347
|
+
/**
|
|
44348
|
+
* @hidden
|
|
44349
|
+
*/
|
|
44350
|
+
_bi(): void;
|
|
44236
44351
|
/**
|
|
44237
44352
|
* @hidden
|
|
44238
44353
|
*/
|
|
@@ -44240,42 +44355,42 @@ export declare class WorksheetFilterSettings extends Base implements ISortSettin
|
|
|
44240
44355
|
/**
|
|
44241
44356
|
* @hidden
|
|
44242
44357
|
*/
|
|
44243
|
-
|
|
44358
|
+
_bp(): void;
|
|
44244
44359
|
/**
|
|
44245
44360
|
* @hidden
|
|
44246
44361
|
*/
|
|
44247
|
-
|
|
44362
|
+
_bq(): void;
|
|
44248
44363
|
/**
|
|
44249
44364
|
* @hidden
|
|
44250
44365
|
*/
|
|
44251
|
-
|
|
44366
|
+
_br(): void;
|
|
44252
44367
|
/**
|
|
44253
44368
|
* @hidden
|
|
44254
44369
|
*/
|
|
44255
|
-
|
|
44370
|
+
_bs(a: NamedReference, b: boolean): void;
|
|
44256
44371
|
/**
|
|
44257
44372
|
* @hidden
|
|
44258
44373
|
*/
|
|
44259
|
-
|
|
44374
|
+
_bw(a: boolean, b: NamedReference, c: boolean): {
|
|
44260
44375
|
p1?: NamedReference;
|
|
44261
44376
|
p2: boolean;
|
|
44262
44377
|
};
|
|
44263
44378
|
/**
|
|
44264
44379
|
* @hidden
|
|
44265
44380
|
*/
|
|
44266
|
-
private
|
|
44381
|
+
private _a5;
|
|
44267
44382
|
/**
|
|
44268
44383
|
* @hidden
|
|
44269
44384
|
*/
|
|
44270
|
-
private
|
|
44385
|
+
private _a3;
|
|
44271
44386
|
/**
|
|
44272
44387
|
* @hidden
|
|
44273
44388
|
*/
|
|
44274
|
-
private
|
|
44389
|
+
private _a6;
|
|
44275
44390
|
/**
|
|
44276
44391
|
* @hidden
|
|
44277
44392
|
*/
|
|
44278
|
-
private
|
|
44393
|
+
private _ba;
|
|
44279
44394
|
/**
|
|
44280
44395
|
* @hidden
|
|
44281
44396
|
*/
|
|
@@ -44283,30 +44398,30 @@ export declare class WorksheetFilterSettings extends Base implements ISortSettin
|
|
|
44283
44398
|
/**
|
|
44284
44399
|
* @hidden
|
|
44285
44400
|
*/
|
|
44286
|
-
private
|
|
44401
|
+
private _ao;
|
|
44287
44402
|
/**
|
|
44288
44403
|
* @hidden
|
|
44289
44404
|
*/
|
|
44290
44405
|
/**
|
|
44291
44406
|
* @hidden
|
|
44292
44407
|
*/
|
|
44293
|
-
private
|
|
44408
|
+
private _ap;
|
|
44294
44409
|
/**
|
|
44295
44410
|
* @hidden
|
|
44296
44411
|
*/
|
|
44297
|
-
private
|
|
44412
|
+
private _bj;
|
|
44298
44413
|
/**
|
|
44299
44414
|
* @hidden
|
|
44300
44415
|
*/
|
|
44301
|
-
private
|
|
44416
|
+
private _bx;
|
|
44302
44417
|
/**
|
|
44303
44418
|
* @hidden
|
|
44304
44419
|
*/
|
|
44305
|
-
private
|
|
44420
|
+
private _bv;
|
|
44306
44421
|
/**
|
|
44307
44422
|
* @hidden
|
|
44308
44423
|
*/
|
|
44309
|
-
private
|
|
44424
|
+
private _by;
|
|
44310
44425
|
/**
|
|
44311
44426
|
* @hidden
|
|
44312
44427
|
*/
|
|
@@ -44322,19 +44437,19 @@ export declare class WorksheetFilterSettings extends Base implements ISortSettin
|
|
|
44322
44437
|
/**
|
|
44323
44438
|
* @hidden
|
|
44324
44439
|
*/
|
|
44325
|
-
private
|
|
44440
|
+
private _a2;
|
|
44326
44441
|
/**
|
|
44327
44442
|
* @hidden
|
|
44328
44443
|
*/
|
|
44329
|
-
private
|
|
44444
|
+
private _bd;
|
|
44330
44445
|
/**
|
|
44331
44446
|
* @hidden
|
|
44332
44447
|
*/
|
|
44333
|
-
private static
|
|
44448
|
+
private static _bt;
|
|
44334
44449
|
/**
|
|
44335
44450
|
* @hidden
|
|
44336
44451
|
*/
|
|
44337
|
-
private static
|
|
44452
|
+
private static _bu;
|
|
44338
44453
|
/**
|
|
44339
44454
|
* @hidden
|
|
44340
44455
|
*/
|
|
@@ -44382,22 +44497,26 @@ export declare class YearToDateFilter extends DateRangeFilter {
|
|
|
44382
44497
|
/**
|
|
44383
44498
|
* @hidden
|
|
44384
44499
|
*/
|
|
44385
|
-
|
|
44500
|
+
_a(a: IFilterable): Filter;
|
|
44501
|
+
/**
|
|
44502
|
+
* @hidden
|
|
44503
|
+
*/
|
|
44504
|
+
_e(a: Filter): boolean;
|
|
44386
44505
|
/**
|
|
44387
44506
|
* @hidden
|
|
44388
44507
|
*/
|
|
44389
|
-
|
|
44508
|
+
_x(a: Date, b: Date): {
|
|
44390
44509
|
p0: Date;
|
|
44391
44510
|
p1: Date;
|
|
44392
44511
|
};
|
|
44393
44512
|
/**
|
|
44394
44513
|
* @hidden
|
|
44395
44514
|
*/
|
|
44396
|
-
protected
|
|
44515
|
+
protected get__n(): ST_DynamicFilterType;
|
|
44397
44516
|
/**
|
|
44398
44517
|
* @hidden
|
|
44399
44518
|
*/
|
|
44400
|
-
readonly
|
|
44519
|
+
readonly _n: ST_DynamicFilterType;
|
|
44401
44520
|
}
|
|
44402
44521
|
/**
|
|
44403
44522
|
* Exposes properties which control the visual attributes of a [[WorksheetCell]]
|
|
@@ -48412,21 +48531,21 @@ export declare abstract class ChartsheetDisplayOptionsBase extends DisplayOption
|
|
|
48412
48531
|
/**
|
|
48413
48532
|
* @hidden
|
|
48414
48533
|
*/
|
|
48415
|
-
private static readonly
|
|
48534
|
+
private static readonly _ad;
|
|
48416
48535
|
/**
|
|
48417
48536
|
* @hidden
|
|
48418
48537
|
*/
|
|
48419
|
-
private static readonly
|
|
48538
|
+
private static readonly _ab;
|
|
48420
48539
|
/**
|
|
48421
48540
|
* @hidden
|
|
48422
48541
|
*/
|
|
48423
|
-
private static readonly
|
|
48542
|
+
private static readonly _ac;
|
|
48424
48543
|
/**
|
|
48425
48544
|
* @hidden
|
|
48426
48545
|
*/
|
|
48427
|
-
private static readonly
|
|
48428
|
-
private
|
|
48429
|
-
private
|
|
48546
|
+
private static readonly _u;
|
|
48547
|
+
private _z;
|
|
48548
|
+
private _x;
|
|
48430
48549
|
constructor(a: Chartsheet);
|
|
48431
48550
|
/**
|
|
48432
48551
|
* @hidden
|
|
@@ -48453,11 +48572,11 @@ export declare abstract class ChartsheetDisplayOptionsBase extends DisplayOption
|
|
|
48453
48572
|
/**
|
|
48454
48573
|
* @hidden
|
|
48455
48574
|
*/
|
|
48456
|
-
private static
|
|
48575
|
+
private static _w;
|
|
48457
48576
|
/**
|
|
48458
48577
|
* @hidden
|
|
48459
48578
|
*/
|
|
48460
|
-
private static
|
|
48579
|
+
private static _v;
|
|
48461
48580
|
}
|
|
48462
48581
|
/**
|
|
48463
48582
|
* Class which exposes the display options which can only be controlled through the chartsheet.
|
|
@@ -48490,7 +48609,7 @@ export declare class CustomViewChartDisplayOptions extends ChartsheetDisplayOpti
|
|
|
48490
48609
|
/**
|
|
48491
48610
|
* @hidden
|
|
48492
48611
|
*/
|
|
48493
|
-
readonly
|
|
48612
|
+
readonly _ae: CustomView;
|
|
48494
48613
|
constructor(a: Chartsheet, b: CustomView);
|
|
48495
48614
|
/**
|
|
48496
48615
|
* @hidden
|
|
@@ -50957,10 +51076,7 @@ export declare class CategoryAxisBinning extends Base {
|
|
|
50957
51076
|
*/
|
|
50958
51077
|
export declare abstract class SeriesValuesBase extends Base {
|
|
50959
51078
|
static $t: Type;
|
|
50960
|
-
|
|
50961
|
-
* @hidden
|
|
50962
|
-
*/
|
|
50963
|
-
static readonly _h: boolean;
|
|
51079
|
+
private _d;
|
|
50964
51080
|
/**
|
|
50965
51081
|
* @hidden
|
|
50966
51082
|
*/
|
|
@@ -50968,15 +51084,15 @@ export declare abstract class SeriesValuesBase extends Base {
|
|
|
50968
51084
|
/**
|
|
50969
51085
|
* @hidden
|
|
50970
51086
|
*/
|
|
50971
|
-
|
|
51087
|
+
_g: Sheet;
|
|
50972
51088
|
/**
|
|
50973
51089
|
* @hidden
|
|
50974
51090
|
*/
|
|
50975
|
-
|
|
51091
|
+
_h: SingleTargetFormula;
|
|
50976
51092
|
/**
|
|
50977
51093
|
* @hidden
|
|
50978
51094
|
*/
|
|
50979
|
-
|
|
51095
|
+
_m: string;
|
|
50980
51096
|
constructor(values: IEnumerable);
|
|
50981
51097
|
constructor(sheet: Sheet, formula: string, cellReferenceMode?: CellReferenceMode);
|
|
50982
51098
|
constructor(sheet: Sheet, formula: SingleTargetFormula, values: any[], dummy: boolean);
|
|
@@ -50984,11 +51100,19 @@ export declare abstract class SeriesValuesBase extends Base {
|
|
|
50984
51100
|
/**
|
|
50985
51101
|
* @hidden
|
|
50986
51102
|
*/
|
|
50987
|
-
|
|
51103
|
+
readonly _e: Series;
|
|
51104
|
+
/**
|
|
51105
|
+
* @hidden
|
|
51106
|
+
*/
|
|
51107
|
+
readonly _j: boolean;
|
|
50988
51108
|
/**
|
|
50989
51109
|
* @hidden
|
|
50990
51110
|
*/
|
|
50991
|
-
|
|
51111
|
+
protected get__f(): SeriesValuesType;
|
|
51112
|
+
/**
|
|
51113
|
+
* @hidden
|
|
51114
|
+
*/
|
|
51115
|
+
readonly _f: SeriesValuesType;
|
|
50992
51116
|
/**
|
|
50993
51117
|
* Returns an object array containing the value of
|
|
50994
51118
|
* each data point in the associated [[Series]].
|
|
@@ -50998,7 +51122,7 @@ export declare abstract class SeriesValuesBase extends Base {
|
|
|
50998
51122
|
/**
|
|
50999
51123
|
* @hidden
|
|
51000
51124
|
*/
|
|
51001
|
-
|
|
51125
|
+
_q(): void;
|
|
51002
51126
|
/**
|
|
51003
51127
|
* @hidden
|
|
51004
51128
|
*/
|
|
@@ -51006,39 +51130,43 @@ export declare abstract class SeriesValuesBase extends Base {
|
|
|
51006
51130
|
/**
|
|
51007
51131
|
* @hidden
|
|
51008
51132
|
*/
|
|
51009
|
-
static
|
|
51133
|
+
static _k(a: ExcelCalcValue): any;
|
|
51010
51134
|
/**
|
|
51011
51135
|
* @hidden
|
|
51012
51136
|
*/
|
|
51013
|
-
static
|
|
51137
|
+
static _n(a: ExcelCalcValue): string;
|
|
51014
51138
|
/**
|
|
51015
51139
|
* @hidden
|
|
51016
51140
|
*/
|
|
51017
|
-
|
|
51141
|
+
_p(a: Series): void;
|
|
51018
51142
|
/**
|
|
51019
51143
|
* @hidden
|
|
51020
51144
|
*/
|
|
51021
|
-
|
|
51145
|
+
_i(a: Worksheet, b: WorksheetRegionAddress): boolean;
|
|
51022
51146
|
/**
|
|
51023
51147
|
* @hidden
|
|
51024
51148
|
*/
|
|
51025
|
-
|
|
51149
|
+
_r(a: Series, b: number, c: (arg1: IChartObject, arg2: any) => void, d: CellShiftOperation, e: ICellShiftOperationOverride): void;
|
|
51026
51150
|
/**
|
|
51027
51151
|
* @hidden
|
|
51028
51152
|
*/
|
|
51029
|
-
|
|
51153
|
+
private static _o;
|
|
51030
51154
|
/**
|
|
51031
51155
|
* @hidden
|
|
51032
51156
|
*/
|
|
51033
|
-
|
|
51157
|
+
_l(a: number, b: string): any;
|
|
51034
51158
|
/**
|
|
51035
51159
|
* @hidden
|
|
51036
51160
|
*/
|
|
51037
|
-
private
|
|
51161
|
+
private _s;
|
|
51038
51162
|
/**
|
|
51039
51163
|
* @hidden
|
|
51040
51164
|
*/
|
|
51041
|
-
private
|
|
51165
|
+
private _t;
|
|
51166
|
+
/**
|
|
51167
|
+
* @hidden
|
|
51168
|
+
*/
|
|
51169
|
+
private _u;
|
|
51042
51170
|
}
|
|
51043
51171
|
/**
|
|
51044
51172
|
* Defines a set of values in a series
|
|
@@ -51048,11 +51176,11 @@ export declare class SeriesValues extends SeriesValuesBase {
|
|
|
51048
51176
|
/**
|
|
51049
51177
|
* @hidden
|
|
51050
51178
|
*/
|
|
51051
|
-
readonly
|
|
51179
|
+
readonly _v: number[];
|
|
51052
51180
|
/**
|
|
51053
51181
|
* @hidden
|
|
51054
51182
|
*/
|
|
51055
|
-
|
|
51183
|
+
_y: boolean;
|
|
51056
51184
|
constructor(values: IEnumerable);
|
|
51057
51185
|
constructor(sheet: Sheet, formula: SingleTargetFormula, values: any[], dummy: boolean);
|
|
51058
51186
|
constructor(sheet: Sheet, sourceRange: string, cellReferenceMode?: CellReferenceMode, colorBy?: SeriesValuesColorBy);
|
|
@@ -51060,11 +51188,11 @@ export declare class SeriesValues extends SeriesValuesBase {
|
|
|
51060
51188
|
/**
|
|
51061
51189
|
* @hidden
|
|
51062
51190
|
*/
|
|
51063
|
-
static
|
|
51191
|
+
static _x(a: Sheet, b: SingleTargetFormula, c: any[]): SeriesValues;
|
|
51064
51192
|
/**
|
|
51065
51193
|
* @hidden
|
|
51066
51194
|
*/
|
|
51067
|
-
|
|
51195
|
+
_w(a: string, b: number[]): {
|
|
51068
51196
|
ret: any[];
|
|
51069
51197
|
p0: string;
|
|
51070
51198
|
p1: number[];
|
|
@@ -51129,20 +51257,19 @@ export declare class XValues extends SeriesValuesBase {
|
|
|
51129
51257
|
/**
|
|
51130
51258
|
* @hidden
|
|
51131
51259
|
*/
|
|
51132
|
-
readonly
|
|
51133
|
-
private _y;
|
|
51260
|
+
readonly _v: number[];
|
|
51134
51261
|
/**
|
|
51135
51262
|
* @hidden
|
|
51136
51263
|
*/
|
|
51137
|
-
|
|
51264
|
+
_af: Nullable$1<boolean>;
|
|
51138
51265
|
/**
|
|
51139
51266
|
* @hidden
|
|
51140
51267
|
*/
|
|
51141
|
-
|
|
51268
|
+
_ae: number;
|
|
51142
51269
|
/**
|
|
51143
51270
|
* @hidden
|
|
51144
51271
|
*/
|
|
51145
|
-
|
|
51272
|
+
_ac: XValuesDataType;
|
|
51146
51273
|
constructor(values: IEnumerable);
|
|
51147
51274
|
constructor(dataType: XValuesDataType, values: IEnumerable, levels: number[]);
|
|
51148
51275
|
constructor(sheet: Sheet, formula: SingleTargetFormula, dataType: XValuesDataType, values: any[], levels: number[]);
|
|
@@ -51152,19 +51279,15 @@ export declare class XValues extends SeriesValuesBase {
|
|
|
51152
51279
|
/**
|
|
51153
51280
|
* @hidden
|
|
51154
51281
|
*/
|
|
51155
|
-
|
|
51156
|
-
/**
|
|
51157
|
-
* @hidden
|
|
51158
|
-
*/
|
|
51159
|
-
protected get__d(): SeriesValuesType;
|
|
51282
|
+
_q(): void;
|
|
51160
51283
|
/**
|
|
51161
51284
|
* @hidden
|
|
51162
51285
|
*/
|
|
51163
|
-
|
|
51286
|
+
protected get__f(): SeriesValuesType;
|
|
51164
51287
|
/**
|
|
51165
51288
|
* @hidden
|
|
51166
51289
|
*/
|
|
51167
|
-
|
|
51290
|
+
_ad: boolean;
|
|
51168
51291
|
/**
|
|
51169
51292
|
* Returns the actual values for this [[XValues]] instance.
|
|
51170
51293
|
* @return An object array containing the actual data point values for the associated [[Series]].
|
|
@@ -51173,7 +51296,7 @@ export declare class XValues extends SeriesValuesBase {
|
|
|
51173
51296
|
/**
|
|
51174
51297
|
* @hidden
|
|
51175
51298
|
*/
|
|
51176
|
-
|
|
51299
|
+
_w(): any[];
|
|
51177
51300
|
/**
|
|
51178
51301
|
* @hidden
|
|
51179
51302
|
*/
|
|
@@ -51181,27 +51304,23 @@ export declare class XValues extends SeriesValuesBase {
|
|
|
51181
51304
|
/**
|
|
51182
51305
|
* @hidden
|
|
51183
51306
|
*/
|
|
51184
|
-
static
|
|
51307
|
+
static _ab(a: Sheet, b: SingleTargetFormula, c: any[], d: number[], e: XValuesDataType): XValues;
|
|
51185
51308
|
/**
|
|
51186
51309
|
* @hidden
|
|
51187
51310
|
*/
|
|
51188
|
-
|
|
51311
|
+
_x(): GetXValuesResult;
|
|
51189
51312
|
/**
|
|
51190
51313
|
* @hidden
|
|
51191
51314
|
*/
|
|
51192
|
-
private static
|
|
51193
|
-
/**
|
|
51194
|
-
* @hidden
|
|
51195
|
-
*/
|
|
51196
|
-
private static _w;
|
|
51315
|
+
private static _y;
|
|
51197
51316
|
/**
|
|
51198
51317
|
* @hidden
|
|
51199
51318
|
*/
|
|
51200
|
-
private static
|
|
51319
|
+
private static _z;
|
|
51201
51320
|
/**
|
|
51202
51321
|
* @hidden
|
|
51203
51322
|
*/
|
|
51204
|
-
|
|
51323
|
+
private static _aa;
|
|
51205
51324
|
/**
|
|
51206
51325
|
* @hidden
|
|
51207
51326
|
*/
|
|
@@ -51212,10 +51331,6 @@ export declare class XValues extends SeriesValuesBase {
|
|
|
51212
51331
|
*/
|
|
51213
51332
|
export declare class Series extends ChartObject {
|
|
51214
51333
|
static $t: Type;
|
|
51215
|
-
/**
|
|
51216
|
-
* @hidden
|
|
51217
|
-
*/
|
|
51218
|
-
private static readonly _cd;
|
|
51219
51334
|
/**
|
|
51220
51335
|
* @hidden
|
|
51221
51336
|
*/
|
|
@@ -51255,11 +51370,11 @@ export declare class Series extends ChartObject {
|
|
|
51255
51370
|
/**
|
|
51256
51371
|
* @hidden
|
|
51257
51372
|
*/
|
|
51258
|
-
private static readonly
|
|
51373
|
+
private static readonly _cn;
|
|
51259
51374
|
/**
|
|
51260
51375
|
* @hidden
|
|
51261
51376
|
*/
|
|
51262
|
-
private static readonly
|
|
51377
|
+
private static readonly _cr;
|
|
51263
51378
|
/**
|
|
51264
51379
|
* @hidden
|
|
51265
51380
|
*/
|
|
@@ -51291,7 +51406,7 @@ export declare class Series extends ChartObject {
|
|
|
51291
51406
|
/**
|
|
51292
51407
|
* @hidden
|
|
51293
51408
|
*/
|
|
51294
|
-
private static readonly
|
|
51409
|
+
private static readonly _c0;
|
|
51295
51410
|
/**
|
|
51296
51411
|
* @hidden
|
|
51297
51412
|
*/
|
|
@@ -51299,11 +51414,11 @@ export declare class Series extends ChartObject {
|
|
|
51299
51414
|
/**
|
|
51300
51415
|
* @hidden
|
|
51301
51416
|
*/
|
|
51302
|
-
private static readonly
|
|
51417
|
+
private static readonly _c3;
|
|
51303
51418
|
/**
|
|
51304
51419
|
* @hidden
|
|
51305
51420
|
*/
|
|
51306
|
-
private static readonly
|
|
51421
|
+
private static readonly _c5;
|
|
51307
51422
|
/**
|
|
51308
51423
|
* @hidden
|
|
51309
51424
|
*/
|
|
@@ -51315,7 +51430,7 @@ export declare class Series extends ChartObject {
|
|
|
51315
51430
|
/**
|
|
51316
51431
|
* @hidden
|
|
51317
51432
|
*/
|
|
51318
|
-
private static readonly
|
|
51433
|
+
private static readonly _c9;
|
|
51319
51434
|
/**
|
|
51320
51435
|
* @hidden
|
|
51321
51436
|
*/
|
|
@@ -51335,31 +51450,35 @@ export declare class Series extends ChartObject {
|
|
|
51335
51450
|
/**
|
|
51336
51451
|
* @hidden
|
|
51337
51452
|
*/
|
|
51338
|
-
private static readonly
|
|
51453
|
+
private static readonly _df;
|
|
51339
51454
|
/**
|
|
51340
51455
|
* @hidden
|
|
51341
51456
|
*/
|
|
51342
|
-
static readonly
|
|
51457
|
+
private static readonly _dh;
|
|
51343
51458
|
/**
|
|
51344
51459
|
* @hidden
|
|
51345
51460
|
*/
|
|
51346
|
-
|
|
51461
|
+
static readonly _dg: number;
|
|
51347
51462
|
/**
|
|
51348
51463
|
* @hidden
|
|
51349
51464
|
*/
|
|
51350
|
-
static readonly
|
|
51465
|
+
private static readonly _c6;
|
|
51351
51466
|
/**
|
|
51352
51467
|
* @hidden
|
|
51353
51468
|
*/
|
|
51354
|
-
static readonly
|
|
51469
|
+
static readonly _co: number;
|
|
51355
51470
|
/**
|
|
51356
51471
|
* @hidden
|
|
51357
51472
|
*/
|
|
51358
|
-
static readonly
|
|
51473
|
+
static readonly _cq: number;
|
|
51359
51474
|
/**
|
|
51360
51475
|
* @hidden
|
|
51361
51476
|
*/
|
|
51362
|
-
static readonly
|
|
51477
|
+
static readonly _cp: number;
|
|
51478
|
+
/**
|
|
51479
|
+
* @hidden
|
|
51480
|
+
*/
|
|
51481
|
+
static readonly _c4: number;
|
|
51363
51482
|
/**
|
|
51364
51483
|
* @hidden
|
|
51365
51484
|
*/
|
|
@@ -51371,7 +51490,7 @@ export declare class Series extends ChartObject {
|
|
|
51371
51490
|
private _bc;
|
|
51372
51491
|
private _af;
|
|
51373
51492
|
private _aa;
|
|
51374
|
-
private
|
|
51493
|
+
private _di;
|
|
51375
51494
|
private _ah;
|
|
51376
51495
|
private _ad;
|
|
51377
51496
|
private _bk;
|
|
@@ -51379,20 +51498,20 @@ export declare class Series extends ChartObject {
|
|
|
51379
51498
|
private _be;
|
|
51380
51499
|
private _ax;
|
|
51381
51500
|
private _az;
|
|
51382
|
-
private
|
|
51501
|
+
private _cc;
|
|
51383
51502
|
private _al;
|
|
51384
51503
|
private _a1;
|
|
51385
51504
|
private _a3;
|
|
51386
51505
|
private _at;
|
|
51387
51506
|
private _ai;
|
|
51388
51507
|
private _am;
|
|
51389
|
-
private
|
|
51508
|
+
private _dj;
|
|
51390
51509
|
private _a5;
|
|
51391
51510
|
private _bg;
|
|
51392
51511
|
private _ba;
|
|
51393
51512
|
private _a8;
|
|
51394
|
-
private
|
|
51395
|
-
private
|
|
51513
|
+
private _ca;
|
|
51514
|
+
private _cd;
|
|
51396
51515
|
private _bo;
|
|
51397
51516
|
private _bi;
|
|
51398
51517
|
private _bl;
|
|
@@ -51606,11 +51725,11 @@ export declare class Series extends ChartObject {
|
|
|
51606
51725
|
/**
|
|
51607
51726
|
* @hidden
|
|
51608
51727
|
*/
|
|
51609
|
-
|
|
51728
|
+
_dt(a: ChartType, b: boolean): void;
|
|
51610
51729
|
/**
|
|
51611
51730
|
* @hidden
|
|
51612
51731
|
*/
|
|
51613
|
-
private
|
|
51732
|
+
private _b8;
|
|
51614
51733
|
/**
|
|
51615
51734
|
* Returns a [[SeriesDataLabels]] instance which applies to all [[DataLabel]]
|
|
51616
51735
|
* instances which do not have a specific setting for a given property.
|
|
@@ -51622,7 +51741,7 @@ export declare class Series extends ChartObject {
|
|
|
51622
51741
|
/**
|
|
51623
51742
|
* @hidden
|
|
51624
51743
|
*/
|
|
51625
|
-
private
|
|
51744
|
+
private _dp;
|
|
51626
51745
|
/**
|
|
51627
51746
|
* Returns the [[DataPoint]] instance at the specified
|
|
51628
51747
|
* ordinal position within this collection.
|
|
@@ -51657,7 +51776,7 @@ export declare class Series extends ChartObject {
|
|
|
51657
51776
|
/**
|
|
51658
51777
|
* @hidden
|
|
51659
51778
|
*/
|
|
51660
|
-
readonly
|
|
51779
|
+
readonly _dl: Nullable$1<number>;
|
|
51661
51780
|
/**
|
|
51662
51781
|
* Returns or sets a [[ChartFillBase]] derived object
|
|
51663
51782
|
* which defines the fill for this series. Not applicable for
|
|
@@ -51727,7 +51846,7 @@ export declare class Series extends ChartObject {
|
|
|
51727
51846
|
/**
|
|
51728
51847
|
* @hidden
|
|
51729
51848
|
*/
|
|
51730
|
-
readonly
|
|
51849
|
+
readonly _dm: Nullable$1<number>;
|
|
51731
51850
|
/**
|
|
51732
51851
|
* Determines the style of the markers
|
|
51733
51852
|
*/
|
|
@@ -51798,7 +51917,7 @@ export declare class Series extends ChartObject {
|
|
|
51798
51917
|
/**
|
|
51799
51918
|
* @hidden
|
|
51800
51919
|
*/
|
|
51801
|
-
readonly
|
|
51920
|
+
readonly _b7: boolean;
|
|
51802
51921
|
/**
|
|
51803
51922
|
* Returns the [[Trendline]] instance at the specified
|
|
51804
51923
|
* ordinal position within the collection.
|
|
@@ -51845,7 +51964,7 @@ export declare class Series extends ChartObject {
|
|
|
51845
51964
|
/**
|
|
51846
51965
|
* @hidden
|
|
51847
51966
|
*/
|
|
51848
|
-
private
|
|
51967
|
+
private _b9;
|
|
51849
51968
|
/**
|
|
51850
51969
|
* Returns or sets a [[xValues]] instance that contains a collection of all the x values in the series.
|
|
51851
51970
|
* <para>The value of this property can be a range on a worksheet or an array of constant values, but not a combination of both.
|
|
@@ -51855,7 +51974,7 @@ export declare class Series extends ChartObject {
|
|
|
51855
51974
|
/**
|
|
51856
51975
|
* @hidden
|
|
51857
51976
|
*/
|
|
51858
|
-
|
|
51977
|
+
_du(a: XValues, b: boolean): void;
|
|
51859
51978
|
/**
|
|
51860
51979
|
* @hidden
|
|
51861
51980
|
*/
|
|
@@ -51877,7 +51996,11 @@ export declare class Series extends ChartObject {
|
|
|
51877
51996
|
/**
|
|
51878
51997
|
* @hidden
|
|
51879
51998
|
*/
|
|
51880
|
-
|
|
51999
|
+
readonly _b3: boolean;
|
|
52000
|
+
/**
|
|
52001
|
+
* @hidden
|
|
52002
|
+
*/
|
|
52003
|
+
_dn(a: any[], b: any[]): {
|
|
51881
52004
|
p0: any[];
|
|
51882
52005
|
p1: any[];
|
|
51883
52006
|
};
|
|
@@ -51896,11 +52019,11 @@ export declare class Series extends ChartObject {
|
|
|
51896
52019
|
/**
|
|
51897
52020
|
* @hidden
|
|
51898
52021
|
*/
|
|
51899
|
-
private
|
|
52022
|
+
private _dr;
|
|
51900
52023
|
/**
|
|
51901
52024
|
* @hidden
|
|
51902
52025
|
*/
|
|
51903
|
-
private
|
|
52026
|
+
private _ds;
|
|
51904
52027
|
/**
|
|
51905
52028
|
* @hidden
|
|
51906
52029
|
*/
|
|
@@ -51935,11 +52058,11 @@ export declare class Series extends ChartObject {
|
|
|
51935
52058
|
/**
|
|
51936
52059
|
* @hidden
|
|
51937
52060
|
*/
|
|
51938
|
-
|
|
52061
|
+
_dq(): void;
|
|
51939
52062
|
/**
|
|
51940
52063
|
* @hidden
|
|
51941
52064
|
*/
|
|
51942
|
-
|
|
52065
|
+
_dv(): void;
|
|
51943
52066
|
}
|
|
51944
52067
|
/**
|
|
51945
52068
|
* @hidden
|
|
@@ -52728,14 +52851,15 @@ export declare abstract class WorkbookLoadManager extends WorkbookSerializationM
|
|
|
52728
52851
|
protected abstract _p(): WorkItem;
|
|
52729
52852
|
_y(a: NamedReference, b: boolean): void;
|
|
52730
52853
|
static _v(a: Workbook, b: string, c: string): any;
|
|
52731
|
-
|
|
52854
|
+
_af(a: CT_Transform2D, b: number, c: CT_GroupTransform2D, d: Rect): Rect;
|
|
52732
52855
|
_q(a: number): WorksheetReference;
|
|
52733
52856
|
_o(): WorkItem;
|
|
52734
52857
|
_z(): void;
|
|
52735
|
-
|
|
52736
|
-
|
|
52858
|
+
_ad<T>($t: Type, a: WorksheetTableAreaFormatsCollection$1<T>, b: T, c: (arg1: T, arg2: CellFormatValue) => boolean, d: WorkbookStyle, e: WorksheetCellFormatData): void;
|
|
52859
|
+
_ae<T>($t: Type, a: WorksheetTableAreaFormatsCollection$1<T>, b: T, c: (arg1: T, arg2: CellFormatValue) => boolean, d: WorkbookStyle, e: WorksheetCellFormatData, f: WorksheetCellFormatData, ...g: CellFormatValue[]): void;
|
|
52737
52860
|
private static _aa;
|
|
52738
52861
|
private static _ab;
|
|
52862
|
+
private static _ac;
|
|
52739
52863
|
private _s;
|
|
52740
52864
|
private static _w;
|
|
52741
52865
|
private static readonly _x;
|