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.
Files changed (85) hide show
  1. package/bundles/igniteui-webcomponents-excel.umd.js +2889 -2771
  2. package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
  3. package/esm2015/lib/AlternateContentChoice_combined.js +1 -1
  4. package/esm2015/lib/BiffRecordStream.js +2 -2
  5. package/esm2015/lib/BorderInfo.js +2 -2
  6. package/esm2015/lib/ColorInfo.js +3 -3
  7. package/esm2015/lib/CustomListSortCondition.js +1 -1
  8. package/esm2015/lib/DefaultStyleHelper_combined.js +2057 -1977
  9. package/esm2015/lib/DrawingPartManagerHelpers_combined.js +1 -1
  10. package/esm2015/lib/DxfInfo.js +6 -6
  11. package/esm2015/lib/EnumConverter.js +1 -1
  12. package/esm2015/lib/ExtPropColorLoaded.js +1 -1
  13. package/esm2015/lib/FinancialUtils.js +6 -6
  14. package/esm2015/lib/GradientStop.js +1 -1
  15. package/esm2015/lib/ISheetBackground.js +11 -0
  16. package/esm2015/lib/IconSortCondition.js +6 -6
  17. package/esm2015/lib/ImageFormat.js +33 -31
  18. package/esm2015/lib/MultipleCellBlankInfo.js +1 -1
  19. package/esm2015/lib/MultipleCellRKInfo.js +2 -2
  20. package/esm2015/lib/ObjectModelDrawingPartManager_ShapeIdentity.js +1 -1
  21. package/esm2015/lib/OrderedSortCondition.js +2 -2
  22. package/esm2015/lib/PngPartManager.js +1 -1
  23. package/esm2015/lib/TiffPartManager.js +1 -1
  24. package/esm2015/lib/UltraCalcConditionalFunctionBase_CriteriaEvaluator.js +1 -1
  25. package/esm2015/lib/UltraCalcFunctionAddress.js +1 -1
  26. package/esm2015/lib/UltraCalcFunctionLookupBase.js +2 -2
  27. package/esm2015/lib/UltraCalcFunctionXBase2Dec.js +1 -1
  28. package/esm2015/lib/WeakWorkbookOwner.js +10 -10
  29. package/esm2015/lib/WmfPartManager.js +1 -1
  30. package/esm2015/lib/WorkbookLoadManagerExcel2007_FontCollection.js +1 -1
  31. package/esm2015/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +7 -7
  32. package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +166 -162
  33. package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +527 -518
  34. package/esm2015/lib/WorksheetRegion_HorizontalWeakSorter.js +2 -2
  35. package/esm2015/lib/XFPropBorderLoaded.js +1 -1
  36. package/esm2015/lib/XFPropColorLoaded.js +1 -1
  37. package/esm2015/lib/XFPropGradientStopLoaded.js +1 -1
  38. package/esm2015/lib/XlsxUtilities_ColorTransformsApplicator.js +6 -6
  39. package/esm2015/lib/XlsxUtilities_combined.js +13 -13
  40. package/esm2015/public_api.js +1 -0
  41. package/esm5/lib/AlternateContentChoice_combined.js +1 -1
  42. package/esm5/lib/BiffRecordStream.js +2 -2
  43. package/esm5/lib/BorderInfo.js +2 -2
  44. package/esm5/lib/ColorInfo.js +3 -3
  45. package/esm5/lib/CustomListSortCondition.js +1 -1
  46. package/esm5/lib/DefaultStyleHelper_combined.js +2065 -1973
  47. package/esm5/lib/DrawingPartManagerHelpers_combined.js +1 -1
  48. package/esm5/lib/DxfInfo.js +6 -6
  49. package/esm5/lib/EnumConverter.js +1 -1
  50. package/esm5/lib/ExtPropColorLoaded.js +1 -1
  51. package/esm5/lib/FinancialUtils.js +6 -6
  52. package/esm5/lib/GradientStop.js +1 -1
  53. package/esm5/lib/ISheetBackground.js +11 -0
  54. package/esm5/lib/IconSortCondition.js +6 -6
  55. package/esm5/lib/ImageFormat.js +33 -31
  56. package/esm5/lib/MultipleCellBlankInfo.js +1 -1
  57. package/esm5/lib/MultipleCellRKInfo.js +2 -2
  58. package/esm5/lib/ObjectModelDrawingPartManager_ShapeIdentity.js +1 -1
  59. package/esm5/lib/OrderedSortCondition.js +2 -2
  60. package/esm5/lib/PngPartManager.js +1 -1
  61. package/esm5/lib/TiffPartManager.js +1 -1
  62. package/esm5/lib/UltraCalcConditionalFunctionBase_CriteriaEvaluator.js +1 -1
  63. package/esm5/lib/UltraCalcFunctionAddress.js +1 -1
  64. package/esm5/lib/UltraCalcFunctionLookupBase.js +2 -2
  65. package/esm5/lib/UltraCalcFunctionXBase2Dec.js +1 -1
  66. package/esm5/lib/WeakWorkbookOwner.js +10 -10
  67. package/esm5/lib/WmfPartManager.js +1 -1
  68. package/esm5/lib/WorkbookLoadManagerExcel2007_FontCollection.js +1 -1
  69. package/esm5/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +7 -7
  70. package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +166 -162
  71. package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +527 -518
  72. package/esm5/lib/WorksheetRegion_HorizontalWeakSorter.js +2 -2
  73. package/esm5/lib/XFPropBorderLoaded.js +1 -1
  74. package/esm5/lib/XFPropColorLoaded.js +1 -1
  75. package/esm5/lib/XFPropGradientStopLoaded.js +1 -1
  76. package/esm5/lib/XlsxUtilities_ColorTransformsApplicator.js +6 -6
  77. package/esm5/lib/XlsxUtilities_combined.js +13 -13
  78. package/esm5/public_api.js +1 -0
  79. package/fesm2015/igniteui-webcomponents-excel.js +2881 -2776
  80. package/fesm5/igniteui-webcomponents-excel.js +2889 -2772
  81. package/lib/DefaultStyleHelper_combined.d.ts +378 -339
  82. package/lib/ISheetBackground.d.ts +12 -0
  83. package/lib/ImageFormat.d.ts +6 -4
  84. package/package.json +2 -2
  85. 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 hb(a: number, b: number, c: number, d: number): Rect;
