igniteui-webcomponents-excel 1.4.2 → 3.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. package/bundles/igniteui-webcomponents-excel.umd.js +3531 -3356
  2. package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
  3. package/esm2015/lib/AlignmentInfo.js +2 -2
  4. package/esm2015/lib/DataValidationImeMode.js +61 -0
  5. package/esm2015/lib/DefaultStyleHelper_combined.js +672 -616
  6. package/esm2015/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeOutlineCreator.js +1 -1
  7. package/esm2015/lib/ProtectionInfo.js +1 -1
  8. package/esm2015/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +4 -4
  9. package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +458 -457
  10. package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +14 -12
  11. package/esm2015/lib/XlsxUtilities_combined.js +105 -73
  12. package/esm2015/public_api.js +1 -0
  13. package/esm5/lib/AlignmentInfo.js +2 -2
  14. package/esm5/lib/DataValidationImeMode.js +61 -0
  15. package/esm5/lib/DefaultStyleHelper_combined.js +2878 -2800
  16. package/esm5/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeOutlineCreator.js +1 -1
  17. package/esm5/lib/ProtectionInfo.js +1 -1
  18. package/esm5/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +4 -4
  19. package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +467 -466
  20. package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +14 -12
  21. package/esm5/lib/XlsxUtilities_combined.js +105 -73
  22. package/esm5/public_api.js +1 -0
  23. package/fesm2015/igniteui-webcomponents-excel.js +1317 -1166
  24. package/fesm5/igniteui-webcomponents-excel.js +3530 -3357
  25. package/lib/DataValidationImeMode.d.ts +54 -0
  26. package/lib/DefaultStyleHelper_combined.d.ts +243 -228
  27. package/lib/WorkbookLoadManagerExcel2007_combined.d.ts +7 -7
  28. package/lib/XlsxUtilities_combined.d.ts +68 -64
  29. package/package.json +3 -3
  30. package/public_api.d.ts +1 -0
@@ -153,6 +153,7 @@ import { ScrollBars } from "./ScrollBars";
153
153
  import { DataValidationOperatorType } from "./DataValidationOperatorType";
154
154
  import { DataValidationType } from "./DataValidationType";
155
155
  import { DataValidationErrorStyle } from "./DataValidationErrorStyle";
156
+ import { DataValidationImeMode } from "./DataValidationImeMode";
156
157
  import { Token } from "./Token";
157
158
  import { TokenClass } from "./TokenClass";
158
159
  import { NameType } from "./NameType";
