igniteui-webcomponents-excel 4.0.2 → 4.0.4
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 +2889 -2771
- package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
- package/esm2015/lib/AlternateContentChoice_combined.js +1 -1
- 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 +2057 -1977
- 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/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/OrderedSortCondition.js +2 -2
- package/esm2015/lib/PngPartManager.js +1 -1
- package/esm2015/lib/TiffPartManager.js +1 -1
- package/esm2015/lib/UltraCalcConditionalFunctionBase_CriteriaEvaluator.js +1 -1
- package/esm2015/lib/UltraCalcFunctionAddress.js +1 -1
- package/esm2015/lib/UltraCalcFunctionLookupBase.js +2 -2
- package/esm2015/lib/UltraCalcFunctionXBase2Dec.js +1 -1
- 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 +166 -162
- package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +527 -518
- 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 +1 -1
- 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 +2065 -1973
- 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/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/OrderedSortCondition.js +2 -2
- package/esm5/lib/PngPartManager.js +1 -1
- package/esm5/lib/TiffPartManager.js +1 -1
- package/esm5/lib/UltraCalcConditionalFunctionBase_CriteriaEvaluator.js +1 -1
- package/esm5/lib/UltraCalcFunctionAddress.js +1 -1
- package/esm5/lib/UltraCalcFunctionLookupBase.js +2 -2
- package/esm5/lib/UltraCalcFunctionXBase2Dec.js +1 -1
- 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 +166 -162
- package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +527 -518
- 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 +2881 -2776
- package/fesm5/igniteui-webcomponents-excel.js +2889 -2772
- package/lib/DefaultStyleHelper_combined.d.ts +378 -339
- package/lib/ISheetBackground.d.ts +12 -0
- package/lib/ImageFormat.d.ts +6 -4
- 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
|
|
@@ -9681,6 +9693,10 @@ export declare abstract class DisplayOptionsBase extends Base implements IChange
|
|
|
9681
9693
|
* @hidden
|
|
9682
9694
|
*/
|
|
9683
9695
|
_s(a: DisplayOptionsBase): void;
|
|
9696
|
+
/**
|
|
9697
|
+
* @hidden
|
|
9698
|
+
*/
|
|
9699
|
+
_t(a: FormatLimitErrors, b: WorkbookFormat): void;
|
|
9684
9700
|
/**
|
|
9685
9701
|
* @hidden
|
|
9686
9702
|
*/
|
|
@@ -9731,10 +9747,6 @@ export declare abstract class DisplayOptionsBase extends Base implements IChange
|
|
|
9731
9747
|
*/
|
|
9732
9748
|
export declare abstract class DisplayOptions extends DisplayOptionsBase {
|
|
9733
9749
|
static $t: Type;
|
|
9734
|
-
/**
|
|
9735
|
-
* @hidden
|
|
9736
|
-
*/
|
|
9737
|
-
static readonly _a4: number;
|
|
9738
9750
|
/**
|
|
9739
9751
|
* @hidden
|
|
9740
9752
|
*/
|
|
@@ -9742,15 +9754,15 @@ export declare abstract class DisplayOptions extends DisplayOptionsBase {
|
|
|
9742
9754
|
/**
|
|
9743
9755
|
* @hidden
|
|
9744
9756
|
*/
|
|
9745
|
-
static readonly
|
|
9757
|
+
static readonly _a6: number;
|
|
9746
9758
|
/**
|
|
9747
9759
|
* @hidden
|
|
9748
9760
|
*/
|
|
9749
|
-
|
|
9761
|
+
static readonly _a4: number;
|
|
9750
9762
|
/**
|
|
9751
9763
|
* @hidden
|
|
9752
9764
|
*/
|
|
9753
|
-
private static readonly
|
|
9765
|
+
private static readonly _a7;
|
|
9754
9766
|
/**
|
|
9755
9767
|
* @hidden
|
|
9756
9768
|
*/
|
|
@@ -9790,28 +9802,32 @@ export declare abstract class DisplayOptions extends DisplayOptionsBase {
|
|
|
9790
9802
|
/**
|
|
9791
9803
|
* @hidden
|
|
9792
9804
|
*/
|
|
9793
|
-
private static readonly
|
|
9805
|
+
private static readonly _bk;
|
|
9794
9806
|
/**
|
|
9795
9807
|
* @hidden
|
|
9796
9808
|
*/
|
|
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
|
|
9809
|
+
private static readonly _ba;
|
|
9810
|
+
/**
|
|
9811
|
+
* @hidden
|
|
9812
|
+
*/
|
|
9813
|
+
private static readonly _u;
|
|
9814
|
+
private _ad;
|
|
9815
|
+
private _x;
|
|
9816
|
+
private _a2;
|
|
9817
|
+
private _a8;
|
|
9818
|
+
private _ak;
|
|
9819
|
+
private _bl;
|
|
9820
|
+
private _bn;
|
|
9821
|
+
private _aq;
|
|
9822
|
+
private _as;
|
|
9823
|
+
private _au;
|
|
9824
|
+
private _aw;
|
|
9825
|
+
private _ay;
|
|
9826
|
+
private _a0;
|
|
9827
|
+
private _ab;
|
|
9828
|
+
private _ah;
|
|
9829
|
+
private _af;
|
|
9830
|
+
private _z;
|
|
9815
9831
|
constructor(a: Worksheet);
|
|
9816
9832
|
/**
|
|
9817
9833
|
* Resets the display options to their default settings.
|
|
@@ -9827,15 +9843,15 @@ export declare abstract class DisplayOptions extends DisplayOptionsBase {
|
|
|
9827
9843
|
/**
|
|
9828
9844
|
* @hidden
|
|
9829
9845
|
*/
|
|
9830
|
-
|
|
9846
|
+
_br(a: WorksheetView): void;
|
|
9831
9847
|
/**
|
|
9832
9848
|
* @hidden
|
|
9833
9849
|
*/
|
|
9834
|
-
private static
|
|
9850
|
+
private static _w;
|
|
9835
9851
|
/**
|
|
9836
9852
|
* @hidden
|
|
9837
9853
|
*/
|
|
9838
|
-
private static
|
|
9854
|
+
private static _v;
|
|
9839
9855
|
/**
|
|
9840
9856
|
* Gets the settings which control the frozen panes in the worksheet.
|
|
9841
9857
|
* <p class="body">
|
|
@@ -9871,7 +9887,7 @@ export declare abstract class DisplayOptions extends DisplayOptionsBase {
|
|
|
9871
9887
|
/**
|
|
9872
9888
|
* @hidden
|
|
9873
9889
|
*/
|
|
9874
|
-
private
|
|
9890
|
+
private _bq;
|
|
9875
9891
|
/**
|
|
9876
9892
|
* Gets or sets the value which indicates if the panes in the worksheet are frozen.
|
|
9877
9893
|
* <p class="body">
|
|
@@ -10010,41 +10026,41 @@ export declare abstract class DisplayOptions extends DisplayOptionsBase {
|
|
|
10010
10026
|
/**
|
|
10011
10027
|
* @hidden
|
|
10012
10028
|
*/
|
|
10013
|
-
|
|
10029
|
+
_aa: PaneLocation;
|
|
10014
10030
|
/**
|
|
10015
10031
|
* @hidden
|
|
10016
10032
|
*/
|
|
10017
10033
|
/**
|
|
10018
10034
|
* @hidden
|
|
10019
10035
|
*/
|
|
10020
|
-
|
|
10036
|
+
_a9: number;
|
|
10021
10037
|
/**
|
|
10022
10038
|
* @hidden
|
|
10023
10039
|
*/
|
|
10024
|
-
readonly
|
|
10040
|
+
readonly _aj: boolean;
|
|
10025
10041
|
/**
|
|
10026
10042
|
* @hidden
|
|
10027
10043
|
*/
|
|
10028
|
-
readonly
|
|
10044
|
+
readonly _ag: WorksheetSelection;
|
|
10029
10045
|
/**
|
|
10030
10046
|
* @hidden
|
|
10031
10047
|
*/
|
|
10032
|
-
readonly
|
|
10048
|
+
readonly _ao: boolean;
|
|
10033
10049
|
/**
|
|
10034
10050
|
* @hidden
|
|
10035
10051
|
*/
|
|
10036
|
-
readonly
|
|
10052
|
+
readonly _ap: boolean;
|
|
10037
10053
|
/**
|
|
10038
10054
|
* @hidden
|
|
10039
10055
|
*/
|
|
10040
10056
|
/**
|
|
10041
10057
|
* @hidden
|
|
10042
10058
|
*/
|
|
10043
|
-
|
|
10059
|
+
_a3: boolean;
|
|
10044
10060
|
/**
|
|
10045
10061
|
* @hidden
|
|
10046
10062
|
*/
|
|
10047
|
-
readonly
|
|
10063
|
+
readonly _ae: Worksheet;
|
|
10048
10064
|
/**
|
|
10049
10065
|
* Removes any saved selection information.
|
|
10050
10066
|
*/
|
|
@@ -10056,15 +10072,15 @@ export declare abstract class DisplayOptions extends DisplayOptionsBase {
|
|
|
10056
10072
|
/**
|
|
10057
10073
|
* @hidden
|
|
10058
10074
|
*/
|
|
10059
|
-
|
|
10075
|
+
_am(): boolean;
|
|
10060
10076
|
/**
|
|
10061
10077
|
* @hidden
|
|
10062
10078
|
*/
|
|
10063
|
-
|
|
10079
|
+
_an(): boolean;
|
|
10064
10080
|
/**
|
|
10065
10081
|
* @hidden
|
|
10066
10082
|
*/
|
|
10067
|
-
|
|
10083
|
+
_bs(): void;
|
|
10068
10084
|
}
|
|
10069
10085
|
/**
|
|
10070
10086
|
* Class which exposes the worksheet display options which can only be controlled through the custom view.
|
|
@@ -10076,20 +10092,20 @@ export declare class CustomViewDisplayOptions extends DisplayOptions {
|
|
|
10076
10092
|
/**
|
|
10077
10093
|
* @hidden
|
|
10078
10094
|
*/
|
|
10079
|
-
private static readonly
|
|
10095
|
+
private static readonly _b0;
|
|
10080
10096
|
/**
|
|
10081
10097
|
* @hidden
|
|
10082
10098
|
*/
|
|
10083
|
-
private static readonly
|
|
10099
|
+
private static readonly _b1;
|
|
10084
10100
|
/**
|
|
10085
10101
|
* @hidden
|
|
10086
10102
|
*/
|
|
10087
|
-
private static readonly
|
|
10088
|
-
private
|
|
10103
|
+
private static readonly _bu;
|
|
10104
|
+
private _by;
|
|
10089
10105
|
/**
|
|
10090
10106
|
* @hidden
|
|
10091
10107
|
*/
|
|
10092
|
-
readonly
|
|
10108
|
+
readonly _bx: CustomView;
|
|
10093
10109
|
constructor(a: Worksheet, b: CustomView);
|
|
10094
10110
|
/**
|
|
10095
10111
|
* @hidden
|
|
@@ -10117,11 +10133,11 @@ export declare class CustomViewDisplayOptions extends DisplayOptions {
|
|
|
10117
10133
|
/**
|
|
10118
10134
|
* @hidden
|
|
10119
10135
|
*/
|
|
10120
|
-
private static
|
|
10136
|
+
private static _bw;
|
|
10121
10137
|
/**
|
|
10122
10138
|
* @hidden
|
|
10123
10139
|
*/
|
|
10124
|
-
private static
|
|
10140
|
+
private static _bv;
|
|
10125
10141
|
/**
|
|
10126
10142
|
* Gets or sets the magnification level of the worksheet in the current [[DisplayOptions.view]].
|
|
10127
10143
|
* <p class="body">
|
|
@@ -13510,7 +13526,7 @@ export declare class WorksheetResizeInfo extends Base {
|
|
|
13510
13526
|
* collection on a [[Workbook]] instance.
|
|
13511
13527
|
* </p>
|
|
13512
13528
|
*/
|
|
13513
|
-
export declare class Worksheet extends Sheet implements IWorksheetShapeOwner, ISortSettingsOwner {
|
|
13529
|
+
export declare class Worksheet extends Sheet implements IWorksheetShapeOwner, ISortSettingsOwner, ISheetBackground {
|
|
13514
13530
|
static $t: Type;
|
|
13515
13531
|
/**
|
|
13516
13532
|
* @hidden
|
|
@@ -13701,6 +13717,13 @@ export declare class Worksheet extends Sheet implements IWorksheetShapeOwner, IS
|
|
|
13701
13717
|
* @hidden
|
|
13702
13718
|
*/
|
|
13703
13719
|
readonly sheet: Sheet;
|
|
13720
|
+
/**
|
|
13721
|
+
* @hidden
|
|
13722
|
+
*/
|
|
13723
|
+
/**
|
|
13724
|
+
* @hidden
|
|
13725
|
+
*/
|
|
13726
|
+
sheetBackground: WBitmap;
|
|
13704
13727
|
/**
|
|
13705
13728
|
* Clears all conditional formatting rules from the [[Worksheet]] so they do not get saved.
|
|
13706
13729
|
* <para class="note"><b>Note:</b> this method is obsolete. Use the Worksheet.ConditionalFormats.Clear() method instead.</para>
|
|
@@ -21154,6 +21177,10 @@ export declare abstract class PaneSettingsBase extends Base implements IChangeIn
|
|
|
21154
21177
|
* @hidden
|
|
21155
21178
|
*/
|
|
21156
21179
|
_s(a: PaneSettingsBase): void;
|
|
21180
|
+
/**
|
|
21181
|
+
* @hidden
|
|
21182
|
+
*/
|
|
21183
|
+
_t(): void;
|
|
21157
21184
|
/**
|
|
21158
21185
|
* Resets the pane settings to their defaults.
|
|
21159
21186
|
* <p class="body">
|
|
@@ -21215,7 +21242,7 @@ export declare abstract class PaneSettingsBase extends Base implements IChangeIn
|
|
|
21215
21242
|
/**
|
|
21216
21243
|
* @hidden
|
|
21217
21244
|
*/
|
|
21218
|
-
|
|
21245
|
+
_w(a: PaneSettingsBase): void;
|
|
21219
21246
|
/**
|
|
21220
21247
|
* @hidden
|
|
21221
21248
|
*/
|
|
@@ -21243,21 +21270,21 @@ export declare class FrozenPaneSettings extends PaneSettingsBase {
|
|
|
21243
21270
|
/**
|
|
21244
21271
|
* @hidden
|
|
21245
21272
|
*/
|
|
21246
|
-
private static readonly
|
|
21273
|
+
private static readonly _ad;
|
|
21247
21274
|
/**
|
|
21248
21275
|
* @hidden
|
|
21249
21276
|
*/
|
|
21250
|
-
private static readonly
|
|
21277
|
+
private static readonly _ag;
|
|
21251
21278
|
/**
|
|
21252
21279
|
* @hidden
|
|
21253
21280
|
*/
|
|
21254
|
-
private static readonly
|
|
21281
|
+
private static readonly _ah;
|
|
21255
21282
|
/**
|
|
21256
21283
|
* @hidden
|
|
21257
21284
|
*/
|
|
21258
|
-
private static readonly
|
|
21259
|
-
private
|
|
21260
|
-
private
|
|
21285
|
+
private static readonly _x;
|
|
21286
|
+
private _ab;
|
|
21287
|
+
private _ae;
|
|
21261
21288
|
constructor(a: DisplayOptions);
|
|
21262
21289
|
/**
|
|
21263
21290
|
* @hidden
|
|
@@ -21325,15 +21352,15 @@ export declare class FrozenPaneSettings extends PaneSettingsBase {
|
|
|
21325
21352
|
/**
|
|
21326
21353
|
* @hidden
|
|
21327
21354
|
*/
|
|
21328
|
-
|
|
21355
|
+
_aa: boolean;
|
|
21329
21356
|
/**
|
|
21330
21357
|
* @hidden
|
|
21331
21358
|
*/
|
|
21332
|
-
private static
|
|
21359
|
+
private static _z;
|
|
21333
21360
|
/**
|
|
21334
21361
|
* @hidden
|
|
21335
21362
|
*/
|
|
21336
|
-
private static
|
|
21363
|
+
private static _y;
|
|
21337
21364
|
/**
|
|
21338
21365
|
* @hidden
|
|
21339
21366
|
*/
|
|
@@ -28640,32 +28667,32 @@ export declare class UnfrozenPaneSettings extends PaneSettingsBase {
|
|
|
28640
28667
|
/**
|
|
28641
28668
|
* @hidden
|
|
28642
28669
|
*/
|
|
28643
|
-
private static readonly
|
|
28670
|
+
private static readonly _ac;
|
|
28644
28671
|
/**
|
|
28645
28672
|
* @hidden
|
|
28646
28673
|
*/
|
|
28647
|
-
private static readonly
|
|
28674
|
+
private static readonly _af;
|
|
28648
28675
|
/**
|
|
28649
28676
|
* @hidden
|
|
28650
28677
|
*/
|
|
28651
|
-
private static readonly
|
|
28678
|
+
private static readonly _aj;
|
|
28652
28679
|
/**
|
|
28653
28680
|
* @hidden
|
|
28654
28681
|
*/
|
|
28655
|
-
private static readonly
|
|
28682
|
+
private static readonly _ao;
|
|
28656
28683
|
/**
|
|
28657
28684
|
* @hidden
|
|
28658
28685
|
*/
|
|
28659
|
-
private static readonly
|
|
28686
|
+
private static readonly _al;
|
|
28660
28687
|
/**
|
|
28661
28688
|
* @hidden
|
|
28662
28689
|
*/
|
|
28663
|
-
private static readonly
|
|
28664
|
-
private
|
|
28665
|
-
private _aj;
|
|
28666
|
-
private _z;
|
|
28667
|
-
private _ac;
|
|
28690
|
+
private static readonly _x;
|
|
28691
|
+
private _ah;
|
|
28668
28692
|
private _am;
|
|
28693
|
+
private _aa;
|
|
28694
|
+
private _ad;
|
|
28695
|
+
private _ap;
|
|
28669
28696
|
constructor(a: DisplayOptions);
|
|
28670
28697
|
/**
|
|
28671
28698
|
* @hidden
|
|
@@ -28691,6 +28718,10 @@ export declare class UnfrozenPaneSettings extends PaneSettingsBase {
|
|
|
28691
28718
|
* @hidden
|
|
28692
28719
|
*/
|
|
28693
28720
|
_s(a: PaneSettingsBase): void;
|
|
28721
|
+
/**
|
|
28722
|
+
* @hidden
|
|
28723
|
+
*/
|
|
28724
|
+
_t(): void;
|
|
28694
28725
|
/**
|
|
28695
28726
|
* Resets the unfrozen pane settings to their defaults.
|
|
28696
28727
|
* <p class="body">
|
|
@@ -28733,6 +28764,14 @@ export declare class UnfrozenPaneSettings extends PaneSettingsBase {
|
|
|
28733
28764
|
* @throws [[ArgumentOutOfRangeException]] Thrown when the width specified is outside the valid width range (0 to 65535).
|
|
28734
28765
|
*/
|
|
28735
28766
|
leftPaneWidth: number;
|
|
28767
|
+
/**
|
|
28768
|
+
* @hidden
|
|
28769
|
+
*/
|
|
28770
|
+
readonly _ak: number;
|
|
28771
|
+
/**
|
|
28772
|
+
* @hidden
|
|
28773
|
+
*/
|
|
28774
|
+
private _ag;
|
|
28736
28775
|
/**
|
|
28737
28776
|
* Gets or sets the height of the top pane in twips (1/20th of a point).
|
|
28738
28777
|
* <p class="body">
|
|
@@ -28747,15 +28786,15 @@ export declare class UnfrozenPaneSettings extends PaneSettingsBase {
|
|
|
28747
28786
|
/**
|
|
28748
28787
|
* @hidden
|
|
28749
28788
|
*/
|
|
28750
|
-
private static
|
|
28789
|
+
private static _z;
|
|
28751
28790
|
/**
|
|
28752
28791
|
* @hidden
|
|
28753
28792
|
*/
|
|
28754
|
-
private static
|
|
28793
|
+
private static _y;
|
|
28755
28794
|
/**
|
|
28756
28795
|
* @hidden
|
|
28757
28796
|
*/
|
|
28758
|
-
private
|
|
28797
|
+
private _aq;
|
|
28759
28798
|
/**
|
|
28760
28799
|
* @hidden
|
|
28761
28800
|
*/
|
|
@@ -28763,7 +28802,7 @@ export declare class UnfrozenPaneSettings extends PaneSettingsBase {
|
|
|
28763
28802
|
/**
|
|
28764
28803
|
* @hidden
|
|
28765
28804
|
*/
|
|
28766
|
-
|
|
28805
|
+
_ar(a: number, b: number): void;
|
|
28767
28806
|
}
|
|
28768
28807
|
/**
|
|
28769
28808
|
* Abstract base class for all shapes that can display text.
|
|
@@ -34034,38 +34073,38 @@ export declare class WorksheetDisplayOptions extends DisplayOptions {
|
|
|
34034
34073
|
/**
|
|
34035
34074
|
* @hidden
|
|
34036
34075
|
*/
|
|
34037
|
-
private static readonly
|
|
34076
|
+
private static readonly _b8;
|
|
34038
34077
|
/**
|
|
34039
34078
|
* @hidden
|
|
34040
34079
|
*/
|
|
34041
|
-
private static readonly
|
|
34080
|
+
private static readonly _cb;
|
|
34042
34081
|
/**
|
|
34043
34082
|
* @hidden
|
|
34044
34083
|
*/
|
|
34045
|
-
private static readonly
|
|
34084
|
+
private static readonly _ce;
|
|
34046
34085
|
/**
|
|
34047
34086
|
* @hidden
|
|
34048
34087
|
*/
|
|
34049
|
-
private static readonly
|
|
34088
|
+
private static readonly _cg;
|
|
34050
34089
|
/**
|
|
34051
34090
|
* @hidden
|
|
34052
34091
|
*/
|
|
34053
|
-
private static readonly
|
|
34092
|
+
private static readonly _ch;
|
|
34054
34093
|
/**
|
|
34055
34094
|
* @hidden
|
|
34056
34095
|
*/
|
|
34057
|
-
private static readonly
|
|
34096
|
+
private static readonly _cf;
|
|
34058
34097
|
/**
|
|
34059
34098
|
* @hidden
|
|
34060
34099
|
*/
|
|
34061
|
-
private static readonly
|
|
34062
|
-
private
|
|
34063
|
-
private
|
|
34064
|
-
private
|
|
34100
|
+
private static readonly _bu;
|
|
34101
|
+
private _b6;
|
|
34102
|
+
private _b9;
|
|
34103
|
+
private _cc;
|
|
34104
|
+
private _bz;
|
|
34105
|
+
private _b1;
|
|
34065
34106
|
private _by;
|
|
34066
|
-
private
|
|
34067
|
-
private _bx;
|
|
34068
|
-
private _b2;
|
|
34107
|
+
private _b3;
|
|
34069
34108
|
constructor(a: Worksheet, b: boolean);
|
|
34070
34109
|
/**
|
|
34071
34110
|
* @hidden
|
|
@@ -34093,23 +34132,23 @@ export declare class WorksheetDisplayOptions extends DisplayOptions {
|
|
|
34093
34132
|
/**
|
|
34094
34133
|
* @hidden
|
|
34095
34134
|
*/
|
|
34096
|
-
|
|
34135
|
+
_br(a: WorksheetView): void;
|
|
34097
34136
|
/**
|
|
34098
34137
|
* @hidden
|
|
34099
34138
|
*/
|
|
34100
|
-
private static
|
|
34139
|
+
private static _bw;
|
|
34101
34140
|
/**
|
|
34102
34141
|
* @hidden
|
|
34103
34142
|
*/
|
|
34104
|
-
private static
|
|
34143
|
+
private static _bv;
|
|
34105
34144
|
/**
|
|
34106
34145
|
* @hidden
|
|
34107
34146
|
*/
|
|
34108
|
-
private
|
|
34147
|
+
private _b5;
|
|
34109
34148
|
/**
|
|
34110
34149
|
* @hidden
|
|
34111
34150
|
*/
|
|
34112
|
-
private
|
|
34151
|
+
private _ci;
|
|
34113
34152
|
/**
|
|
34114
34153
|
* Gets or sets the magnification level of the worksheet when it is displayed in normal view.
|
|
34115
34154
|
* <p class="body">
|
|
@@ -34191,7 +34230,7 @@ export declare class WorksheetDisplayOptions extends DisplayOptions {
|
|
|
34191
34230
|
/**
|
|
34192
34231
|
* @hidden
|
|
34193
34232
|
*/
|
|
34194
|
-
|
|
34233
|
+
_b4: number;
|
|
34195
34234
|
}
|
|
34196
34235
|
/**
|
|
34197
34236
|
* @hidden
|
|
@@ -48412,21 +48451,21 @@ export declare abstract class ChartsheetDisplayOptionsBase extends DisplayOption
|
|
|
48412
48451
|
/**
|
|
48413
48452
|
* @hidden
|
|
48414
48453
|
*/
|
|
48415
|
-
private static readonly
|
|
48454
|
+
private static readonly _ad;
|
|
48416
48455
|
/**
|
|
48417
48456
|
* @hidden
|
|
48418
48457
|
*/
|
|
48419
|
-
private static readonly
|
|
48458
|
+
private static readonly _ab;
|
|
48420
48459
|
/**
|
|
48421
48460
|
* @hidden
|
|
48422
48461
|
*/
|
|
48423
|
-
private static readonly
|
|
48462
|
+
private static readonly _ac;
|
|
48424
48463
|
/**
|
|
48425
48464
|
* @hidden
|
|
48426
48465
|
*/
|
|
48427
|
-
private static readonly
|
|
48428
|
-
private
|
|
48429
|
-
private
|
|
48466
|
+
private static readonly _u;
|
|
48467
|
+
private _z;
|
|
48468
|
+
private _x;
|
|
48430
48469
|
constructor(a: Chartsheet);
|
|
48431
48470
|
/**
|
|
48432
48471
|
* @hidden
|
|
@@ -48453,11 +48492,11 @@ export declare abstract class ChartsheetDisplayOptionsBase extends DisplayOption
|
|
|
48453
48492
|
/**
|
|
48454
48493
|
* @hidden
|
|
48455
48494
|
*/
|
|
48456
|
-
private static
|
|
48495
|
+
private static _w;
|
|
48457
48496
|
/**
|
|
48458
48497
|
* @hidden
|
|
48459
48498
|
*/
|
|
48460
|
-
private static
|
|
48499
|
+
private static _v;
|
|
48461
48500
|
}
|
|
48462
48501
|
/**
|
|
48463
48502
|
* Class which exposes the display options which can only be controlled through the chartsheet.
|
|
@@ -48490,7 +48529,7 @@ export declare class CustomViewChartDisplayOptions extends ChartsheetDisplayOpti
|
|
|
48490
48529
|
/**
|
|
48491
48530
|
* @hidden
|
|
48492
48531
|
*/
|
|
48493
|
-
readonly
|
|
48532
|
+
readonly _ae: CustomView;
|
|
48494
48533
|
constructor(a: Chartsheet, b: CustomView);
|
|
48495
48534
|
/**
|
|
48496
48535
|
* @hidden
|