317
- static fm(a: () => void): void;
318
- static fn(a: (arg1: any) => void, b?: any): void;
319
- static ee(a: Stream): string;
320
- static g5(a: number[], b: number, c: number): WBitmap;
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 g6(a: ImageHolder): WBitmap;
327
- static x(a: WBitmap, b: ImageFormat): ExcelImage;
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 d3(a: any, b: CultureInfo): string;
332
- static cp(a: CalendarType): Calendar;
333
- static readonly cq: CultureInfo;
334
- static ce(a: number): Date;
335
- static ay(a: FillPatternStyle): boolean;
336
- static a2(a: Type): boolean;
337
- static bb(a: Type): boolean;
338
- static bf(a: Type): boolean;
339
- static em(a: CultureInfo, b: boolean): StringComparer;
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 g9: Point;
342
- static readonly ha: Point;
342
+ static readonly hd: Point;
343
+ static readonly he: Point;
343
344
  private static readonly d;
344
- static bq: boolean;
345
- static readonly dq: Nullable$1<boolean>;
346
- static readonly ds: Nullable$1<number>;
347
- static readonly dt: Nullable$1<WorkbookThemeColorType>;
348
- static e0(a: number, b: number, c: number, d: number): {
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 e1(a: number, b: number, c: number, d: number): {
352
+ static e3(a: number, b: number, c: number, d: number): {
352
353
  p0?: number;
353
354
  };
354
- static e2(a: number, b: number, c: number, d: number): {
355
+ static e4(a: number, b: number, c: number, d: number): {
355
356
  p0?: number;
356
357
  };
357
- static e3(a: number, b: number, c: number, d: number): {
358
+ static e5(a: number, b: number, c: number, d: number): {
358
359
  p0?: number;
359
360
  };
360
- static e5(a: HashSet$1<number>, b: number[]): void;
361
- static e4(a: HashSet$1<number>, b: number[]): void;
362
- static gu(a: number, b: number, c: number, d: number, e: number): Color;
363
- static gv(a: Color, b: number): Color;
364
- private static cn;
365
- private static ck;
366
- static gw(a: Color, b: number): Color;
367
- static cv<T>($t: Type, a: IList$1<T>, b: T, c: IComparer$1<T>): number;
368
- static cw<T>($t: Type, a: List$1<WeakReference>, b: T, c: IComparer$1<T>, d: boolean, e: T): {
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
- private static fp;
376
- static e6(a: number, b: number, c: number): {
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 e7(a: number, b: number, c: number): {
380
+ static e9(a: number, b: number, c: number): {
380
381
  p0?: number;
381
382
  };
382
- static e8(a: number, b: number, c: number): {
383
+ static fa(a: number, b: number, c: number): {
383
384
  p0?: number;
384
385
  };
385
- static e9(a: number, b: number, c: number): {
386
+ static fb(a: number, b: number, c: number): {
386
387
  p0?: number;
387
388
  };
388
- static ez(a: Uri): Uri;
389
- static gz(a: number): Color;
390
- static gy(a: number, b: number, c: number): Color;
391
- static readonly gx: Color;
392
- static ak(a: Color): boolean;
393
- static al(a: Color): boolean;
394
- static cx(a: Color): number;
395
- static d2(a: Color): string;
396
- static g3(a: Color): Color;
397
- static g4(a: Color): Color;
398
- static am(a: Workbook, b: WorksheetCellFormatData, c: CellConditionalFormat, d: CellFill): boolean;
399
- static an(a: Workbook, b: WorksheetCellFormatData, c: CellConditionalFormat, d: WorkbookColorInfo): boolean;
400
- static ao(a: CellConditionalFormat, b: ST_IconSetType, c: Nullable$1<number>): boolean;
401
- static cr(a: number[]): Guid;
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 eu(a: number, b: number[]): number;
404
+ private static fu;
405
+ private static fv;
406
+ static ew(a: number, b: number[]): number;
406
407
  private static c;
407
- private static fq;
408
- static cs(a: number): number;
409
- static et(a: number): number;
410
- static g0(a: number, b: number, c: number): Color;
411
- static fa(a: Color, b: number, c: number, d: number): {
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 fd(a: WorksheetCellFormatProxy, b: WorksheetCellFormatProxy, c: CellFormatValue, d?: boolean, e?: CellFormatValueChangedOptions): void;
417
- static fb(a: WorksheetCellFormatData, b: WorksheetCellFormatData, c: CellFormatValue): void;
418
- static fc(a: WorksheetCellFormatData, b: WorksheetCellFormatProxy, c: CellFormatValue): void;
419
- static fe(a: WorksheetCellFormatProxy, b: WorksheetCellFormatProxy, c: CellFormatValue, d?: boolean, e?: boolean, f?: CellFormatValueChangedOptions, g?: boolean): void;
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 g7(a: number, b: number): Point;
423
- static g8(a: number, b: number): Point;
424
- static b8(): HashSet$1<Rect>;
425
- static d5(a: string, b: string): string;
426
- static d6(a: string, b: string, c: string): string;
427
- static d4(a: string, b: boolean, c: string, d: string): string;
428
- static ep(a: string, b: boolean): {
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 ff(a: boolean, b?: string): void;
433
- static fg(a: string): void;
434
- static fh(): void;
435
- static fi(): void;
436
- static fj(a: boolean, b: string): void;
437
- static g1(a: number): Color;
438
- static ci(a: number): number;
439
- static d7(a: string, b: string): string;
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 c1(a: number): number;
445
- static hc(a: Rect): Rect;
446
- static cj(a: number): number;
447
- static dh(a: number): number;
448
- static fk(a: List$1<PropertyTableBase_PropertyValue>, b: Color, c: PropertyType, d: PropertyType): void;
449
- static ev(a: Color): number;
450
- static d8(a: string): string;
451
- static readonly en: Encoding;
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 fl(a: number): {
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 eb(a: string): string;
460
- static y(a: any): SingleTargetFormula;
461
- static d1(a: number): number;
462
- private static c3;
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 b9(a: WorksheetRegion): IEnumerable$1<any>;
470
- private static _ca;
471
- static ca(a: IEnumerable$1<WorksheetRegion>, b?: boolean): IEnumerable$1<any>;
472
- static dr(a: ReferenceToken): Nullable$1<CellAddressRange>;
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 ab(a: Workbook, b: XColorType, c: number, d: Nullable$1<number>): WorkbookColorInfo;
475
- private static c9;
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 ec(a: DateTimeFormat): string;
478
- static ed(a: Type, b: any): string;
479
- static da(a: number): number;
480
- static ac(a: IWorkbookFont, b?: WorkbookThemeColorType): WorkbookColorInfo;
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 b3;
483
- private static b7;
484
- private static fz;
485
- static z(a: any): StringElement;
486
- static db(a: number): number;
487
- static dc(a: CellConditionalFormat, b: WorksheetCellFormatData, c?: boolean): number;
488
- static aj(a: FormatConditionIconSet): ST_IconSetType;
489
- static cc(a: string, b: List$1<number>, c: List$1<string>): {
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 he(): Size;
496
- static dd(a: Date): number;
497
- static cd(a: Formula): List$1<CellAddressRange>;
498
- static hf(): Size;
499
- private static de;
500
- static ef(a: string): string;
501
- static eg(a: string, ...b: any[]): string;
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 b4;
504
- private static cb;
505
+ private static cd;
505
506
  static a(a: CellFormatValue, b: boolean): CellFormatValue[];
506
- static dy(a: WeakReference): any;
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 co: (arg1: IPackage) => Nullable$1<WorkbookFormat>;
509
- private static dg;
510
- static at(a: WorkbookFormat): boolean;
511
- static au(a: WorkbookFormat): boolean;
512
- static a3(a: any): boolean;
513
- static av(a: CellBorderLineStyle): boolean;
514
- static aw(a: CellReferenceMode): boolean;
515
- static readonly ax: boolean;
516
- static az(a: DiagonalBorders): boolean;
517
- static a0(a: DiagonalBorders): boolean;
518
- static a1(a: CellFormatValue): boolean;
519
- static a4(a: Nullable$1<boolean>): boolean;
520
- static a5(a: CellFormatValue): boolean;
521
- static a6(a: HorizontalCellAlignment): boolean;
522
- static a7(a: WorkbookFormat): boolean;
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 bc(a: number): boolean;
527
- static bd(a: TextFormatMode): boolean;
528
- static be(a: string): boolean;
529
- static bg(a: CellFormatValue): boolean;
530
- static bh(a: VerticalCellAlignment): boolean;
531
- static bi(a: Stream): boolean;
532
- static bk(a: WorksheetColumnWidthUnit): boolean;
533
- static bj(a: WorkbookFormat): boolean;
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 cl(a: number): number;
536
+ static cn(a: number): number;
536
537
  static h(a: BorderThickness, b: BorderThickness): BorderThickness;
537
- private static b5;
538
- static aa<T>($t: Type, a: T, b: T): T;
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 fu(a: Rect, b: number, c: number): {
541
+ static fw(a: Rect, b: number, c: number): {
541
542
  p0?: Rect;
542
543
  };
543
- static bl(a: string, b: WorkbookFormat, c: CultureInfo, d: number, e: number): {
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 bm(a: string, b: number, c: number, d: WorkbookFormat, e: CultureInfo, f: number, g: number): {
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 ah(a: string, b: Worksheet, c: CultureInfo): WorksheetRegion;
554
- static fv(a: string, b: WorkbookFormat, c: CultureInfo, d: number, e: number, f: number, g: number): {
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 bn(a: string, b: WorkbookFormat, c: number, d: boolean, e: number, f: boolean): {
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 bo(a: string, b: number, c: number, d: WorkbookFormat, e: number, f: boolean, g: number, h: boolean): {
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 fw(a: string, b: WorkbookFormat, c: WorksheetRow, d: number, e: number, f: number, g: number, h: number): {
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 fx(a: string, b: WorkbookFormat, c: CellReferenceMode, d: CultureInfo, e: WorksheetRow, f: number, g: number, h: number, i: number, j: number): {
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 f0;
588
- static fy(a: any[], b: any): void;
589
- static f1(a: number, b: number): {
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 g2(a: Color): Color;
594
- static eh(a: string): string;
595
- static bp(a: List$1<WorksheetCell>, b: WorksheetRow, c: number): boolean;
596
- static f2(a: DiagonalBorders): {
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 f3(a: DiagonalBorders): {
604
+ static f5(a: DiagonalBorders): {
600
605
  p0?: DiagonalBorders;
601
606
  };
602
- static f4(a: List$1<WorksheetCell>): void;
603
- static dz(a: Worksheet, b: WorksheetRow, c: number, d: WorksheetRow, e: number, f: CellFormatValue): any;
604
- static d0(a: RowColumnBase, b: RowColumnBase, c: CellFormatValue): any;
605
- static ad(a: Workbook, b: FullColorExtInfo): WorkbookColorInfo;
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 ae(a: Workbook, b: XFPropColorInfo): WorkbookColorInfo;
609
- static f5(a: Color, b: number, c: number, d: number): {
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 cm;
615
- static dj(a: number, b: number): number;
616
- static f6(a: ExcelImage, b: ImageFormat, c: Stream): void;
617
- static f8(a: number, b: Nullable$1<boolean>, c: number): {
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 f7(a: number, b: boolean, c: number): {
625
+ static f9(a: number, b: boolean, c: number): {
621
626
  p0?: number;
622
627
  };
623
- static ga(a: number, b: Nullable$1<boolean>, c: number): {
628
+ static gc(a: number, b: Nullable$1<boolean>, c: number): {
624
629
  p0?: number;
625
630
  };
626
- static f9(a: number, b: boolean, c: number): {
631
+ static gb(a: number, b: boolean, c: number): {
627
632
  p0?: number;
628
633
  };
629
- static gb(a: number, b: boolean, c: number): {
634
+ static gd(a: number, b: boolean, c: number): {
630
635
  p0?: number;
631
636
  };
632
- static br(a: Size): boolean;
633
- static gc(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;
634
- static ei(a: ChartType[], b?: string): string;
635
- static ge(a: WorksheetCellFormatProxy, b: WorksheetCellFormatProxy, c: CellFormatValue, d: any, e: CellFormatValueChangedOptions): void;
636
- static gd<T>($t: Type, a: T, b: T): {
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 bs(a: number, b: number): boolean;
641
- static bt(a: number, b: number): boolean;
642
- static bu(a: DiagonalBorders, b: DiagonalBorders): boolean;
643
- static bv(a: PreventTextFormattingTypes, b: PreventTextFormattingTypes): boolean;
644
- static bw(a: WorksheetCellFormatOptions, b: WorksheetCellFormatOptions): boolean;
645
- static af(a: Color): WorkbookColorInfo;
646
- static dv(a: boolean): Nullable$1<boolean>;
647
- static dw(a: Nullable$1<boolean>): Nullable$1<boolean>;
648
- static ey(a: number): number;
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 ai(a: FormatConditionIconSet): ST_IconSetType;
651
- static ag(a: WorkbookColorInfo, b: Workbook): WorkbookColorInfo;
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 ej(a: number, b: IFormatProvider): string;
655
- static gf(a: IFormattedRunOwner): void;
656
- static bx(a: any, b: Workbook, c: IFormatProvider, d: boolean, e: number): {
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 by(a: number, b: number): {
665
+ static b0(a: number, b: number): {
661
666
  ret: boolean;
662
667
  p1: number;
663
668
  };
664
- static bz(a: Workbook, b: any, c: number): {
669
+ static b1(a: Workbook, b: any, c: number): {
665
670
  ret: boolean;
666
671
  p2: number;
667
672
  };
668
- static dm(a: number): number;
669
- static dn(a: number): number;
670
- static hd(a: Rect): Rect;
671
- static ek(a: string): string;
672
- static el(a: string): string;
673
- static gg(a: CultureInfo, b: SortMethod): {
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 gh(a: WorksheetRegion[], b?: HashSet$1<IRegionBlockingValue>): void;
677
- static gi(a: number, b: number): void;
678
- static gj(a: Worksheet, b: number, c: string): void;
679
- static gk(a: Worksheet, b: number, c: string): void;
680
- static gl(a: Nullable$1<boolean>): void;
681
- static gm(a: Nullable$1<boolean>, b: string): void;
682
- static gn<T>($t: Type, a: T): void;
683
- static go<T>($t: Type, a: T, b: string): void;
684
- static gp(a: Nullable$1<boolean>, b: string): void;
685
- static gq(a: Worksheet, b: number, c: string): void;
686
- static gr(a: Worksheet, b: number, c: string): void;
687
- static gs(a: TextFormatMode): void;
688
- static gt(a: WorksheetColumnWidthUnit): void;
689
- static fo<T>($t: Type, a: IEnumerable$1<T>, b: (arg1: T) => void): void;
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 du(a: Nullable$1<boolean>): Nullable$1<boolean>;
692
- static dk(a: Nullable$1<boolean>): number;
693
- static dx<T>($t: Type, a: T): Nullable$1<T>;
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 _a3: number;
9757
+ static readonly _a6: number;
9746
9758
  /**
9747
9759
  * @hidden
9748
9760
  */
9749
- private static readonly _a6;
9761
+ static readonly _a4: number;
9750
9762
  /**
9751
9763
  * @hidden
9752
9764
  */
9753
- private static readonly _ba;
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 _a9;
9805
+ private static readonly _bk;
9794
9806
  /**
9795
9807
  * @hidden
9796
9808
  */
9797
- private static readonly _t;
9798
- private _ac;
9799
- private _w;
9800
- private _a1;
9801
- private _a7;
9802
- private _aj;
9803
- private _bk;
9804
- private _bm;
9805
- private _ap;
9806
- private _ar;
9807
- private _at;
9808
- private _av;
9809
- private _ax;
9810
- private _az;
9811
- private _aa;
9812
- private _ag;
9813
- private _ae;
9814
- private _y;
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
- _bq(a: WorksheetView): void;
9846
+ _br(a: WorksheetView): void;
9831
9847
  /**
9832
9848
  * @hidden
9833
9849
  */
9834
- private static _v;
9850
+ private static _w;
9835
9851
  /**
9836
9852
  * @hidden
9837
9853
  */
9838
- private static _u;
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 _bp;
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
- _z: PaneLocation;
10029
+ _aa: PaneLocation;
10014
10030
  /**
10015
10031
  * @hidden
10016
10032
  */
10017
10033
  /**
10018
10034
  * @hidden
10019
10035
  */
10020
- _a8: number;
10036
+ _a9: number;
10021
10037
  /**
10022
10038
  * @hidden
10023
10039
  */
10024
- readonly _ai: boolean;
10040
+ readonly _aj: boolean;
10025
10041
  /**
10026
10042
  * @hidden
10027
10043
  */
10028
- readonly _af: WorksheetSelection;
10044
+ readonly _ag: WorksheetSelection;
10029
10045
  /**
10030
10046
  * @hidden
10031
10047
  */
10032
- readonly _an: boolean;
10048
+ readonly _ao: boolean;
10033
10049
  /**
10034
10050
  * @hidden
10035
10051
  */
10036
- readonly _ao: boolean;
10052
+ readonly _ap: boolean;
10037
10053
  /**
10038
10054
  * @hidden
10039
10055
  */
10040
10056
  /**
10041
10057
  * @hidden
10042
10058
  */
10043
- _a2: boolean;
10059
+ _a3: boolean;
10044
10060
  /**
10045
10061
  * @hidden
10046
10062
  */
10047
- readonly _ad: Worksheet;
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
- _al(): boolean;
10075
+ _am(): boolean;
10060
10076
  /**
10061
10077
  * @hidden
10062
10078
  */
10063
- _am(): boolean;
10079
+ _an(): boolean;
10064
10080
  /**
10065
10081
  * @hidden
10066
10082
  */
10067
- _br(): void;
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 _bz;
10095
+ private static readonly _b0;
10080
10096
  /**
10081
10097
  * @hidden
10082
10098
  */
10083
- private static readonly _b0;
10099
+ private static readonly _b1;
10084
10100
  /**
10085
10101
  * @hidden
10086
10102
  */
10087
- private static readonly _bt;
10088
- private _bx;
10103
+ private static readonly _bu;
10104
+ private _by;
10089
10105
  /**
10090
10106
  * @hidden
10091
10107
  */
10092
- readonly _bw: CustomView;
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 _bv;
10136
+ private static _bw;
10121
10137
  /**
10122
10138
  * @hidden
10123
10139
  */
10124
- private static _bu;
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
- _v(a: PaneSettingsBase): void;
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 _ac;
21273
+ private static readonly _ad;
21247
21274
  /**
21248
21275
  * @hidden
21249
21276
  */
21250
- private static readonly _af;
21277
+ private static readonly _ag;
21251
21278
  /**
21252
21279
  * @hidden
21253
21280
  */
21254
- private static readonly _ag;
21281
+ private static readonly _ah;
21255
21282
  /**
21256
21283
  * @hidden
21257
21284
  */
21258
- private static readonly _w;
21259
- private _aa;
21260
- private _ad;
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
- _z: boolean;
21355
+ _aa: boolean;
21329
21356
  /**
21330
21357
  * @hidden
21331
21358
  */
21332
- private static _y;
21359
+ private static _z;
21333
21360
  /**
21334
21361
  * @hidden
21335
21362
  */
21336
- private static _x;
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 _ab;
28670
+ private static readonly _ac;
28644
28671
  /**
28645
28672
  * @hidden
28646
28673
  */
28647
- private static readonly _ae;
28674
+ private static readonly _af;
28648
28675
  /**
28649
28676
  * @hidden
28650
28677
  */
28651
- private static readonly _ah;
28678
+ private static readonly _aj;
28652
28679
  /**
28653
28680
  * @hidden
28654
28681
  */
28655
- private static readonly _al;
28682
+ private static readonly _ao;
28656
28683
  /**
28657
28684
  * @hidden
28658
28685
  */
28659
- private static readonly _ai;
28686
+ private static readonly _al;
28660
28687
  /**
28661
28688
  * @hidden
28662
28689
  */
28663
- private static readonly _w;
28664
- private _af;
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 _y;
28789
+ private static _z;
28751
28790
  /**
28752
28791
  * @hidden
28753
28792
  */
28754
- private static _x;
28793
+ private static _y;
28755
28794
  /**
28756
28795
  * @hidden
28757
28796
  */
28758
- private _an;
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
- _ao(a: number, b: number): void;
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 _b7;
34076
+ private static readonly _b8;
34038
34077
  /**
34039
34078
  * @hidden
34040
34079
  */
34041
- private static readonly _ca;
34080
+ private static readonly _cb;
34042
34081
  /**
34043
34082
  * @hidden
34044
34083
  */
34045
- private static readonly _cd;
34084
+ private static readonly _ce;
34046
34085
  /**
34047
34086
  * @hidden
34048
34087
  */
34049
- private static readonly _cf;
34088
+ private static readonly _cg;
34050
34089
  /**
34051
34090
  * @hidden
34052
34091
  */
34053
- private static readonly _cg;
34092
+ private static readonly _ch;
34054
34093
  /**
34055
34094
  * @hidden
34056
34095
  */
34057
- private static readonly _ce;
34096
+ private static readonly _cf;
34058
34097
  /**
34059
34098
  * @hidden
34060
34099
  */
34061
- private static readonly _bt;
34062
- private _b5;
34063
- private _b8;
34064
- private _cb;
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 _b0;
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
- _bq(a: WorksheetView): void;
34135
+ _br(a: WorksheetView): void;
34097
34136
  /**
34098
34137
  * @hidden
34099
34138
  */
34100
- private static _bv;
34139
+ private static _bw;
34101
34140
  /**
34102
34141
  * @hidden
34103
34142
  */
34104
- private static _bu;
34143
+ private static _bv;
34105
34144
  /**
34106
34145
  * @hidden
34107
34146
  */
34108
- private _b4;
34147
+ private _b5;
34109
34148
  /**
34110
34149
  * @hidden
34111
34150
  */
34112
- private _ch;
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
- _b3: number;
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 _ac;
48454
+ private static readonly _ad;
48416
48455
  /**
48417
48456
  * @hidden
48418
48457
  */
48419
- private static readonly _aa;
48458
+ private static readonly _ab;
48420
48459
  /**
48421
48460
  * @hidden
48422
48461
  */
48423
- private static readonly _ab;
48462
+ private static readonly _ac;
48424
48463
  /**
48425
48464
  * @hidden
48426
48465
  */
48427
- private static readonly _t;
48428
- private _y;
48429
- private _w;
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 _v;
48495
+ private static _w;
48457
48496
  /**
48458
48497
  * @hidden
48459
48498
  */
48460
- private static _u;
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 _ad: CustomView;
48532
+ readonly _ae: CustomView;
48494
48533
  constructor(a: Chartsheet, b: CustomView);
48495
48534
  /**
48496
48535
  * @hidden