@@ -1006,15 +1007,15 @@ export declare class Workbook extends Base {
1006
1007
  /**
1007
1008
  * @hidden
1008
1009
  */
1009
- private static _ji;
1010
+ private static _jj;
1010
1011
  /**
1011
1012
  * @hidden
1012
1013
  */
1013
- private static _jj;
1014
+ private static _jk;
1014
1015
  /**
1015
1016
  * @hidden
1016
1017
  */
1017
- private static _jl;
1018
+ private static _jm;
1018
1019
  /**
1019
1020
  * @hidden
1020
1021
  */
@@ -1098,7 +1099,7 @@ export declare class Workbook extends Base {
1098
1099
  private _a8;
1099
1100
  private _ba;
1100
1101
  private _de;
1101
- private _jk;
1102
+ private _jl;
1102
1103
  private readonly _dw;
1103
1104
  private _cl;
1104
1105
  private _d5;
@@ -1283,7 +1284,7 @@ export declare class Workbook extends Base {
1283
1284
  /**
1284
1285
  * @hidden
1285
1286
  */
1286
- _is(a: boolean, b: boolean): void;
1287
+ _it(a: boolean, b: boolean): void;
1287
1288
  /**
1288
1289
  * Registers a single [[ExcelCalcFunction]] instance.
1289
1290
  * <p class="body">
@@ -1370,7 +1371,7 @@ export declare class Workbook extends Base {
1370
1371
  /**
1371
1372
  * @hidden
1372
1373
  */
1373
- _i0(a: Stream, b?: WorkbookSaveOptions): void;
1374
+ _i1(a: Stream, b?: WorkbookSaveOptions): void;
1374
1375
  /**
1375
1376
  * Sets the current format of the workbook.
1376
1377
  * @param format The file format to use when imposing format restrictions and saving.
@@ -1776,19 +1777,19 @@ export declare class Workbook extends Base {
1776
1777
  /**
1777
1778
  * @hidden
1778
1779
  */
1779
- _ib(a: WorkbookStyle): void;
1780
+ _ic(a: WorkbookStyle): void;
1780
1781
  /**
1781
1782
  * @hidden
1782
1783
  */
1783
- _ie(a: WorksheetTable, b: List$1<WorksheetTableColumn>, c: List$1<Formula>): void;
1784
+ _ig(a: WorksheetTable, b: List$1<WorksheetTableColumn>, c: List$1<Formula>): void;
1784
1785
  /**
1785
1786
  * @hidden
1786
1787
  */
1787
- _ic(a: WorksheetTable, b: List$1<KeyValuePair$2<WorksheetTableColumn, string>>): void;
1788
+ _id(a: WorksheetTable, b: List$1<KeyValuePair$2<WorksheetTableColumn, string>>): void;
1788
1789
  /**
1789
1790
  * @hidden
1790
1791
  */
1791
- _id(a: WorksheetTable): void;
1792
+ _ie(a: WorksheetTable): void;
1792
1793
  /**
1793
1794
  * @hidden
1794
1795
  */
@@ -1796,15 +1797,15 @@ export declare class Workbook extends Base {
1796
1797
  /**
1797
1798
  * @hidden
1798
1799
  */
1799
- _ig(a: any): void;
1800
+ _ih(a: any): void;
1800
1801
  /**
1801
1802
  * @hidden
1802
1803
  */
1803
- _ih(a: any): void;
1804
+ _ii(a: any): void;
1804
1805
  /**
1805
1806
  * @hidden
1806
1807
  */
1807
- _ij(): void;
1808
+ _ik(): void;
1808
1809
  /**
1809
1810
  * @hidden
1810
1811
  */
@@ -1813,6 +1814,10 @@ export declare class Workbook extends Base {
1813
1814
  * @hidden
1814
1815
  */
1815
1816
  _h8(a: Sheet, b: number): void;
1817
+ /**
1818
+ * @hidden
1819
+ */
1820
+ _ib(a: Sheet, b: string): void;
1816
1821
  /**
1817
1822
  * @hidden
1818
1823
  */
@@ -1846,23 +1851,23 @@ export declare class Workbook extends Base {
1846
1851
  /**
1847
1852
  * @hidden
1848
1853
  */
1849
- _im(a: () => void): void;
1854
+ _io(a: () => void): void;
1850
1855
  /**
1851
1856
  * @hidden
1852
1857
  */
1853
- _ip(a: WorksheetRow, b: number): void;
1858
+ _iq(a: WorksheetRow, b: number): void;
1854
1859
  /**
1855
1860
  * @hidden
1856
1861
  */
1857
- _it(a: IWorkbookOwner): void;
1862
+ _iu(a: IWorkbookOwner): void;
1858
1863
  /**
1859
1864
  * @hidden
1860
1865
  */
1861
- _iu(a: SingleTargetFormula): void;
1866
+ _iv(a: SingleTargetFormula): void;
1862
1867
  /**
1863
1868
  * @hidden
1864
1869
  */
1865
- _iv(a: NamedCalcReferenceBase): void;
1870
+ _iw(a: NamedCalcReferenceBase): void;
1866
1871
  /**
1867
1872
  * @hidden
1868
1873
  */
@@ -1870,39 +1875,39 @@ export declare class Workbook extends Base {
1870
1875
  /**
1871
1876
  * @hidden
1872
1877
  */
1873
- _i2(a: WorkbookFormat): void;
1878
+ _i3(a: WorkbookFormat): void;
1874
1879
  /**
1875
1880
  * @hidden
1876
1881
  */
1877
- _i9(a: IWorkbookOwner): void;
1882
+ _ja(a: IWorkbookOwner): void;
1878
1883
  /**
1879
1884
  * @hidden
1880
1885
  */
1881
- _jd(): void;
1886
+ _je(): void;
1882
1887
  /**
1883
1888
  * @hidden
1884
1889
  */
1885
- _jg(a: string, b: NamedReferenceBase): void;
1890
+ _jh(a: string, b: NamedReferenceBase): void;
1886
1891
  /**
1887
1892
  * @hidden
1888
1893
  */
1889
- _jf(a: Formula, b: WorksheetRow, c: number): void;
1894
+ _jg(a: Formula, b: WorksheetRow, c: number): void;
1890
1895
  /**
1891
1896
  * @hidden
1892
1897
  */
1893
- static _i5(): void;
1898
+ static _i6(): void;
1894
1899
  /**
1895
1900
  * @hidden
1896
1901
  */
1897
- _i6(): void;
1902
+ _i7(): void;
1898
1903
  /**
1899
1904
  * @hidden
1900
1905
  */
1901
- static _i7(a: boolean): void;
1906
+ static _i8(a: boolean): void;
1902
1907
  /**
1903
1908
  * @hidden
1904
1909
  */
1905
- _jh(a: Sheet, b: string, c: string): void;
1910
+ _ji(a: Sheet, b: string, c: string): void;
1906
1911
  /**
1907
1912
  * @hidden
1908
1913
  */
@@ -1926,15 +1931,15 @@ export declare class Workbook extends Base {
1926
1931
  /**
1927
1932
  * @hidden
1928
1933
  */
1929
- private _ik;
1934
+ private _il;
1930
1935
  /**
1931
1936
  * @hidden
1932
1937
  */
1933
- private _il;
1938
+ private _im;
1934
1939
  /**
1935
1940
  * @hidden
1936
1941
  */
1937
- private _ii;
1942
+ private _ij;
1938
1943
  /**
1939
1944
  * @hidden
1940
1945
  */
@@ -1942,15 +1947,15 @@ export declare class Workbook extends Base {
1942
1947
  /**
1943
1948
  * @hidden
1944
1949
  */
1945
- private _ja;
1950
+ private _jb;
1946
1951
  /**
1947
1952
  * @hidden
1948
1953
  */
1949
- private _jc;
1954
+ private _jd;
1950
1955
  /**
1951
1956
  * @hidden
1952
1957
  */
1953
- _je(a: FormatLimitErrors, b: WorkbookFormat): void;
1958
+ _jf(a: FormatLimitErrors, b: WorkbookFormat): void;
1954
1959
  /**
1955
1960
  * Gets or sets the value which indicates how a formula will be recalculated when a referenced value changes.
1956
1961
  * <p class="body">
@@ -2305,11 +2310,11 @@ export declare class Workbook extends Base {
2305
2310
  /**
2306
2311
  * @hidden
2307
2312
  */
2308
- private _i3;
2313
+ private _i4;
2309
2314
  /**
2310
2315
  * @hidden
2311
2316
  */
2312
- static _jb(a: Size): void;
2317
+ static _jc(a: Size): void;
2313
2318
  /**
2314
2319
  * @hidden
2315
2320
  */
@@ -2670,7 +2675,7 @@ export declare class Workbook extends Base {
2670
2675
  /**
2671
2676
  * @hidden
2672
2677
  */
2673
- static readonly _jm: Size;
2678
+ static readonly _jn: Size;
2674
2679
  /**
2675
2680
  * @hidden
2676
2681
  */
@@ -2723,7 +2728,7 @@ export declare class Workbook extends Base {
2723
2728
  /**
2724
2729
  * @hidden
2725
2730
  */
2726
- _iw(): void;
2731
+ _ix(): void;
2727
2732
  /**
2728
2733
  * @hidden
2729
2734
  */
@@ -2739,11 +2744,11 @@ export declare class Workbook extends Base {
2739
2744
  /**
2740
2745
  * @hidden
2741
2746
  */
2742
- private static readonly _jn;
2747
+ private static readonly _jo;
2743
2748
  /**
2744
2749
  * @hidden
2745
2750
  */
2746
- readonly _jp: Size;
2751
+ readonly _jq: Size;
2747
2752
  }
2748
2753
  /**
2749
2754
  * @hidden
@@ -10587,47 +10592,52 @@ export declare abstract class DataValidationRule extends Base implements IChange
10587
10592
  /**
10588
10593
  * @hidden
10589
10594
  */
10590
- private static readonly _y;
10595
+ private static readonly _aa;
10591
10596
  /**
10592
10597
  * @hidden
10593
10598
  */
10594
- private static readonly _z;
10599
+ private static readonly _ab;
10595
10600
  /**
10596
10601
  * @hidden
10597
10602
  */
10598
- private static readonly _aa;
10603
+ private static readonly _ac;
10599
10604
  /**
10600
10605
  * @hidden
10601
10606
  */
10602
- private static readonly _ab;
10607
+ private static readonly _ae;
10603
10608
  /**
10604
10609
  * @hidden
10605
10610
  */
10606
- private static readonly _ac;
10611
+ private static readonly _af;
10607
10612
  /**
10608
10613
  * @hidden
10609
10614
  */
10610
- private static readonly _ae;
10615
+ private static readonly _ah;
10611
10616
  /**
10612
10617
  * @hidden
10613
10618
  */
10614
- private static readonly _af;
10619
+ private static readonly _ai;
10615
10620
  /**
10616
10621
  * @hidden
10617
10622
  */
10618
10623
  private static readonly _ad;
10624
+ /**
10625
+ * @hidden
10626
+ */
10627
+ private static readonly _ag;
10619
10628
  /**
10620
10629
  * @hidden
10621
10630
  */
10622
10631
  private static readonly _a;
10623
- private _ag;
10624
- private _ai;
10632
+ private _aj;
10633
+ private _al;
10625
10634
  private _d;
10626
- private _ak;
10627
- private _am;
10628
- private _g;
10629
- private _t;
10635
+ private _an;
10636
+ private _ap;
10637
+ private _i;
10630
10638
  private _v;
10639
+ private _x;
10640
+ private _f;
10631
10641
  constructor();
10632
10642
  /**
10633
10643
  * Creates a copy of this rule which can be applied to other worksheets.
@@ -10636,35 +10646,35 @@ export declare abstract class DataValidationRule extends Base implements IChange
10636
10646
  /**
10637
10647
  * @hidden
10638
10648
  */
10639
- abstract _l(a: string): SingleTargetFormula;
10649
+ abstract _n(a: string): SingleTargetFormula;
10640
10650
  /**
10641
10651
  * @hidden
10642
10652
  */
10643
- abstract _m(a: string): SingleTargetFormula;
10653
+ abstract _o(a: string): SingleTargetFormula;
10644
10654
  /**
10645
10655
  * @hidden
10646
10656
  */
10647
- abstract _aq(a: SingleTargetFormula, b: string): void;
10657
+ abstract _at(a: SingleTargetFormula, b: string): void;
10648
10658
  /**
10649
10659
  * @hidden
10650
10660
  */
10651
- abstract _ar(a: SingleTargetFormula, b: string): void;
10661
+ abstract _au(a: SingleTargetFormula, b: string): void;
10652
10662
  /**
10653
10663
  * @hidden
10654
10664
  */
10655
- abstract _x(a: WorksheetCellAddress): boolean;
10665
+ abstract _z(a: WorksheetCellAddress): boolean;
10656
10666
  /**
10657
10667
  * @hidden
10658
10668
  */
10659
- abstract _at(a: DataValidationRuleCollection, b: WorksheetReferenceCollection): void;
10669
+ abstract _aw(a: DataValidationRuleCollection, b: WorksheetReferenceCollection): void;
10660
10670
  /**
10661
10671
  * @hidden
10662
10672
  */
10663
- static _q(a: Formula, b: Formula): boolean;
10673
+ static _s(a: Formula, b: Formula): boolean;
10664
10674
  /**
10665
10675
  * @hidden
10666
10676
  */
10667
- static _r(a: string, b: string): boolean;
10677
+ static _t(a: string, b: string): boolean;
10668
10678
  /**
10669
10679
  * Indicates if this rule is structurally equivalent to another.
10670
10680
  * @param other The rule to compare against
@@ -10674,15 +10684,15 @@ export declare abstract class DataValidationRule extends Base implements IChange
10674
10684
  /**
10675
10685
  * @hidden
10676
10686
  */
10677
- _ao(a: DataValidationRuleCollection, b: WorksheetReferenceCollection): void;
10687
+ _ar(a: DataValidationRuleCollection, b: WorksheetReferenceCollection): void;
10678
10688
  /**
10679
10689
  * @hidden
10680
10690
  */
10681
- _ap(): void;
10691
+ _as(): void;
10682
10692
  /**
10683
10693
  * @hidden
10684
10694
  */
10685
- _as(a: string, b: string, c: number): void;
10695
+ _av(a: string, b: string, c: number): void;
10686
10696
  /**
10687
10697
  * @hidden
10688
10698
  */
@@ -10697,15 +10707,15 @@ export declare abstract class DataValidationRule extends Base implements IChange
10697
10707
  /**
10698
10708
  * @hidden
10699
10709
  */
10700
- abstract _p: boolean;
10710
+ abstract _r: boolean;
10701
10711
  /**
10702
10712
  * @hidden
10703
10713
  */
10704
- abstract readonly _j: DataValidationOperatorType;
10714
+ abstract readonly _l: DataValidationOperatorType;
10705
10715
  /**
10706
10716
  * @hidden
10707
10717
  */
10708
- abstract readonly _k: DataValidationType;
10718
+ abstract readonly _m: DataValidationType;
10709
10719
  /**
10710
10720
  * Gets or sets the description which appears in the dialog box when an invalid value is applied to a cell
10711
10721
  * in Microsoft Excel.
@@ -10744,6 +10754,11 @@ export declare abstract class DataValidationRule extends Base implements IChange
10744
10754
  * @see [[showErrorMessageForInvalidValue]]
10745
10755
  */
10746
10756
  errorStyle: DataValidationErrorStyle;
10757
+ /**
10758
+ * Gets or sets the description of the Japanese input rules.
10759
+ * @throws [[InvalidEnumArgumentException]] Occurs when the value is not a member of the [[DataValidationImeMode]] enumeration.
10760
+ */
10761
+ imeMode: DataValidationImeMode;
10747
10762
  /**
10748
10763
  * Gets or sets the description in the tooltip which appears when the user selects the cell in Microsoft Excel.
10749
10764
  * <p class="body">
@@ -10796,15 +10811,15 @@ export declare abstract class DataValidationRule extends Base implements IChange
10796
10811
  /**
10797
10812
  * @hidden
10798
10813
  */
10799
- protected get__i(): FormulaType;
10814
+ protected get__k(): FormulaType;
10800
10815
  /**
10801
10816
  * @hidden
10802
10817
  */
10803
- readonly _i: FormulaType;
10818
+ readonly _k: FormulaType;
10804
10819
  /**
10805
10820
  * @hidden
10806
10821
  */
10807
- readonly _h: DataValidationRuleCollection;
10822
+ readonly _j: DataValidationRuleCollection;
10808
10823
  /**
10809
10824
  * @hidden
10810
10825
  */
@@ -10812,7 +10827,7 @@ export declare abstract class DataValidationRule extends Base implements IChange
10812
10827
  /**
10813
10828
  * @hidden
10814
10829
  */
10815
- readonly _o: Worksheet;
10830
+ readonly _q: Worksheet;
10816
10831
  /**
10817
10832
  * @hidden
10818
10833
  */
@@ -10839,58 +10854,58 @@ export declare class AnyValueDataValidationRule extends DataValidationRule {
10839
10854
  /**
10840
10855
  * @hidden
10841
10856
  */
10842
- protected get__p(): boolean;
10857
+ protected get__r(): boolean;
10843
10858
  /**
10844
10859
  * @hidden
10845
10860
  */
10846
- protected set__p(a: boolean): void;
10861
+ protected set__r(a: boolean): void;
10847
10862
  /**
10848
10863
  * @hidden
10849
10864
  */
10850
10865
  /**
10851
10866
  * @hidden
10852
10867
  */
10853
- _p: boolean;
10868
+ _r: boolean;
10854
10869
  /**
10855
10870
  * @hidden
10856
10871
  */
10857
- _l(a: string): SingleTargetFormula;
10872
+ _n(a: string): SingleTargetFormula;
10858
10873
  /**
10859
10874
  * @hidden
10860
10875
  */
10861
- _m(a: string): SingleTargetFormula;
10876
+ _o(a: string): SingleTargetFormula;
10862
10877
  /**
10863
10878
  * @hidden
10864
10879
  */
10865
- protected get__j(): DataValidationOperatorType;
10880
+ protected get__l(): DataValidationOperatorType;
10866
10881
  /**
10867
10882
  * @hidden
10868
10883
  */
10869
- readonly _j: DataValidationOperatorType;
10884
+ readonly _l: DataValidationOperatorType;
10870
10885
  /**
10871
10886
  * @hidden
10872
10887
  */
10873
- _aq(a: SingleTargetFormula, b: string): void;
10888
+ _at(a: SingleTargetFormula, b: string): void;
10874
10889
  /**
10875
10890
  * @hidden
10876
10891
  */
10877
- _ar(a: SingleTargetFormula, b: string): void;
10892
+ _au(a: SingleTargetFormula, b: string): void;
10878
10893
  /**
10879
10894
  * @hidden
10880
10895
  */
10881
- _x(a: WorksheetCellAddress): boolean;
10896
+ _z(a: WorksheetCellAddress): boolean;
10882
10897
  /**
10883
10898
  * @hidden
10884
10899
  */
10885
- protected get__k(): DataValidationType;
10900
+ protected get__m(): DataValidationType;
10886
10901
  /**
10887
10902
  * @hidden
10888
10903
  */
10889
- readonly _k: DataValidationType;
10904
+ readonly _m: DataValidationType;
10890
10905
  /**
10891
10906
  * @hidden
10892
10907
  */
10893
- _at(a: DataValidationRuleCollection, b: WorksheetReferenceCollection): void;
10908
+ _aw(a: DataValidationRuleCollection, b: WorksheetReferenceCollection): void;
10894
10909
  }
10895
10910
  /**
10896
10911
  * Base class for all data validations rules which prevent certain values form being applied to a cell.
@@ -10904,32 +10919,32 @@ export declare abstract class LimitedValueDataValidationRule extends DataValidat
10904
10919
  /**
10905
10920
  * @hidden
10906
10921
  */
10907
- private static readonly _ba;
10922
+ private static readonly _bd;
10908
10923
  /**
10909
10924
  * @hidden
10910
10925
  */
10911
- private static readonly _bb;
10926
+ private static readonly _be;
10912
10927
  /**
10913
10928
  * @hidden
10914
10929
  */
10915
- private static readonly _au;
10916
- private _a3;
10930
+ private static readonly _ax;
10931
+ private _a6;
10917
10932
  constructor();
10918
10933
  /**
10919
10934
  * @hidden
10920
10935
  */
10921
- protected get__p(): boolean;
10936
+ protected get__r(): boolean;
10922
10937
  /**
10923
10938
  * @hidden
10924
10939
  */
10925
- protected set__p(a: boolean): void;
10940
+ protected set__r(a: boolean): void;
10926
10941
  /**
10927
10942
  * @hidden
10928
10943
  */
10929
10944
  /**
10930
10945
  * @hidden
10931
10946
  */
10932
- _p: boolean;
10947
+ _r: boolean;
10933
10948
  /**
10934
10949
  * Indicates if this rule is structurally equivalent to another.
10935
10950
  * @param other The rule to compare against
@@ -10939,69 +10954,69 @@ export declare abstract class LimitedValueDataValidationRule extends DataValidat
10939
10954
  /**
10940
10955
  * @hidden
10941
10956
  */
10942
- _x(a: WorksheetCellAddress): boolean;
10957
+ _z(a: WorksheetCellAddress): boolean;
10943
10958
  /**
10944
10959
  * @hidden
10945
10960
  */
10946
- _aw(a: SingleTargetFormula, b: WorksheetCellAddress, c?: boolean): ExcelCalcValue;
10961
+ _az(a: SingleTargetFormula, b: WorksheetCellAddress, c?: boolean): ExcelCalcValue;
10947
10962
  /**
10948
10963
  * @hidden
10949
10964
  */
10950
- _bd(a: SingleTargetFormula, b: WorksheetReferenceCollection): {
10965
+ _bg(a: SingleTargetFormula, b: WorksheetReferenceCollection): {
10951
10966
  p0?: SingleTargetFormula;
10952
10967
  };
10953
10968
  /**
10954
10969
  * @hidden
10955
10970
  */
10956
- _a6(a: FormulaToken, b: boolean, c: boolean, d: boolean, e: WorkbookFormat): boolean;
10971
+ _a9(a: FormulaToken, b: boolean, c: boolean, d: boolean, e: WorkbookFormat): boolean;
10957
10972
  /**
10958
10973
  * @hidden
10959
10974
  */
10960
- static _a7(a: FormulaToken, b: boolean, c: boolean, d: boolean): boolean;
10975
+ static _ba(a: FormulaToken, b: boolean, c: boolean, d: boolean): boolean;
10961
10976
  /**
10962
10977
  * @hidden
10963
10978
  */
10964
- _bc(a: () => string, b: WorkbookFormat): Nullable$1<LimitedValueDataValidationRule_FormulaChangeContext>;
10979
+ _bf(a: () => string, b: WorkbookFormat): Nullable$1<LimitedValueDataValidationRule_FormulaChangeContext>;
10965
10980
  /**
10966
10981
  * @hidden
10967
10982
  */
10968
- _be(a: ChangeInfo$2<LimitedValueDataValidationRule_FormulaChangeContext, string>, b: LimitedValueDataValidationRule_FormulaChangeContext, c: string): void;
10983
+ _bh(a: ChangeInfo$2<LimitedValueDataValidationRule_FormulaChangeContext, string>, b: LimitedValueDataValidationRule_FormulaChangeContext, c: string): void;
10969
10984
  /**
10970
10985
  * @hidden
10971
10986
  */
10972
- _az(a: string, b: WorkbookFormat, c: CellReferenceMode, d: CultureInfo): SingleTargetFormula;
10987
+ _a2(a: string, b: WorkbookFormat, c: CellReferenceMode, d: CultureInfo): SingleTargetFormula;
10973
10988
  /**
10974
10989
  * @hidden
10975
10990
  */
10976
- _a1(a: SingleTargetFormula, b: string, c: WorkbookFormat, d: CellReferenceMode, e: CultureInfo, f: boolean): SingleTargetFormula;
10991
+ _a4(a: SingleTargetFormula, b: string, c: WorkbookFormat, d: CellReferenceMode, e: CultureInfo, f: boolean): SingleTargetFormula;
10977
10992
  /**
10978
10993
  * @hidden
10979
10994
  */
10980
- private _a0;
10995
+ private _a3;
10981
10996
  /**
10982
10997
  * @hidden
10983
10998
  */
10984
- abstract _a8(a: WorksheetCellAddress, b: any): boolean;
10999
+ abstract _bb(a: WorksheetCellAddress, b: any): boolean;
10985
11000
  /**
10986
11001
  * @hidden
10987
11002
  */
10988
- _bf(a: SingleTargetFormula, b: DataValidationRuleCollection, c: WorksheetReferenceCollection, d: string, e: boolean, f: boolean, g: WorkbookFormat): void;
11003
+ _bi(a: SingleTargetFormula, b: DataValidationRuleCollection, c: WorksheetReferenceCollection, d: string, e: boolean, f: boolean, g: WorkbookFormat): void;
10989
11004
  /**
10990
11005
  * @hidden
10991
11006
  */
10992
- private static _bg;
11007
+ private static _bj;
10993
11008
  /**
10994
11009
  * @hidden
10995
11010
  */
10996
- private static _ay;
11011
+ private static _a1;
10997
11012
  /**
10998
11013
  * @hidden
10999
11014
  */
11000
- private static _av;
11015
+ private static _ay;
11001
11016
  /**
11002
11017
  * @hidden
11003
11018
  */
11004
- private static _a5;
11019
+ private static _a8;
11005
11020
  /**
11006
11021
  * Gets or sets the value which indicates whether a null, or blank, value is allowed to be set on a cell.
11007
11022
  * True if a null value can be set on the cell; False otherwise.
@@ -11010,15 +11025,15 @@ export declare abstract class LimitedValueDataValidationRule extends DataValidat
11010
11025
  /**
11011
11026
  * @hidden
11012
11027
  */
11013
- readonly _ax: CellReferenceMode;
11028
+ readonly _a0: CellReferenceMode;
11014
11029
  /**
11015
11030
  * @hidden
11016
11031
  */
11017
- readonly _a9: CultureInfo;
11032
+ readonly _bc: CultureInfo;
11018
11033
  /**
11019
11034
  * @hidden
11020
11035
  */
11021
- readonly _a2: WorkbookFormat;
11036
+ readonly _a5: WorkbookFormat;
11022
11037
  }
11023
11038
  /**
11024
11039
  * @hidden
@@ -11046,25 +11061,25 @@ export declare class CustomDataValidationRule extends LimitedValueDataValidation
11046
11061
  /**
11047
11062
  * @hidden
11048
11063
  */
11049
- private static readonly _bm;
11064
+ private static readonly _bp;
11050
11065
  /**
11051
11066
  * @hidden
11052
11067
  */
11053
- private static readonly _bn;
11068
+ private static readonly _bq;
11054
11069
  /**
11055
11070
  * @hidden
11056
11071
  */
11057
- private static readonly _bh;
11058
- private _bk;
11072
+ private static readonly _bk;
11073
+ private _bn;
11059
11074
  constructor();
11060
11075
  /**
11061
11076
  * @hidden
11062
11077
  */
11063
- _l(a: string): SingleTargetFormula;
11078
+ _n(a: string): SingleTargetFormula;
11064
11079
  /**
11065
11080
  * @hidden
11066
11081
  */
11067
- _m(a: string): SingleTargetFormula;
11082
+ _o(a: string): SingleTargetFormula;
11068
11083
  /**
11069
11084
  * Indicates if this rule is structurally equivalent to another.
11070
11085
  * @param other The rule to compare against
@@ -11074,47 +11089,47 @@ export declare class CustomDataValidationRule extends LimitedValueDataValidation
11074
11089
  /**
11075
11090
  * @hidden
11076
11091
  */
11077
- _a6(a: FormulaToken, b: boolean, c: boolean, d: boolean, e: WorkbookFormat): boolean;
11092
+ _a9(a: FormulaToken, b: boolean, c: boolean, d: boolean, e: WorkbookFormat): boolean;
11078
11093
  /**
11079
11094
  * @hidden
11080
11095
  */
11081
- _ao(a: DataValidationRuleCollection, b: WorksheetReferenceCollection): void;
11096
+ _ar(a: DataValidationRuleCollection, b: WorksheetReferenceCollection): void;
11082
11097
  /**
11083
11098
  * @hidden
11084
11099
  */
11085
- _ap(): void;
11100
+ _as(): void;
11086
11101
  /**
11087
11102
  * @hidden
11088
11103
  */
11089
- protected get__j(): DataValidationOperatorType;
11104
+ protected get__l(): DataValidationOperatorType;
11090
11105
  /**
11091
11106
  * @hidden
11092
11107
  */
11093
- readonly _j: DataValidationOperatorType;
11108
+ readonly _l: DataValidationOperatorType;
11094
11109
  /**
11095
11110
  * @hidden
11096
11111
  */
11097
- _aq(a: SingleTargetFormula, b: string): void;
11112
+ _at(a: SingleTargetFormula, b: string): void;
11098
11113
  /**
11099
11114
  * @hidden
11100
11115
  */
11101
- _ar(a: SingleTargetFormula, b: string): void;
11116
+ _au(a: SingleTargetFormula, b: string): void;
11102
11117
  /**
11103
11118
  * @hidden
11104
11119
  */
11105
- _a8(a: WorksheetCellAddress, b: any): boolean;
11120
+ _bb(a: WorksheetCellAddress, b: any): boolean;
11106
11121
  /**
11107
11122
  * @hidden
11108
11123
  */
11109
- protected get__k(): DataValidationType;
11124
+ protected get__m(): DataValidationType;
11110
11125
  /**
11111
11126
  * @hidden
11112
11127
  */
11113
- readonly _k: DataValidationType;
11128
+ readonly _m: DataValidationType;
11114
11129
  /**
11115
11130
  * @hidden
11116
11131
  */
11117
- _at(a: DataValidationRuleCollection, b: WorksheetReferenceCollection): void;
11132
+ _aw(a: DataValidationRuleCollection, b: WorksheetReferenceCollection): void;
11118
11133
  /**
11119
11134
  * Gets the formula used to validate the value applied to a cell.
11120
11135
  * <p class="body">
@@ -11270,19 +11285,19 @@ export declare class CustomDataValidationRule extends LimitedValueDataValidation
11270
11285
  /**
11271
11286
  * @hidden
11272
11287
  */
11273
- _bl(a: string, b: WorkbookFormat, c: CellReferenceMode, d: CultureInfo): SingleTargetFormula;
11288
+ _bo(a: string, b: WorkbookFormat, c: CellReferenceMode, d: CultureInfo): SingleTargetFormula;
11274
11289
  /**
11275
11290
  * @hidden
11276
11291
  */
11277
- private _bs;
11292
+ private _bv;
11278
11293
  /**
11279
11294
  * @hidden
11280
11295
  */
11281
- private static _bj;
11296
+ private static _bm;
11282
11297
  /**
11283
11298
  * @hidden
11284
11299
  */
11285
- private static _bi;
11300
+ private static _bl;
11286
11301
  }
11287
11302
  /**
11288
11303
  * Represents an error value in Microsoft Excel.
@@ -17221,34 +17236,34 @@ export declare class ListDataValidationRule extends LimitedValueDataValidationRu
17221
17236
  /**
17222
17237
  * @hidden
17223
17238
  */
17224
- private static readonly _bv;
17239
+ private static readonly _by;
17225
17240
  /**
17226
17241
  * @hidden
17227
17242
  */
17228
- private static readonly _bw;
17243
+ private static readonly _bz;
17229
17244
  /**
17230
17245
  * @hidden
17231
17246
  */
17232
- private static readonly _bu;
17247
+ private static readonly _bx;
17233
17248
  /**
17234
17249
  * @hidden
17235
17250
  */
17236
- private static readonly _bh;
17237
- private _bq;
17238
- private _bo;
17251
+ private static readonly _bk;
17252
+ private _bt;
17253
+ private _br;
17239
17254
  constructor();
17240
17255
  /**
17241
17256
  * @hidden
17242
17257
  */
17243
- protected get__i(): FormulaType;
17258
+ protected get__k(): FormulaType;
17244
17259
  /**
17245
17260
  * @hidden
17246
17261
  */
17247
- _l(a: string): SingleTargetFormula;
17262
+ _n(a: string): SingleTargetFormula;
17248
17263
  /**
17249
17264
  * @hidden
17250
17265
  */
17251
- _m(a: string): SingleTargetFormula;
17266
+ _o(a: string): SingleTargetFormula;
17252
17267
  /**
17253
17268
  * Indicates if this rule is structurally equivalent to another.
17254
17269
  * @param other The rule to compare against
@@ -17258,51 +17273,51 @@ export declare class ListDataValidationRule extends LimitedValueDataValidationRu
17258
17273
  /**
17259
17274
  * @hidden
17260
17275
  */
17261
- _a6(a: FormulaToken, b: boolean, c: boolean, d: boolean, e: WorkbookFormat): boolean;
17276
+ _a9(a: FormulaToken, b: boolean, c: boolean, d: boolean, e: WorkbookFormat): boolean;
17262
17277
  /**
17263
17278
  * @hidden
17264
17279
  */
17265
- _ao(a: DataValidationRuleCollection, b: WorksheetReferenceCollection): void;
17280
+ _ar(a: DataValidationRuleCollection, b: WorksheetReferenceCollection): void;
17266
17281
  /**
17267
17282
  * @hidden
17268
17283
  */
17269
- _ap(): void;
17284
+ _as(): void;
17270
17285
  /**
17271
17286
  * @hidden
17272
17287
  */
17273
- protected get__j(): DataValidationOperatorType;
17288
+ protected get__l(): DataValidationOperatorType;
17274
17289
  /**
17275
17290
  * @hidden
17276
17291
  */
17277
- readonly _j: DataValidationOperatorType;
17292
+ readonly _l: DataValidationOperatorType;
17278
17293
  /**
17279
17294
  * @hidden
17280
17295
  */
17281
- _aq(a: SingleTargetFormula, b: string): void;
17296
+ _at(a: SingleTargetFormula, b: string): void;
17282
17297
  /**
17283
17298
  * @hidden
17284
17299
  */
17285
- _ar(a: SingleTargetFormula, b: string): void;
17300
+ _au(a: SingleTargetFormula, b: string): void;
17286
17301
  /**
17287
17302
  * @hidden
17288
17303
  */
17289
- _a8(a: WorksheetCellAddress, b: any): boolean;
17304
+ _bb(a: WorksheetCellAddress, b: any): boolean;
17290
17305
  /**
17291
17306
  * @hidden
17292
17307
  */
17293
- protected get__k(): DataValidationType;
17308
+ protected get__m(): DataValidationType;
17294
17309
  /**
17295
17310
  * @hidden
17296
17311
  */
17297
- readonly _k: DataValidationType;
17312
+ readonly _m: DataValidationType;
17298
17313
  /**
17299
17314
  * @hidden
17300
17315
  */
17301
- _bf(a: SingleTargetFormula, b: DataValidationRuleCollection, c: WorksheetReferenceCollection, d: string, e: boolean, f: boolean, g: WorkbookFormat): void;
17316
+ _bi(a: SingleTargetFormula, b: DataValidationRuleCollection, c: WorksheetReferenceCollection, d: string, e: boolean, f: boolean, g: WorkbookFormat): void;
17302
17317
  /**
17303
17318
  * @hidden
17304
17319
  */
17305
- _at(a: DataValidationRuleCollection, b: WorksheetReferenceCollection): void;
17320
+ _aw(a: DataValidationRuleCollection, b: WorksheetReferenceCollection): void;
17306
17321
  /**
17307
17322
  * Gets the formula which specifies the accepted values.
17308
17323
  * <p class="body">
@@ -17539,54 +17554,54 @@ export declare class ListDataValidationRule extends LimitedValueDataValidationRu
17539
17554
  /**
17540
17555
  * @hidden
17541
17556
  */
17542
- _bs(a: any[]): {
17557
+ _bv(a: any[]): {
17543
17558
  ret: boolean;
17544
17559
  p0: any[];
17545
17560
  };
17546
17561
  /**
17547
17562
  * @hidden
17548
17563
  */
17549
- _bj(a?: (arg1: string) => any): any[];
17564
+ _bm(a?: (arg1: string) => any): any[];
17550
17565
  /**
17551
17566
  * @hidden
17552
17567
  */
17553
- private static _bx;
17568
+ private static _b0;
17554
17569
  /**
17555
17570
  * @hidden
17556
17571
  */
17557
- _bl(a: WorksheetCellAddress, b?: boolean): ArrayProxy;
17572
+ _bo(a: WorksheetCellAddress, b?: boolean): ArrayProxy;
17558
17573
  /**
17559
17574
  * @hidden
17560
17575
  */
17561
- _bn(a: string, b: WorkbookFormat, c: CellReferenceMode, d: CultureInfo): SingleTargetFormula;
17576
+ _bq(a: string, b: WorkbookFormat, c: CellReferenceMode, d: CultureInfo): SingleTargetFormula;
17562
17577
  /**
17563
17578
  * @hidden
17564
17579
  */
17565
- private static _bk;
17580
+ private static _bn;
17566
17581
  /**
17567
17582
  * @hidden
17568
17583
  */
17569
- private _b4;
17584
+ private _b7;
17570
17585
  /**
17571
17586
  * @hidden
17572
17587
  */
17573
- private static _bt;
17588
+ private static _bw;
17574
17589
  /**
17575
17590
  * @hidden
17576
17591
  */
17577
- private static _bm;
17592
+ private static _bp;
17578
17593
  /**
17579
17594
  * @hidden
17580
17595
  */
17581
- private static _bi;
17596
+ private static _bl;
17582
17597
  /**
17583
17598
  * @hidden
17584
17599
  */
17585
- private static _bp;
17600
+ private static _bs;
17586
17601
  /**
17587
17602
  * @hidden
17588
17603
  */
17589
- private static _b0;
17604
+ private static _b3;
17590
17605
  /**
17591
17606
  * Gets or sets the value which indicates whether a drop down should be displayed in Microsoft Excel with the list of accepted values.
17592
17607
  * <p class="body">
@@ -17607,16 +17622,16 @@ export declare abstract class ValueConstraintDataValidationRule extends LimitedV
17607
17622
  /**
17608
17623
  * @hidden
17609
17624
  */
17610
- private static readonly _bo;
17625
+ private static readonly _br;
17611
17626
  /**
17612
17627
  * @hidden
17613
17628
  */
17614
- private static readonly _bn;
17629
+ private static readonly _bq;
17615
17630
  /**
17616
17631
  * @hidden
17617
17632
  */
17618
- private static readonly _bh;
17619
- private _bk;
17633
+ private static readonly _bk;
17634
+ private _bn;
17620
17635
  constructor();
17621
17636
  /**
17622
17637
  * Indicates if this rule is structurally equivalent to another.
@@ -17627,43 +17642,43 @@ export declare abstract class ValueConstraintDataValidationRule extends LimitedV
17627
17642
  /**
17628
17643
  * @hidden
17629
17644
  */
17630
- _a6(a: FormulaToken, b: boolean, c: boolean, d: boolean, e: WorkbookFormat): boolean;
17645
+ _a9(a: FormulaToken, b: boolean, c: boolean, d: boolean, e: WorkbookFormat): boolean;
17631
17646
  /**
17632
17647
  * @hidden
17633
17648
  */
17634
- _a8(a: WorksheetCellAddress, b: any): boolean;
17649
+ _bb(a: WorksheetCellAddress, b: any): boolean;
17635
17650
  /**
17636
17651
  * @hidden
17637
17652
  */
17638
- protected get__k(): DataValidationType;
17653
+ protected get__m(): DataValidationType;
17639
17654
  /**
17640
17655
  * @hidden
17641
17656
  */
17642
- readonly _k: DataValidationType;
17657
+ readonly _m: DataValidationType;
17643
17658
  /**
17644
17659
  * @hidden
17645
17660
  */
17646
- _bf(a: SingleTargetFormula, b: DataValidationRuleCollection, c: WorksheetReferenceCollection, d: string, e: boolean, f: boolean, g: WorkbookFormat): void;
17661
+ _bi(a: SingleTargetFormula, b: DataValidationRuleCollection, c: WorksheetReferenceCollection, d: string, e: boolean, f: boolean, g: WorkbookFormat): void;
17647
17662
  /**
17648
17663
  * @hidden
17649
17664
  */
17650
- _bq(a: DataValidationCriteria, b: string): void;
17665
+ _bt(a: DataValidationCriteria, b: string): void;
17651
17666
  /**
17652
17667
  * @hidden
17653
17668
  */
17654
- static _bp(a: Formula): Nullable$1<number>;
17669
+ static _bs(a: Formula): Nullable$1<number>;
17655
17670
  /**
17656
17671
  * @hidden
17657
17672
  */
17658
- abstract _bm(a: WorksheetCellAddress, b: number): boolean;
17673
+ abstract _bp(a: WorksheetCellAddress, b: number): boolean;
17659
17674
  /**
17660
17675
  * @hidden
17661
17676
  */
17662
- private static _bj;
17677
+ private static _bm;
17663
17678
  /**
17664
17679
  * @hidden
17665
17680
  */
17666
- private static _bi;
17681
+ private static _bl;
17667
17682
  /**
17668
17683
  * Gets or sets the criteria to use when validating the cell value against the constraint(s).
17669
17684
  * <p class="body">
@@ -17677,7 +17692,7 @@ export declare abstract class ValueConstraintDataValidationRule extends LimitedV
17677
17692
  /**
17678
17693
  * @hidden
17679
17694
  */
17680
- private _br;
17695
+ private _bu;
17681
17696
  }
17682
17697
  /**
17683
17698
  * Represents a data validation rule which can validate the cell value against a single constraint value or formula.
@@ -17691,32 +17706,32 @@ export declare class OneConstraintDataValidationRule extends ValueConstraintData
17691
17706
  /**
17692
17707
  * @hidden
17693
17708
  */
17694
- private static readonly _b1;
17709
+ private static readonly _b4;
17695
17710
  /**
17696
17711
  * @hidden
17697
17712
  */
17698
- private static readonly _b3;
17713
+ private static readonly _b6;
17699
17714
  /**
17700
17715
  * @hidden
17701
17716
  */
17702
- private static readonly _b2;
17717
+ private static readonly _b5;
17703
17718
  /**
17704
17719
  * @hidden
17705
17720
  */
17706
- private static readonly _bs;
17707
- private _bx;
17708
- private _bv;
17721
+ private static readonly _bv;
17722
+ private _b0;
17723
+ private _by;
17709
17724
  constructor();
17710
17725
  constructor(validationOperator: OneConstraintDataValidationOperator, validationCriteria: DataValidationCriteria);
17711
17726
  constructor(..._rest: any[]);
17712
17727
  /**
17713
17728
  * @hidden
17714
17729
  */
17715
- _l(a: string): SingleTargetFormula;
17730
+ _n(a: string): SingleTargetFormula;
17716
17731
  /**
17717
17732
  * @hidden
17718
17733
  */
17719
- _m(a: string): SingleTargetFormula;
17734
+ _o(a: string): SingleTargetFormula;
17720
17735
  /**
17721
17736
  * Indicates if this rule is structurally equivalent to another.
17722
17737
  * @param other The rule to compare against
@@ -17726,35 +17741,35 @@ export declare class OneConstraintDataValidationRule extends ValueConstraintData
17726
17741
  /**
17727
17742
  * @hidden
17728
17743
  */
17729
- _ao(a: DataValidationRuleCollection, b: WorksheetReferenceCollection): void;
17744
+ _ar(a: DataValidationRuleCollection, b: WorksheetReferenceCollection): void;
17730
17745
  /**
17731
17746
  * @hidden
17732
17747
  */
17733
- _ap(): void;
17748
+ _as(): void;
17734
17749
  /**
17735
17750
  * @hidden
17736
17751
  */
17737
- protected get__j(): DataValidationOperatorType;
17752
+ protected get__l(): DataValidationOperatorType;
17738
17753
  /**
17739
17754
  * @hidden
17740
17755
  */
17741
- readonly _j: DataValidationOperatorType;
17756
+ readonly _l: DataValidationOperatorType;
17742
17757
  /**
17743
17758
  * @hidden
17744
17759
  */
17745
- _aq(a: SingleTargetFormula, b: string): void;
17760
+ _at(a: SingleTargetFormula, b: string): void;
17746
17761
  /**
17747
17762
  * @hidden
17748
17763
  */
17749
- _ar(a: SingleTargetFormula, b: string): void;
17764
+ _au(a: SingleTargetFormula, b: string): void;
17750
17765
  /**
17751
17766
  * @hidden
17752
17767
  */
17753
- _bm(a: WorksheetCellAddress, b: number): boolean;
17768
+ _bp(a: WorksheetCellAddress, b: number): boolean;
17754
17769
  /**
17755
17770
  * @hidden
17756
17771
  */
17757
- _at(a: DataValidationRuleCollection, b: WorksheetReferenceCollection): void;
17772
+ _aw(a: DataValidationRuleCollection, b: WorksheetReferenceCollection): void;
17758
17773
  /**
17759
17774
  * Gets the constraint formula used to validate the cell value.
17760
17775
  * <p class="body">
@@ -17987,33 +18002,33 @@ export declare class OneConstraintDataValidationRule extends ValueConstraintData
17987
18002
  /**
17988
18003
  * @hidden
17989
18004
  */
17990
- _b0(a: number): {
18005
+ _b3(a: number): {
17991
18006
  ret: boolean;
17992
18007
  p0: number;
17993
18008
  };
17994
18009
  /**
17995
18010
  * @hidden
17996
18011
  */
17997
- _bz(a: Date): {
18012
+ _b2(a: Date): {
17998
18013
  ret: boolean;
17999
18014
  p0: Date;
18000
18015
  };
18001
18016
  /**
18002
18017
  * @hidden
18003
18018
  */
18004
- _by(a: string, b: WorkbookFormat, c: CellReferenceMode, d: CultureInfo): SingleTargetFormula;
18019
+ _b1(a: string, b: WorkbookFormat, c: CellReferenceMode, d: CultureInfo): SingleTargetFormula;
18005
18020
  /**
18006
18021
  * @hidden
18007
18022
  */
18008
- private _ca;
18023
+ private _cd;
18009
18024
  /**
18010
18025
  * @hidden
18011
18026
  */
18012
- private static _bu;
18027
+ private static _bx;
18013
18028
  /**
18014
18029
  * @hidden
18015
18030
  */
18016
- private static _bt;
18031
+ private static _bw;
18017
18032
  /**
18018
18033
  * Gets or sets the validation operator to use when comparing the cell value against the constraint value or formula.
18019
18034
  * <p class="body">
@@ -18043,37 +18058,37 @@ export declare class TwoConstraintDataValidationRule extends ValueConstraintData
18043
18058
  /**
18044
18059
  * @hidden
18045
18060
  */
18046
- private static readonly _b5;
18061
+ private static readonly _b8;
18047
18062
  /**
18048
18063
  * @hidden
18049
18064
  */
18050
- private static readonly _b7;
18065
+ private static readonly _ca;
18051
18066
  /**
18052
18067
  * @hidden
18053
18068
  */
18054
- private static readonly _b8;
18069
+ private static readonly _cb;
18055
18070
  /**
18056
18071
  * @hidden
18057
18072
  */
18058
- private static readonly _b6;
18073
+ private static readonly _b9;
18059
18074
  /**
18060
18075
  * @hidden
18061
18076
  */
18062
- private static readonly _bs;
18063
- private _bx;
18064
- private _by;
18065
- private _bz;
18077
+ private static readonly _bv;
18078
+ private _b0;
18079
+ private _b1;
18080
+ private _b2;
18066
18081
  constructor();
18067
18082
  constructor(validationOperator: TwoConstraintDataValidationOperator, validationCriteria: DataValidationCriteria);
18068
18083
  constructor(..._rest: any[]);
18069
18084
  /**
18070
18085
  * @hidden
18071
18086
  */
18072
- _l(a: string): SingleTargetFormula;
18087
+ _n(a: string): SingleTargetFormula;
18073
18088
  /**
18074
18089
  * @hidden
18075
18090
  */
18076
- _m(a: string): SingleTargetFormula;
18091
+ _o(a: string): SingleTargetFormula;
18077
18092
  /**
18078
18093
  * Indicates if this rule is structurally equivalent to another.
18079
18094
  * @param other The rule to compare against
@@ -18083,35 +18098,35 @@ export declare class TwoConstraintDataValidationRule extends ValueConstraintData
18083
18098
  /**
18084
18099
  * @hidden
18085
18100
  */
18086
- _ao(a: DataValidationRuleCollection, b: WorksheetReferenceCollection): void;
18101
+ _ar(a: DataValidationRuleCollection, b: WorksheetReferenceCollection): void;
18087
18102
  /**
18088
18103
  * @hidden
18089
18104
  */
18090
- _ap(): void;
18105
+ _as(): void;
18091
18106
  /**
18092
18107
  * @hidden
18093
18108
  */
18094
- protected get__j(): DataValidationOperatorType;
18109
+ protected get__l(): DataValidationOperatorType;
18095
18110
  /**
18096
18111
  * @hidden
18097
18112
  */
18098
- readonly _j: DataValidationOperatorType;
18113
+ readonly _l: DataValidationOperatorType;
18099
18114
  /**
18100
18115
  * @hidden
18101
18116
  */
18102
- _aq(a: SingleTargetFormula, b: string): void;
18117
+ _at(a: SingleTargetFormula, b: string): void;
18103
18118
  /**
18104
18119
  * @hidden
18105
18120
  */
18106
- _ar(a: SingleTargetFormula, b: string): void;
18121
+ _au(a: SingleTargetFormula, b: string): void;
18107
18122
  /**
18108
18123
  * @hidden
18109
18124
  */
18110
- _bm(a: WorksheetCellAddress, b: number): boolean;
18125
+ _bp(a: WorksheetCellAddress, b: number): boolean;
18111
18126
  /**
18112
18127
  * @hidden
18113
18128
  */
18114
- _at(a: DataValidationRuleCollection, b: WorksheetReferenceCollection): void;
18129
+ _aw(a: DataValidationRuleCollection, b: WorksheetReferenceCollection): void;
18115
18130
  /**
18116
18131
  * Gets the lower constraint formula used to validate the cell value.
18117
18132
  * <p class="body">
@@ -18677,55 +18692,55 @@ export declare class TwoConstraintDataValidationRule extends ValueConstraintData
18677
18692
  /**
18678
18693
  * @hidden
18679
18694
  */
18680
- _b2(a: number): {
18695
+ _b5(a: number): {
18681
18696
  ret: boolean;
18682
18697
  p0: number;
18683
18698
  };
18684
18699
  /**
18685
18700
  * @hidden
18686
18701
  */
18687
- _b1(a: Date): {
18702
+ _b4(a: Date): {
18688
18703
  ret: boolean;
18689
18704
  p0: Date;
18690
18705
  };
18691
18706
  /**
18692
18707
  * @hidden
18693
18708
  */
18694
- _b4(a: number): {
18709
+ _b7(a: number): {
18695
18710
  ret: boolean;
18696
18711
  p0: number;
18697
18712
  };
18698
18713
  /**
18699
18714
  * @hidden
18700
18715
  */
18701
- _b3(a: Date): {
18716
+ _b6(a: Date): {
18702
18717
  ret: boolean;
18703
18718
  p0: Date;
18704
18719
  };
18705
18720
  /**
18706
18721
  * @hidden
18707
18722
  */
18708
- _bv(a: string, b: WorkbookFormat, c: CellReferenceMode, d: CultureInfo): SingleTargetFormula;
18723
+ _by(a: string, b: WorkbookFormat, c: CellReferenceMode, d: CultureInfo): SingleTargetFormula;
18709
18724
  /**
18710
18725
  * @hidden
18711
18726
  */
18712
- _bw(a: string, b: WorkbookFormat, c: CellReferenceMode, d: CultureInfo): SingleTargetFormula;
18727
+ _bz(a: string, b: WorkbookFormat, c: CellReferenceMode, d: CultureInfo): SingleTargetFormula;
18713
18728
  /**
18714
18729
  * @hidden
18715
18730
  */
18716
- private _ch;
18731
+ private _ck;
18717
18732
  /**
18718
18733
  * @hidden
18719
18734
  */
18720
- private _cm;
18735
+ private _cp;
18721
18736
  /**
18722
18737
  * @hidden
18723
18738
  */
18724
- private static _bu;
18739
+ private static _bx;
18725
18740
  /**
18726
18741
  * @hidden
18727
18742
  */
18728
- private static _bt;
18743
+ private static _bw;
18729
18744
  /**
18730
18745
  * Gets or sets the validation operator to use when comparing the cell value against the constraint values or formulas.
18731
18746
  * <p class="body">