igniteui-webcomponents-excel 4.0.4 → 4.2.3-alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-excel.umd.js +7305 -6879
- package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
- package/esm2015/lib/AlternateContentChoice_combined.js +2 -2
- package/esm2015/lib/DefaultStyleHelper_combined.js +1913 -1637
- package/esm2015/lib/IBinaryTreeNodeOwner$1_combined.js +3 -0
- package/esm2015/lib/ObjectModelTablePartManager_TableContext.js +1 -1
- package/esm2015/lib/StringUtilities.js +2 -2
- package/esm2015/lib/TableColumnFilterData.js +2 -2
- package/esm2015/lib/UltraCalcConditionalFunctionBase_CriteriaEvaluator.js +6 -6
- package/esm2015/lib/UltraCalcConditionalFunctionBase_combined.js +2 -2
- package/esm2015/lib/UltraCalcFunctionCell.js +1 -1
- package/esm2015/lib/UltraCalcFunctionDateValue.js +1 -1
- package/esm2015/lib/UltraCalcFunctionDays.js +2 -2
- package/esm2015/lib/UltraCalcFunctionHLookup.js +1 -1
- package/esm2015/lib/UltraCalcFunctionIRR.js +1 -1
- package/esm2015/lib/UltraCalcFunctionLookup.js +1 -1
- package/esm2015/lib/UltraCalcFunctionLookupBase.js +5 -5
- package/esm2015/lib/UltraCalcFunctionTime.js +1 -1
- package/esm2015/lib/UltraCalcFunctionTimeValue.js +1 -1
- package/esm2015/lib/UltraCalcFunctionVLookup.js +1 -1
- package/esm2015/lib/UltraCalcFunctionYearFrac.js +2 -2
- package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +916 -896
- package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +2408 -2385
- package/esm5/lib/AlternateContentChoice_combined.js +2 -2
- package/esm5/lib/DefaultStyleHelper_combined.js +3924 -3544
- package/esm5/lib/IBinaryTreeNodeOwner$1_combined.js +3 -0
- package/esm5/lib/ObjectModelTablePartManager_TableContext.js +1 -1
- package/esm5/lib/StringUtilities.js +2 -2
- package/esm5/lib/TableColumnFilterData.js +2 -2
- package/esm5/lib/UltraCalcConditionalFunctionBase_CriteriaEvaluator.js +6 -6
- package/esm5/lib/UltraCalcConditionalFunctionBase_combined.js +2 -2
- package/esm5/lib/UltraCalcFunctionCell.js +1 -1
- package/esm5/lib/UltraCalcFunctionDateValue.js +1 -1
- package/esm5/lib/UltraCalcFunctionDays.js +2 -2
- package/esm5/lib/UltraCalcFunctionHLookup.js +1 -1
- package/esm5/lib/UltraCalcFunctionIRR.js +1 -1
- package/esm5/lib/UltraCalcFunctionLookup.js +1 -1
- package/esm5/lib/UltraCalcFunctionLookupBase.js +5 -5
- package/esm5/lib/UltraCalcFunctionTime.js +1 -1
- package/esm5/lib/UltraCalcFunctionTimeValue.js +1 -1
- package/esm5/lib/UltraCalcFunctionVLookup.js +1 -1
- package/esm5/lib/UltraCalcFunctionYearFrac.js +2 -2
- package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +931 -911
- package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +2418 -2395
- package/fesm2015/igniteui-webcomponents-excel.js +5271 -4949
- package/fesm5/igniteui-webcomponents-excel.js +7305 -6879
- package/lib/DefaultStyleHelper_combined.d.ts +549 -464
- package/lib/WorkbookLoadManagerExcel2007_combined.d.ts +79 -79
- package/lib/WorkbookSaveManagerExcel2003_combined.d.ts +112 -112
- package/package.json +2 -2
|
@@ -7955,31 +7955,23 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
7955
7955
|
/**
|
|
7956
7956
|
* @hidden
|
|
7957
7957
|
*/
|
|
7958
|
-
static readonly
|
|
7959
|
-
/**
|
|
7960
|
-
* @hidden
|
|
7961
|
-
*/
|
|
7962
|
-
private static readonly _hh;
|
|
7963
|
-
/**
|
|
7964
|
-
* @hidden
|
|
7965
|
-
*/
|
|
7966
|
-
private static readonly _hi;
|
|
7958
|
+
static readonly _hr: number;
|
|
7967
7959
|
/**
|
|
7968
7960
|
* @hidden
|
|
7969
7961
|
*/
|
|
7970
|
-
private static readonly
|
|
7962
|
+
private static readonly _hk;
|
|
7971
7963
|
/**
|
|
7972
7964
|
* @hidden
|
|
7973
7965
|
*/
|
|
7974
|
-
private static readonly
|
|
7966
|
+
private static readonly _hl;
|
|
7975
7967
|
/**
|
|
7976
7968
|
* @hidden
|
|
7977
7969
|
*/
|
|
7978
|
-
private static readonly
|
|
7970
|
+
private static readonly _hm;
|
|
7979
7971
|
/**
|
|
7980
7972
|
* @hidden
|
|
7981
7973
|
*/
|
|
7982
|
-
private static readonly
|
|
7974
|
+
private static readonly _hn;
|
|
7983
7975
|
/**
|
|
7984
7976
|
* @hidden
|
|
7985
7977
|
*/
|
|
@@ -7995,15 +7987,15 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
7995
7987
|
/**
|
|
7996
7988
|
* @hidden
|
|
7997
7989
|
*/
|
|
7998
|
-
private static readonly
|
|
7990
|
+
private static readonly _h4;
|
|
7999
7991
|
/**
|
|
8000
7992
|
* @hidden
|
|
8001
7993
|
*/
|
|
8002
|
-
private static readonly
|
|
7994
|
+
private static readonly _h6;
|
|
8003
7995
|
/**
|
|
8004
7996
|
* @hidden
|
|
8005
7997
|
*/
|
|
8006
|
-
private static readonly
|
|
7998
|
+
private static readonly _h8;
|
|
8007
7999
|
/**
|
|
8008
8000
|
* @hidden
|
|
8009
8001
|
*/
|
|
@@ -8011,19 +8003,19 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
8011
8003
|
/**
|
|
8012
8004
|
* @hidden
|
|
8013
8005
|
*/
|
|
8014
|
-
static readonly
|
|
8006
|
+
private static readonly _ic;
|
|
8015
8007
|
/**
|
|
8016
8008
|
* @hidden
|
|
8017
8009
|
*/
|
|
8018
|
-
private static readonly
|
|
8010
|
+
private static readonly _id;
|
|
8019
8011
|
/**
|
|
8020
8012
|
* @hidden
|
|
8021
8013
|
*/
|
|
8022
|
-
|
|
8014
|
+
static readonly _ie: number;
|
|
8023
8015
|
/**
|
|
8024
8016
|
* @hidden
|
|
8025
8017
|
*/
|
|
8026
|
-
private static readonly
|
|
8018
|
+
private static readonly _ij;
|
|
8027
8019
|
/**
|
|
8028
8020
|
* @hidden
|
|
8029
8021
|
*/
|
|
@@ -8031,11 +8023,11 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
8031
8023
|
/**
|
|
8032
8024
|
* @hidden
|
|
8033
8025
|
*/
|
|
8034
|
-
private static readonly
|
|
8026
|
+
private static readonly _il;
|
|
8035
8027
|
/**
|
|
8036
8028
|
* @hidden
|
|
8037
8029
|
*/
|
|
8038
|
-
private static readonly
|
|
8030
|
+
private static readonly _io;
|
|
8039
8031
|
/**
|
|
8040
8032
|
* @hidden
|
|
8041
8033
|
*/
|
|
@@ -8051,35 +8043,39 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
8051
8043
|
/**
|
|
8052
8044
|
* @hidden
|
|
8053
8045
|
*/
|
|
8054
|
-
private static readonly
|
|
8046
|
+
private static readonly _iv;
|
|
8055
8047
|
/**
|
|
8056
8048
|
* @hidden
|
|
8057
8049
|
*/
|
|
8058
|
-
private static readonly
|
|
8050
|
+
private static readonly _iw;
|
|
8059
8051
|
/**
|
|
8060
8052
|
* @hidden
|
|
8061
8053
|
*/
|
|
8062
|
-
static readonly
|
|
8054
|
+
private static readonly _ix;
|
|
8063
8055
|
/**
|
|
8064
8056
|
* @hidden
|
|
8065
8057
|
*/
|
|
8066
|
-
static readonly
|
|
8058
|
+
private static readonly _ih;
|
|
8067
8059
|
/**
|
|
8068
8060
|
* @hidden
|
|
8069
8061
|
*/
|
|
8070
|
-
static readonly
|
|
8062
|
+
static readonly _hv: number;
|
|
8071
8063
|
/**
|
|
8072
8064
|
* @hidden
|
|
8073
8065
|
*/
|
|
8074
|
-
static readonly
|
|
8066
|
+
static readonly _hw: number;
|
|
8075
8067
|
/**
|
|
8076
8068
|
* @hidden
|
|
8077
8069
|
*/
|
|
8078
|
-
static readonly
|
|
8070
|
+
static readonly _ht: number;
|
|
8079
8071
|
/**
|
|
8080
8072
|
* @hidden
|
|
8081
8073
|
*/
|
|
8082
|
-
static readonly
|
|
8074
|
+
static readonly _hs: number;
|
|
8075
|
+
/**
|
|
8076
|
+
* @hidden
|
|
8077
|
+
*/
|
|
8078
|
+
static readonly _hq: number;
|
|
8083
8079
|
/**
|
|
8084
8080
|
* @hidden
|
|
8085
8081
|
*/
|
|
@@ -8087,11 +8083,15 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
8087
8083
|
/**
|
|
8088
8084
|
* @hidden
|
|
8089
8085
|
*/
|
|
8090
|
-
static readonly
|
|
8086
|
+
static readonly _hx: number;
|
|
8087
|
+
/**
|
|
8088
|
+
* @hidden
|
|
8089
|
+
*/
|
|
8090
|
+
static readonly _hy: number;
|
|
8091
8091
|
/**
|
|
8092
8092
|
* @hidden
|
|
8093
8093
|
*/
|
|
8094
|
-
static readonly
|
|
8094
|
+
static readonly _ig: number;
|
|
8095
8095
|
/**
|
|
8096
8096
|
* @hidden
|
|
8097
8097
|
*/
|
|
@@ -8103,32 +8103,32 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
8103
8103
|
private _fz;
|
|
8104
8104
|
private _ef;
|
|
8105
8105
|
private _fj;
|
|
8106
|
-
private
|
|
8106
|
+
private _iy;
|
|
8107
8107
|
private _el;
|
|
8108
8108
|
private _e1;
|
|
8109
8109
|
private _e3;
|
|
8110
|
-
private
|
|
8110
|
+
private _g9;
|
|
8111
8111
|
private _e6;
|
|
8112
|
-
private
|
|
8112
|
+
private _ha;
|
|
8113
8113
|
private _en;
|
|
8114
8114
|
private _fk;
|
|
8115
|
-
private _g8;
|
|
8116
|
-
private _g9;
|
|
8117
|
-
private _ha;
|
|
8118
8115
|
private _hb;
|
|
8116
|
+
private _hc;
|
|
8117
|
+
private _hd;
|
|
8118
|
+
private _he;
|
|
8119
8119
|
private _er;
|
|
8120
8120
|
/**
|
|
8121
8121
|
* @hidden
|
|
8122
8122
|
*/
|
|
8123
8123
|
_e8: Legend;
|
|
8124
|
-
private
|
|
8124
|
+
private _hf;
|
|
8125
8125
|
private _fa;
|
|
8126
|
-
private
|
|
8127
|
-
private
|
|
8126
|
+
private _hg;
|
|
8127
|
+
private _hh;
|
|
8128
8128
|
private _fc;
|
|
8129
|
-
private
|
|
8129
|
+
private _hi;
|
|
8130
8130
|
private _et;
|
|
8131
|
-
private
|
|
8131
|
+
private _hj;
|
|
8132
8132
|
private _fl;
|
|
8133
8133
|
private _fh;
|
|
8134
8134
|
private _fm;
|
|
@@ -8356,7 +8356,7 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
8356
8356
|
/**
|
|
8357
8357
|
* @hidden
|
|
8358
8358
|
*/
|
|
8359
|
-
readonly
|
|
8359
|
+
readonly _i0: Nullable$1<number>;
|
|
8360
8360
|
/**
|
|
8361
8361
|
* Returns or sets the distance between the data series in a bar chart,
|
|
8362
8362
|
* as a percentage of the marker width. The value of this property must
|
|
@@ -8367,7 +8367,7 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
8367
8367
|
/**
|
|
8368
8368
|
* @hidden
|
|
8369
8369
|
*/
|
|
8370
|
-
readonly
|
|
8370
|
+
readonly _i1: Nullable$1<number>;
|
|
8371
8371
|
/**
|
|
8372
8372
|
* Returns or sets the angle which determines the origin of the first
|
|
8373
8373
|
* slice, as relative to the 12 o'clock position of the emcompassing circle.
|
|
@@ -8602,11 +8602,19 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
8602
8602
|
/**
|
|
8603
8603
|
* @hidden
|
|
8604
8604
|
*/
|
|
8605
|
-
readonly
|
|
8605
|
+
readonly _gd: boolean;
|
|
8606
|
+
/**
|
|
8607
|
+
* @hidden
|
|
8608
|
+
*/
|
|
8609
|
+
_gg: boolean;
|
|
8606
8610
|
/**
|
|
8607
8611
|
* @hidden
|
|
8608
8612
|
*/
|
|
8609
|
-
readonly
|
|
8613
|
+
readonly _gw: boolean;
|
|
8614
|
+
/**
|
|
8615
|
+
* @hidden
|
|
8616
|
+
*/
|
|
8617
|
+
readonly _gx: boolean;
|
|
8610
8618
|
/**
|
|
8611
8619
|
* @hidden
|
|
8612
8620
|
*/
|
|
@@ -8614,7 +8622,7 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
8614
8622
|
/**
|
|
8615
8623
|
* @hidden
|
|
8616
8624
|
*/
|
|
8617
|
-
readonly
|
|
8625
|
+
readonly _gy: boolean;
|
|
8618
8626
|
/**
|
|
8619
8627
|
* Sets the source data range for a combo chart.
|
|
8620
8628
|
* <p class="body">
|
|
@@ -8744,42 +8752,46 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
8744
8752
|
/**
|
|
8745
8753
|
* @hidden
|
|
8746
8754
|
*/
|
|
8747
|
-
private
|
|
8755
|
+
private _ju;
|
|
8756
|
+
/**
|
|
8757
|
+
* @hidden
|
|
8758
|
+
*/
|
|
8759
|
+
_je(): void;
|
|
8748
8760
|
/**
|
|
8749
8761
|
* @hidden
|
|
8750
8762
|
*/
|
|
8751
|
-
|
|
8763
|
+
_g8(): List$1<LegendEntry>;
|
|
8752
8764
|
/**
|
|
8753
8765
|
* @hidden
|
|
8754
8766
|
*/
|
|
8755
|
-
|
|
8767
|
+
static _i3(a: ChartType): Nullable$1<number>;
|
|
8756
8768
|
/**
|
|
8757
8769
|
* @hidden
|
|
8758
8770
|
*/
|
|
8759
|
-
static
|
|
8771
|
+
static _f3(a: ChartObject): boolean;
|
|
8760
8772
|
/**
|
|
8761
8773
|
* @hidden
|
|
8762
8774
|
*/
|
|
8763
|
-
static
|
|
8775
|
+
static _g3(a: Nullable$1<SeriesType>): HashSet$1<ChartType>;
|
|
8764
8776
|
/**
|
|
8765
8777
|
* @hidden
|
|
8766
8778
|
*/
|
|
8767
|
-
static
|
|
8779
|
+
static _go(a: ChartType[]): boolean;
|
|
8768
8780
|
/**
|
|
8769
8781
|
* @hidden
|
|
8770
8782
|
*/
|
|
8771
|
-
static
|
|
8783
|
+
static _gp(a: ChartType[], b: ChartType[]): {
|
|
8772
8784
|
ret: boolean;
|
|
8773
8785
|
p1: ChartType[];
|
|
8774
8786
|
};
|
|
8775
8787
|
/**
|
|
8776
8788
|
* @hidden
|
|
8777
8789
|
*/
|
|
8778
|
-
static
|
|
8790
|
+
static _gq(a: ChartType): boolean;
|
|
8779
8791
|
/**
|
|
8780
8792
|
* @hidden
|
|
8781
8793
|
*/
|
|
8782
|
-
static
|
|
8794
|
+
static _f9(a: ChartType, b: boolean, c: boolean): {
|
|
8783
8795
|
ret: boolean;
|
|
8784
8796
|
p1: boolean;
|
|
8785
8797
|
p2: boolean;
|
|
@@ -8787,90 +8799,90 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
8787
8799
|
/**
|
|
8788
8800
|
* @hidden
|
|
8789
8801
|
*/
|
|
8790
|
-
static
|
|
8802
|
+
static _ge(a: ChartType, b?: ChartTypeContext): boolean;
|
|
8791
8803
|
/**
|
|
8792
8804
|
* @hidden
|
|
8793
8805
|
*/
|
|
8794
|
-
static
|
|
8806
|
+
static _gf(a: ChartType): boolean;
|
|
8795
8807
|
/**
|
|
8796
8808
|
* @hidden
|
|
8797
8809
|
*/
|
|
8798
|
-
static
|
|
8810
|
+
static _gm(a: ChartType): boolean;
|
|
8799
8811
|
/**
|
|
8800
8812
|
* @hidden
|
|
8801
8813
|
*/
|
|
8802
|
-
static
|
|
8814
|
+
static _f8(a: ChartType): boolean;
|
|
8803
8815
|
/**
|
|
8804
8816
|
* @hidden
|
|
8805
8817
|
*/
|
|
8806
|
-
static
|
|
8818
|
+
static _gn(a: ChartType): boolean;
|
|
8807
8819
|
/**
|
|
8808
8820
|
* @hidden
|
|
8809
8821
|
*/
|
|
8810
|
-
static
|
|
8822
|
+
static _gh(a: ChartType): boolean;
|
|
8811
8823
|
/**
|
|
8812
8824
|
* @hidden
|
|
8813
8825
|
*/
|
|
8814
|
-
static
|
|
8826
|
+
static _gi(a: ChartType): boolean;
|
|
8815
8827
|
/**
|
|
8816
8828
|
* @hidden
|
|
8817
8829
|
*/
|
|
8818
|
-
static
|
|
8830
|
+
static _gj(a: ChartType): boolean;
|
|
8819
8831
|
/**
|
|
8820
8832
|
* @hidden
|
|
8821
8833
|
*/
|
|
8822
|
-
static
|
|
8834
|
+
static _ga(a: ChartType): boolean;
|
|
8823
8835
|
/**
|
|
8824
8836
|
* @hidden
|
|
8825
8837
|
*/
|
|
8826
|
-
static
|
|
8838
|
+
static _f4(a: ChartType): boolean;
|
|
8827
8839
|
/**
|
|
8828
8840
|
* @hidden
|
|
8829
8841
|
*/
|
|
8830
|
-
static
|
|
8842
|
+
static _gt(a: ChartType): boolean;
|
|
8831
8843
|
/**
|
|
8832
8844
|
* @hidden
|
|
8833
8845
|
*/
|
|
8834
|
-
static
|
|
8846
|
+
static _f5(a: ChartType): boolean;
|
|
8835
8847
|
/**
|
|
8836
8848
|
* @hidden
|
|
8837
8849
|
*/
|
|
8838
|
-
static
|
|
8850
|
+
static _jg(a: ChartType, b: ChartFillBase, c: Nullable$1<MarkerStyle>): {
|
|
8839
8851
|
p1: ChartFillBase;
|
|
8840
8852
|
p2: Nullable$1<MarkerStyle>;
|
|
8841
8853
|
};
|
|
8842
8854
|
/**
|
|
8843
8855
|
* @hidden
|
|
8844
8856
|
*/
|
|
8845
|
-
|
|
8857
|
+
_jb(a?: Sheet): void;
|
|
8846
8858
|
/**
|
|
8847
8859
|
* @hidden
|
|
8848
8860
|
*/
|
|
8849
|
-
|
|
8861
|
+
_jd(): void;
|
|
8850
8862
|
/**
|
|
8851
8863
|
* @hidden
|
|
8852
8864
|
*/
|
|
8853
|
-
static
|
|
8865
|
+
static _g0(a: ChartType): boolean;
|
|
8854
8866
|
/**
|
|
8855
8867
|
* @hidden
|
|
8856
8868
|
*/
|
|
8857
|
-
|
|
8869
|
+
_jh(): void;
|
|
8858
8870
|
/**
|
|
8859
8871
|
* @hidden
|
|
8860
8872
|
*/
|
|
8861
|
-
static
|
|
8873
|
+
static _jy(a: Sheet, b: ChartType): void;
|
|
8862
8874
|
/**
|
|
8863
8875
|
* @hidden
|
|
8864
8876
|
*/
|
|
8865
|
-
|
|
8877
|
+
_jn(): void;
|
|
8866
8878
|
/**
|
|
8867
8879
|
* @hidden
|
|
8868
8880
|
*/
|
|
8869
|
-
private
|
|
8881
|
+
private _ji;
|
|
8870
8882
|
/**
|
|
8871
8883
|
* @hidden
|
|
8872
8884
|
*/
|
|
8873
|
-
private
|
|
8885
|
+
private _jj;
|
|
8874
8886
|
/**
|
|
8875
8887
|
* @hidden
|
|
8876
8888
|
*/
|
|
@@ -8886,7 +8898,7 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
8886
8898
|
/**
|
|
8887
8899
|
* @hidden
|
|
8888
8900
|
*/
|
|
8889
|
-
|
|
8901
|
+
_gs(a: ChartType, b: AxisGroup): boolean;
|
|
8890
8902
|
/**
|
|
8891
8903
|
* @hidden
|
|
8892
8904
|
*/
|
|
@@ -8894,23 +8906,23 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
8894
8906
|
/**
|
|
8895
8907
|
* @hidden
|
|
8896
8908
|
*/
|
|
8897
|
-
private
|
|
8909
|
+
private _i9;
|
|
8898
8910
|
/**
|
|
8899
8911
|
* @hidden
|
|
8900
8912
|
*/
|
|
8901
|
-
private
|
|
8913
|
+
private _ja;
|
|
8902
8914
|
/**
|
|
8903
8915
|
* @hidden
|
|
8904
8916
|
*/
|
|
8905
|
-
private
|
|
8917
|
+
private _ho;
|
|
8906
8918
|
/**
|
|
8907
8919
|
* @hidden
|
|
8908
8920
|
*/
|
|
8909
|
-
private
|
|
8921
|
+
private _hp;
|
|
8910
8922
|
/**
|
|
8911
8923
|
* @hidden
|
|
8912
8924
|
*/
|
|
8913
|
-
private static
|
|
8925
|
+
private static _i5;
|
|
8914
8926
|
/**
|
|
8915
8927
|
* @hidden
|
|
8916
8928
|
*/
|
|
@@ -8942,94 +8954,94 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
8942
8954
|
/**
|
|
8943
8955
|
* @hidden
|
|
8944
8956
|
*/
|
|
8945
|
-
private
|
|
8957
|
+
private _i6;
|
|
8946
8958
|
/**
|
|
8947
8959
|
* @hidden
|
|
8948
8960
|
*/
|
|
8949
|
-
private
|
|
8961
|
+
private _jm;
|
|
8950
8962
|
/**
|
|
8951
8963
|
* @hidden
|
|
8952
8964
|
*/
|
|
8953
|
-
private
|
|
8965
|
+
private _jo;
|
|
8954
8966
|
/**
|
|
8955
8967
|
* @hidden
|
|
8956
8968
|
*/
|
|
8957
|
-
private
|
|
8969
|
+
private _jp;
|
|
8958
8970
|
/**
|
|
8959
8971
|
* @hidden
|
|
8960
8972
|
*/
|
|
8961
|
-
private
|
|
8973
|
+
private _jr;
|
|
8962
8974
|
/**
|
|
8963
8975
|
* @hidden
|
|
8964
8976
|
*/
|
|
8965
|
-
private
|
|
8977
|
+
private _js;
|
|
8966
8978
|
/**
|
|
8967
8979
|
* @hidden
|
|
8968
8980
|
*/
|
|
8969
|
-
private
|
|
8981
|
+
private _jv;
|
|
8970
8982
|
/**
|
|
8971
8983
|
* @hidden
|
|
8972
8984
|
*/
|
|
8973
|
-
|
|
8985
|
+
_jw(): void;
|
|
8974
8986
|
/**
|
|
8975
8987
|
* @hidden
|
|
8976
8988
|
*/
|
|
8977
|
-
private
|
|
8989
|
+
private _jf;
|
|
8978
8990
|
/**
|
|
8979
8991
|
* @hidden
|
|
8980
8992
|
*/
|
|
8981
|
-
private
|
|
8993
|
+
private _jz;
|
|
8982
8994
|
/**
|
|
8983
8995
|
* @hidden
|
|
8984
8996
|
*/
|
|
8985
|
-
private
|
|
8997
|
+
private _jx;
|
|
8986
8998
|
/**
|
|
8987
8999
|
* @hidden
|
|
8988
9000
|
*/
|
|
8989
|
-
private
|
|
9001
|
+
private _j0;
|
|
8990
9002
|
/**
|
|
8991
9003
|
* @hidden
|
|
8992
9004
|
*/
|
|
8993
|
-
|
|
9005
|
+
_j1(): void;
|
|
8994
9006
|
/**
|
|
8995
9007
|
* @hidden
|
|
8996
9008
|
*/
|
|
8997
|
-
private
|
|
9009
|
+
private _jk;
|
|
8998
9010
|
/**
|
|
8999
9011
|
* @hidden
|
|
9000
9012
|
*/
|
|
9001
|
-
private
|
|
9013
|
+
private _jl;
|
|
9002
9014
|
/**
|
|
9003
9015
|
* @hidden
|
|
9004
9016
|
*/
|
|
9005
|
-
private static
|
|
9017
|
+
private static _i4;
|
|
9006
9018
|
/**
|
|
9007
9019
|
* @hidden
|
|
9008
9020
|
*/
|
|
9009
|
-
static
|
|
9021
|
+
static _f7(a: ChartType): boolean;
|
|
9010
9022
|
/**
|
|
9011
9023
|
* @hidden
|
|
9012
9024
|
*/
|
|
9013
|
-
static
|
|
9025
|
+
static _gk(a: ChartType): boolean;
|
|
9014
9026
|
/**
|
|
9015
9027
|
* @hidden
|
|
9016
9028
|
*/
|
|
9017
|
-
static
|
|
9029
|
+
static _gl(a: ChartType, b: boolean): {
|
|
9018
9030
|
ret: boolean;
|
|
9019
9031
|
p1: boolean;
|
|
9020
9032
|
};
|
|
9021
9033
|
/**
|
|
9022
9034
|
* @hidden
|
|
9023
9035
|
*/
|
|
9024
|
-
static
|
|
9036
|
+
static _gb(a: ChartType): boolean;
|
|
9025
9037
|
/**
|
|
9026
9038
|
* @hidden
|
|
9027
9039
|
*/
|
|
9028
|
-
static
|
|
9040
|
+
static _gc(a: ChartType): boolean;
|
|
9029
9041
|
/**
|
|
9030
9042
|
* @hidden
|
|
9031
9043
|
*/
|
|
9032
|
-
static
|
|
9044
|
+
static _f6(a: ChartType): boolean;
|
|
9033
9045
|
/**
|
|
9034
9046
|
* @hidden
|
|
9035
9047
|
*/
|
|
@@ -9037,19 +9049,19 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
9037
9049
|
/**
|
|
9038
9050
|
* @hidden
|
|
9039
9051
|
*/
|
|
9040
|
-
static
|
|
9052
|
+
static _g1(a: ChartType): boolean;
|
|
9041
9053
|
/**
|
|
9042
9054
|
* @hidden
|
|
9043
9055
|
*/
|
|
9044
|
-
static
|
|
9056
|
+
static _i2(a: ChartType): Nullable$1<MarkerStyle>;
|
|
9045
9057
|
/**
|
|
9046
9058
|
* @hidden
|
|
9047
9059
|
*/
|
|
9048
|
-
|
|
9060
|
+
_jc(): void;
|
|
9049
9061
|
/**
|
|
9050
9062
|
* @hidden
|
|
9051
9063
|
*/
|
|
9052
|
-
static
|
|
9064
|
+
static _gz(a: ChartType): boolean;
|
|
9053
9065
|
/**
|
|
9054
9066
|
* @hidden
|
|
9055
9067
|
*/
|
|
@@ -9080,9 +9092,9 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
9080
9092
|
verifyFormulas(removedWorksheet: Worksheet): void;
|
|
9081
9093
|
private _eb;
|
|
9082
9094
|
private _fw;
|
|
9083
|
-
private
|
|
9084
|
-
private
|
|
9085
|
-
private
|
|
9095
|
+
private _i7;
|
|
9096
|
+
private _g4;
|
|
9097
|
+
private _g5;
|
|
9086
9098
|
constructor(a: number);
|
|
9087
9099
|
constructor(a: number, b: UnknownShape);
|
|
9088
9100
|
constructor(a: number, ..._rest: any[]);
|
|
@@ -9108,7 +9120,7 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
9108
9120
|
/**
|
|
9109
9121
|
* @hidden
|
|
9110
9122
|
*/
|
|
9111
|
-
|
|
9123
|
+
_g6: List$1<Formula>;
|
|
9112
9124
|
/**
|
|
9113
9125
|
* @hidden
|
|
9114
9126
|
*/
|
|
@@ -9129,11 +9141,11 @@ export declare class WorksheetChart extends WorksheetShapeGroupBase implements I
|
|
|
9129
9141
|
/**
|
|
9130
9142
|
* @hidden
|
|
9131
9143
|
*/
|
|
9132
|
-
|
|
9144
|
+
_g7: List$1<FontXInfo>;
|
|
9133
9145
|
/**
|
|
9134
9146
|
* @hidden
|
|
9135
9147
|
*/
|
|
9136
|
-
readonly
|
|
9148
|
+
readonly _i8: number;
|
|
9137
9149
|
}
|
|
9138
9150
|
/**
|
|
9139
9151
|
* @hidden
|
|
@@ -9427,16 +9439,17 @@ export declare class ConditionalFormatOwnedFormatProxy extends WorksheetCellForm
|
|
|
9427
9439
|
*/
|
|
9428
9440
|
export declare class CustomView extends Base {
|
|
9429
9441
|
static $t: Type;
|
|
9430
|
-
private
|
|
9431
|
-
private _s;
|
|
9432
|
-
private _m;
|
|
9433
|
-
private _k;
|
|
9442
|
+
private _j;
|
|
9434
9443
|
private _u;
|
|
9444
|
+
private _n;
|
|
9445
|
+
private _l;
|
|
9446
|
+
private _w;
|
|
9435
9447
|
private _b;
|
|
9436
|
-
private
|
|
9448
|
+
private _p;
|
|
9449
|
+
private _s;
|
|
9450
|
+
private _t;
|
|
9437
9451
|
private _q;
|
|
9438
9452
|
private _r;
|
|
9439
|
-
private _p;
|
|
9440
9453
|
constructor(a: Workbook, b: boolean, c: boolean);
|
|
9441
9454
|
/**
|
|
9442
9455
|
* Applies all options from the custom view to the associated workbook and its worksheets.
|
|
@@ -9480,6 +9493,10 @@ export declare class CustomView extends Base {
|
|
|
9480
9493
|
* @see [[Chartsheet.displayOptions]]
|
|
9481
9494
|
*/
|
|
9482
9495
|
getSheetDisplayOptions(sheet: Sheet, createIfNull?: boolean): DisplayOptionsBase;
|
|
9496
|
+
/**
|
|
9497
|
+
* @hidden
|
|
9498
|
+
*/
|
|
9499
|
+
_e(a: Worksheet, b: boolean): WorksheetFilterSettings;
|
|
9483
9500
|
/**
|
|
9484
9501
|
* Gets the hidden columns associated with the specified worksheet.
|
|
9485
9502
|
* <p class="body">
|
|
@@ -9548,27 +9565,27 @@ export declare class CustomView extends Base {
|
|
|
9548
9565
|
/**
|
|
9549
9566
|
* @hidden
|
|
9550
9567
|
*/
|
|
9551
|
-
|
|
9568
|
+
_z(): void;
|
|
9552
9569
|
/**
|
|
9553
9570
|
* @hidden
|
|
9554
9571
|
*/
|
|
9555
|
-
|
|
9572
|
+
_aa(a: Sheet): void;
|
|
9556
9573
|
/**
|
|
9557
9574
|
* @hidden
|
|
9558
9575
|
*/
|
|
9559
|
-
|
|
9576
|
+
_ab(a: Sheet): void;
|
|
9560
9577
|
/**
|
|
9561
9578
|
* @hidden
|
|
9562
9579
|
*/
|
|
9563
|
-
|
|
9580
|
+
_ac(a: boolean): void;
|
|
9564
9581
|
/**
|
|
9565
9582
|
* @hidden
|
|
9566
9583
|
*/
|
|
9567
|
-
|
|
9584
|
+
_ad(a: boolean): void;
|
|
9568
9585
|
/**
|
|
9569
9586
|
* @hidden
|
|
9570
9587
|
*/
|
|
9571
|
-
|
|
9588
|
+
_ae(a: FormatLimitErrors, b: WorkbookFormat): void;
|
|
9572
9589
|
/**
|
|
9573
9590
|
* Gets or sets the name of the custom view.
|
|
9574
9591
|
* <p class="body">
|
|
@@ -9621,11 +9638,11 @@ export declare class CustomView extends Base {
|
|
|
9621
9638
|
/**
|
|
9622
9639
|
* @hidden
|
|
9623
9640
|
*/
|
|
9624
|
-
|
|
9641
|
+
_v: Guid;
|
|
9625
9642
|
/**
|
|
9626
9643
|
* @hidden
|
|
9627
9644
|
*/
|
|
9628
|
-
readonly
|
|
9645
|
+
readonly _k: Workbook;
|
|
9629
9646
|
}
|
|
9630
9647
|
/**
|
|
9631
9648
|
* Abstract base class which exposes the various display options available for a sheet which can be
|
|
@@ -10092,16 +10109,16 @@ export declare class CustomViewDisplayOptions extends DisplayOptions {
|
|
|
10092
10109
|
/**
|
|
10093
10110
|
* @hidden
|
|
10094
10111
|
*/
|
|
10095
|
-
private static readonly
|
|
10112
|
+
private static readonly _b1;
|
|
10096
10113
|
/**
|
|
10097
10114
|
* @hidden
|
|
10098
10115
|
*/
|
|
10099
|
-
private static readonly
|
|
10116
|
+
private static readonly _b2;
|
|
10100
10117
|
/**
|
|
10101
10118
|
* @hidden
|
|
10102
10119
|
*/
|
|
10103
10120
|
private static readonly _bu;
|
|
10104
|
-
private
|
|
10121
|
+
private _bz;
|
|
10105
10122
|
/**
|
|
10106
10123
|
* @hidden
|
|
10107
10124
|
*/
|
|
@@ -10151,6 +10168,10 @@ export declare class CustomViewDisplayOptions extends DisplayOptions {
|
|
|
10151
10168
|
* @see [[WorksheetDisplayOptions.magnificationInPageLayoutView]]
|
|
10152
10169
|
*/
|
|
10153
10170
|
magnificationInCurrentView: number;
|
|
10171
|
+
/**
|
|
10172
|
+
* @hidden
|
|
10173
|
+
*/
|
|
10174
|
+
_by: boolean;
|
|
10154
10175
|
}
|
|
10155
10176
|
/**
|
|
10156
10177
|
* A collection of [[CustomView]] instances in a workbook.
|
|
@@ -27745,36 +27766,40 @@ export declare let IFilterable_$type: Type;
|
|
|
27745
27766
|
*/
|
|
27746
27767
|
export declare abstract class Filter extends Base implements IChangeInfoContext {
|
|
27747
27768
|
static $t: Type;
|
|
27748
|
-
private
|
|
27769
|
+
private _b;
|
|
27749
27770
|
constructor(a: IFilterable);
|
|
27750
27771
|
/**
|
|
27751
27772
|
* @hidden
|
|
27752
27773
|
*/
|
|
27753
|
-
|
|
27774
|
+
abstract _a(a: IFilterable): Filter;
|
|
27754
27775
|
/**
|
|
27755
27776
|
* @hidden
|
|
27756
27777
|
*/
|
|
27757
|
-
|
|
27778
|
+
static _d(a: WorksheetRow, b: number): GetCellTextResult;
|
|
27758
27779
|
/**
|
|
27759
27780
|
* @hidden
|
|
27760
27781
|
*/
|
|
27761
|
-
abstract _e(a:
|
|
27782
|
+
abstract _e(a: Filter): boolean;
|
|
27762
27783
|
/**
|
|
27763
27784
|
* @hidden
|
|
27764
27785
|
*/
|
|
27765
|
-
_f(a: Worksheet, b:
|
|
27786
|
+
abstract _f(a: Worksheet, b: WorksheetRow, c: number, d: number): boolean;
|
|
27766
27787
|
/**
|
|
27767
27788
|
* @hidden
|
|
27768
27789
|
*/
|
|
27769
|
-
|
|
27790
|
+
_g(a: Worksheet, b: number, c: number, d: number): boolean;
|
|
27770
27791
|
/**
|
|
27771
27792
|
* @hidden
|
|
27772
27793
|
*/
|
|
27773
|
-
_j(
|
|
27794
|
+
_j(): void;
|
|
27774
27795
|
/**
|
|
27775
27796
|
* @hidden
|
|
27776
27797
|
*/
|
|
27777
|
-
|
|
27798
|
+
_k(a: IFilterable): void;
|
|
27799
|
+
/**
|
|
27800
|
+
* @hidden
|
|
27801
|
+
*/
|
|
27802
|
+
_h(a: boolean, b: IList$1<string>): {
|
|
27778
27803
|
ret: boolean;
|
|
27779
27804
|
p0: boolean;
|
|
27780
27805
|
p1: IList$1<string>;
|
|
@@ -27782,11 +27807,11 @@ export declare abstract class Filter extends Base implements IChangeInfoContext
|
|
|
27782
27807
|
/**
|
|
27783
27808
|
* @hidden
|
|
27784
27809
|
*/
|
|
27785
|
-
readonly
|
|
27810
|
+
readonly _i: CultureInfo;
|
|
27786
27811
|
/**
|
|
27787
27812
|
* @hidden
|
|
27788
27813
|
*/
|
|
27789
|
-
readonly
|
|
27814
|
+
readonly _c: IFilterable;
|
|
27790
27815
|
/**
|
|
27791
27816
|
* @hidden
|
|
27792
27817
|
*/
|
|
@@ -30489,7 +30514,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
30489
30514
|
/**
|
|
30490
30515
|
* @hidden
|
|
30491
30516
|
*/
|
|
30492
|
-
private
|
|
30517
|
+
private _bv;
|
|
30493
30518
|
/**
|
|
30494
30519
|
* @hidden
|
|
30495
30520
|
*/
|
|
@@ -30505,11 +30530,11 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
30505
30530
|
/**
|
|
30506
30531
|
* @hidden
|
|
30507
30532
|
*/
|
|
30508
|
-
private
|
|
30533
|
+
private _bs;
|
|
30509
30534
|
/**
|
|
30510
30535
|
* @hidden
|
|
30511
30536
|
*/
|
|
30512
|
-
private
|
|
30537
|
+
private _bl;
|
|
30513
30538
|
/**
|
|
30514
30539
|
* Returns whether this class instance contains an array value.
|
|
30515
30540
|
* @return True if this instance class contains an array, else false.
|
|
@@ -30525,15 +30550,15 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
30525
30550
|
/**
|
|
30526
30551
|
* @hidden
|
|
30527
30552
|
*/
|
|
30528
|
-
readonly
|
|
30529
|
-
private
|
|
30553
|
+
readonly _t: boolean;
|
|
30554
|
+
private _y;
|
|
30530
30555
|
/**
|
|
30531
30556
|
* @hidden
|
|
30532
30557
|
*/
|
|
30533
30558
|
/**
|
|
30534
30559
|
* @hidden
|
|
30535
30560
|
*/
|
|
30536
|
-
|
|
30561
|
+
_z: boolean;
|
|
30537
30562
|
/**
|
|
30538
30563
|
* Convert this class instance's value to an [[ArrayProxy]] data type.
|
|
30539
30564
|
* @return An array equivalent to the value of this instance.
|
|
@@ -30581,27 +30606,27 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
30581
30606
|
/**
|
|
30582
30607
|
* @hidden
|
|
30583
30608
|
*/
|
|
30584
|
-
private static readonly
|
|
30609
|
+
private static readonly _ay;
|
|
30585
30610
|
/**
|
|
30586
30611
|
* @hidden
|
|
30587
30612
|
*/
|
|
30588
|
-
private static readonly
|
|
30613
|
+
private static readonly _ax;
|
|
30589
30614
|
/**
|
|
30590
30615
|
* @hidden
|
|
30591
30616
|
*/
|
|
30592
|
-
private static readonly
|
|
30617
|
+
private static readonly _aw;
|
|
30593
30618
|
/**
|
|
30594
30619
|
* @hidden
|
|
30595
30620
|
*/
|
|
30596
30621
|
static readonly _g: ExcelCalcValue;
|
|
30597
|
-
private
|
|
30622
|
+
private _bm;
|
|
30598
30623
|
constructor(value: any);
|
|
30599
30624
|
constructor();
|
|
30600
30625
|
constructor(..._rest: any[]);
|
|
30601
30626
|
/**
|
|
30602
30627
|
* @hidden
|
|
30603
30628
|
*/
|
|
30604
|
-
|
|
30629
|
+
_bu(a: any): void;
|
|
30605
30630
|
/**
|
|
30606
30631
|
* Convert this class instance's value to an int
|
|
30607
30632
|
* @return A signed 32-bit integer value containing the equivalent value of this instance
|
|
@@ -30627,7 +30652,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
30627
30652
|
/**
|
|
30628
30653
|
* @hidden
|
|
30629
30654
|
*/
|
|
30630
|
-
private
|
|
30655
|
+
private _bt;
|
|
30631
30656
|
/**
|
|
30632
30657
|
* Convert this instance's value to a [[IExcelCalcReference]].
|
|
30633
30658
|
* <p class="body">
|
|
@@ -30678,7 +30703,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
30678
30703
|
/**
|
|
30679
30704
|
* @hidden
|
|
30680
30705
|
*/
|
|
30681
|
-
static
|
|
30706
|
+
static _ab(a: any): boolean;
|
|
30682
30707
|
/**
|
|
30683
30708
|
* Returns whether this class instance contains a null value
|
|
30684
30709
|
* @return True if this instance class contains a null value, else false
|
|
@@ -30687,7 +30712,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
30687
30712
|
/**
|
|
30688
30713
|
* @hidden
|
|
30689
30714
|
*/
|
|
30690
|
-
static
|
|
30715
|
+
static _ad(a: any): boolean;
|
|
30691
30716
|
/**
|
|
30692
30717
|
* Returns whether this class instance contains a DBNull value
|
|
30693
30718
|
* @return True if this instance class contains a null value, else false
|
|
@@ -30701,7 +30726,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
30701
30726
|
/**
|
|
30702
30727
|
* @hidden
|
|
30703
30728
|
*/
|
|
30704
|
-
static
|
|
30729
|
+
static _ah(a: any): boolean;
|
|
30705
30730
|
/**
|
|
30706
30731
|
* Returns whether this class instance contains a boolean value
|
|
30707
30732
|
* @return True if this instance class contains a boolean, else false
|
|
@@ -30710,7 +30735,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
30710
30735
|
/**
|
|
30711
30736
|
* @hidden
|
|
30712
30737
|
*/
|
|
30713
|
-
static
|
|
30738
|
+
static _v(a: any): boolean;
|
|
30714
30739
|
/**
|
|
30715
30740
|
* Returns whether this class instance contains a DateTime value
|
|
30716
30741
|
* @return True if this instance class contains a DateTime, else false
|
|
@@ -30727,6 +30752,10 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
30727
30752
|
* @return True if the values are the same; otherwise false is returned.
|
|
30728
30753
|
*/
|
|
30729
30754
|
static areValuesEqual(x: ExcelCalcValue, y: ExcelCalcValue): boolean;
|
|
30755
|
+
/**
|
|
30756
|
+
* @hidden
|
|
30757
|
+
*/
|
|
30758
|
+
static _p(a: ExcelCalcValue, b: ExcelCalcValue): boolean;
|
|
30730
30759
|
/**
|
|
30731
30760
|
* @hidden
|
|
30732
30761
|
*/
|
|
@@ -30756,7 +30785,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
30756
30785
|
/**
|
|
30757
30786
|
* @hidden
|
|
30758
30787
|
*/
|
|
30759
|
-
static
|
|
30788
|
+
static _a5(a: ExcelCalcValue, b: any, c: ExcelCalcValue, d: any): number;
|
|
30760
30789
|
/**
|
|
30761
30790
|
* Indicates if the specified [[ExcelCalcValue]] has the save [[value]] as this instance.
|
|
30762
30791
|
* @param value [[ExcelCalcValue]] to compare against.
|
|
@@ -30766,7 +30795,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
30766
30795
|
/**
|
|
30767
30796
|
* @hidden
|
|
30768
30797
|
*/
|
|
30769
|
-
|
|
30798
|
+
_ai(a: IFormatProvider): boolean;
|
|
30770
30799
|
/**
|
|
30771
30800
|
* Gets the resolved value of the reference. This method will walk down the reference chain recursively to get the resolved value of the reference that is not just another reference.
|
|
30772
30801
|
* @return
|
|
@@ -30817,7 +30846,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
30817
30846
|
/**
|
|
30818
30847
|
* @hidden
|
|
30819
30848
|
*/
|
|
30820
|
-
|
|
30849
|
+
_ap(a: any, b: number, c: IFormatProvider, d: BaseError): {
|
|
30821
30850
|
ret: boolean;
|
|
30822
30851
|
p1: number;
|
|
30823
30852
|
p3: BaseError;
|
|
@@ -30847,7 +30876,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
30847
30876
|
/**
|
|
30848
30877
|
* @hidden
|
|
30849
30878
|
*/
|
|
30850
|
-
|
|
30879
|
+
_ak(a: IFormatProvider, b: Date, c?: boolean, d?: boolean): {
|
|
30851
30880
|
ret: boolean;
|
|
30852
30881
|
p1: Date;
|
|
30853
30882
|
};
|
|
@@ -30953,7 +30982,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
30953
30982
|
/**
|
|
30954
30983
|
* @hidden
|
|
30955
30984
|
*/
|
|
30956
|
-
|
|
30985
|
+
_bq(a: any, b: IFormatProvider): string;
|
|
30957
30986
|
/**
|
|
30958
30987
|
* Convert this class instance's value to a byte data type
|
|
30959
30988
|
* <p class="body">
|
|
@@ -31055,7 +31084,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
31055
31084
|
/**
|
|
31056
31085
|
* @hidden
|
|
31057
31086
|
*/
|
|
31058
|
-
private
|
|
31087
|
+
private _am;
|
|
31059
31088
|
/**
|
|
31060
31089
|
* Converts a DateTime to Excel's numerical representation of a date.
|
|
31061
31090
|
* <p class="body">
|
|
@@ -31084,7 +31113,7 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
31084
31113
|
/**
|
|
31085
31114
|
* @hidden
|
|
31086
31115
|
*/
|
|
31087
|
-
static
|
|
31116
|
+
static _bc(a: Date, b: boolean, c: boolean): Nullable$1<number>;
|
|
31088
31117
|
/**
|
|
31089
31118
|
* Converts Excel's numerical representation of a date to a DateTime.
|
|
31090
31119
|
* <p class="body">
|
|
@@ -31113,15 +31142,15 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
31113
31142
|
/**
|
|
31114
31143
|
* @hidden
|
|
31115
31144
|
*/
|
|
31116
|
-
static
|
|
31145
|
+
static _bf(a: Workbook, b: number, c: boolean, d: boolean): Nullable$1<Date>;
|
|
31117
31146
|
/**
|
|
31118
31147
|
* @hidden
|
|
31119
31148
|
*/
|
|
31120
|
-
static
|
|
31149
|
+
static _br(a: number, b?: boolean): number;
|
|
31121
31150
|
/**
|
|
31122
31151
|
* @hidden
|
|
31123
31152
|
*/
|
|
31124
|
-
static
|
|
31153
|
+
static _az(a: number, b?: boolean): number;
|
|
31125
31154
|
/**
|
|
31126
31155
|
* @hidden
|
|
31127
31156
|
*/
|
|
@@ -31129,27 +31158,27 @@ export declare class ExcelCalcValue extends Base implements IConvertible, ICompa
|
|
|
31129
31158
|
/**
|
|
31130
31159
|
* @hidden
|
|
31131
31160
|
*/
|
|
31132
|
-
|
|
31161
|
+
_bk(a: boolean, b: boolean): any;
|
|
31133
31162
|
/**
|
|
31134
31163
|
* @hidden
|
|
31135
31164
|
*/
|
|
31136
|
-
private
|
|
31165
|
+
private _bh;
|
|
31137
31166
|
/**
|
|
31138
31167
|
* @hidden
|
|
31139
31168
|
*/
|
|
31140
|
-
private
|
|
31169
|
+
private _bi;
|
|
31141
31170
|
/**
|
|
31142
31171
|
* @hidden
|
|
31143
31172
|
*/
|
|
31144
|
-
static readonly
|
|
31173
|
+
static readonly _ar: boolean;
|
|
31145
31174
|
/**
|
|
31146
31175
|
* @hidden
|
|
31147
31176
|
*/
|
|
31148
|
-
static readonly
|
|
31177
|
+
static readonly _aq: boolean;
|
|
31149
31178
|
/**
|
|
31150
31179
|
* @hidden
|
|
31151
31180
|
*/
|
|
31152
|
-
readonly
|
|
31181
|
+
readonly _a1: CultureInfo;
|
|
31153
31182
|
}
|
|
31154
31183
|
/**
|
|
31155
31184
|
* Represents a two-dimensional array of [[ExcelCalcValue]] instances used in calculations.
|
|
@@ -34325,7 +34354,7 @@ export declare abstract class WorkbookSaveManager extends WorkbookSerializationM
|
|
|
34325
34354
|
_visitFontColorFilter$i(a: FontColorFilter, b: boolean): WorksheetCellFormatData;
|
|
34326
34355
|
abstract _a8(a: WorksheetCellFormatData): number;
|
|
34327
34356
|
abstract _a9(a: WorkbookStyle): number;
|
|
34328
|
-
abstract
|
|
34357
|
+
abstract _bn(): void;
|
|
34329
34358
|
protected abstract _p(): WorkItem;
|
|
34330
34359
|
_bc(a: WorksheetCellFormatData): number;
|
|
34331
34360
|
_bf(a: WorkbookFontProxy, b: IWorkbookFontDefaultsResolver): void;
|
|
@@ -34354,40 +34383,41 @@ export declare abstract class WorkbookSaveManager extends WorkbookSerializationM
|
|
|
34354
34383
|
_aa(a: WorksheetTableStyle): SortedList$2<WorksheetTableStyleArea, number>;
|
|
34355
34384
|
_af(a: Worksheet): boolean;
|
|
34356
34385
|
_o(): WorkItem;
|
|
34357
|
-
static
|
|
34386
|
+
static _b8(a: WorksheetHyperlink, b: string, c: string, d: string): {
|
|
34358
34387
|
p1: string;
|
|
34359
34388
|
p2: string;
|
|
34360
34389
|
p3: string;
|
|
34361
34390
|
};
|
|
34362
|
-
protected
|
|
34363
|
-
protected
|
|
34391
|
+
protected _br(a: IWorksheetImage): void;
|
|
34392
|
+
protected _b7(a: WorksheetShape): {
|
|
34364
34393
|
p0?: WorksheetShape;
|
|
34365
34394
|
};
|
|
34366
|
-
protected _bn(a: Worksheet): void;
|
|
34367
34395
|
protected _bo(a: Worksheet): void;
|
|
34396
|
+
protected _bp(a: Worksheet): void;
|
|
34368
34397
|
private _bg;
|
|
34369
34398
|
private static _at;
|
|
34370
|
-
|
|
34371
|
-
private
|
|
34372
|
-
private _br;
|
|
34399
|
+
_bm(a: FormattedText, b: IWorkbookFontDefaultsResolver): void;
|
|
34400
|
+
private _bq;
|
|
34373
34401
|
private _bs;
|
|
34374
|
-
_bt
|
|
34375
|
-
|
|
34376
|
-
private _bj;
|
|
34402
|
+
private _bt;
|
|
34403
|
+
_bu(): void;
|
|
34377
34404
|
private _bv;
|
|
34405
|
+
private _bj;
|
|
34378
34406
|
private _bw;
|
|
34379
34407
|
private _bx;
|
|
34380
|
-
private _bz;
|
|
34381
34408
|
private _by;
|
|
34382
|
-
private _bk;
|
|
34383
34409
|
private _b0;
|
|
34410
|
+
private _bz;
|
|
34411
|
+
private _bk;
|
|
34384
34412
|
private _b1;
|
|
34413
|
+
private _bl;
|
|
34414
|
+
private _b2;
|
|
34385
34415
|
private _ah;
|
|
34386
34416
|
private _v;
|
|
34387
|
-
private _b2;
|
|
34388
34417
|
private _b3;
|
|
34389
34418
|
private _b4;
|
|
34390
34419
|
private _b5;
|
|
34420
|
+
private _b6;
|
|
34391
34421
|
protected abstract readonly _ai: boolean;
|
|
34392
34422
|
readonly _bd: number;
|
|
34393
34423
|
readonly _au: Dictionary$2<StringBuilder, number>;
|
|
@@ -42570,23 +42600,23 @@ export declare abstract class DynamicValuesFilter extends Filter {
|
|
|
42570
42600
|
/**
|
|
42571
42601
|
* @hidden
|
|
42572
42602
|
*/
|
|
42573
|
-
static
|
|
42603
|
+
static _m(a: WorkbookLoadManager, b: IFilterable, c: ST_DynamicFilterType, d: Nullable$1<number>, e: Nullable$1<number>): DynamicValuesFilter;
|
|
42574
42604
|
/**
|
|
42575
42605
|
* @hidden
|
|
42576
42606
|
*/
|
|
42577
|
-
static
|
|
42607
|
+
static _l(a: IFilterable, b: ST_DynamicFilterType, c: Nullable$1<number>, d: Nullable$1<Date>, e: Nullable$1<Date>): DynamicValuesFilter;
|
|
42578
42608
|
/**
|
|
42579
42609
|
* @hidden
|
|
42580
42610
|
*/
|
|
42581
|
-
private static
|
|
42611
|
+
private static _p;
|
|
42582
42612
|
/**
|
|
42583
42613
|
* @hidden
|
|
42584
42614
|
*/
|
|
42585
|
-
readonly
|
|
42615
|
+
readonly _o: number;
|
|
42586
42616
|
/**
|
|
42587
42617
|
* @hidden
|
|
42588
42618
|
*/
|
|
42589
|
-
abstract readonly
|
|
42619
|
+
abstract readonly _n: ST_DynamicFilterType;
|
|
42590
42620
|
}
|
|
42591
42621
|
/**
|
|
42592
42622
|
* Represents a filter which can filter data based on whether the data is below or above the average of the entire data range.
|
|
@@ -42597,40 +42627,44 @@ export declare class AverageFilter extends DynamicValuesFilter {
|
|
|
42597
42627
|
/**
|
|
42598
42628
|
* @hidden
|
|
42599
42629
|
*/
|
|
42600
|
-
private static readonly
|
|
42630
|
+
private static readonly _y;
|
|
42601
42631
|
/**
|
|
42602
42632
|
* @hidden
|
|
42603
42633
|
*/
|
|
42604
|
-
private static readonly
|
|
42634
|
+
private static readonly _x;
|
|
42605
42635
|
/**
|
|
42606
42636
|
* @hidden
|
|
42607
42637
|
*/
|
|
42608
|
-
private static readonly
|
|
42609
|
-
private
|
|
42610
|
-
private
|
|
42638
|
+
private static readonly _q;
|
|
42639
|
+
private _v;
|
|
42640
|
+
private _t;
|
|
42611
42641
|
constructor(a: number, b: IFilterable, c: AverageFilterType);
|
|
42612
42642
|
constructor(a: number, b: IFilterable, c: AverageFilterType, d: number);
|
|
42613
42643
|
constructor(a: number, ..._rest: any[]);
|
|
42614
42644
|
/**
|
|
42615
42645
|
* @hidden
|
|
42616
42646
|
*/
|
|
42617
|
-
|
|
42647
|
+
_a(a: IFilterable): Filter;
|
|
42618
42648
|
/**
|
|
42619
42649
|
* @hidden
|
|
42620
42650
|
*/
|
|
42621
|
-
_e(a:
|
|
42651
|
+
_e(a: Filter): boolean;
|
|
42622
42652
|
/**
|
|
42623
42653
|
* @hidden
|
|
42624
42654
|
*/
|
|
42625
|
-
_f(a: Worksheet, b:
|
|
42655
|
+
_f(a: Worksheet, b: WorksheetRow, c: number, d: number): boolean;
|
|
42626
42656
|
/**
|
|
42627
42657
|
* @hidden
|
|
42628
42658
|
*/
|
|
42629
|
-
|
|
42659
|
+
_g(a: Worksheet, b: number, c: number, d: number): boolean;
|
|
42630
42660
|
/**
|
|
42631
42661
|
* @hidden
|
|
42632
42662
|
*/
|
|
42633
|
-
|
|
42663
|
+
protected get__n(): ST_DynamicFilterType;
|
|
42664
|
+
/**
|
|
42665
|
+
* @hidden
|
|
42666
|
+
*/
|
|
42667
|
+
readonly _n: ST_DynamicFilterType;
|
|
42634
42668
|
/**
|
|
42635
42669
|
* Gets the average that was computed the last time the filter was applied or 0 if any errors or all non-numeric values
|
|
42636
42670
|
* were found when applying the filter.
|
|
@@ -42645,15 +42679,15 @@ export declare class AverageFilter extends DynamicValuesFilter {
|
|
|
42645
42679
|
/**
|
|
42646
42680
|
* @hidden
|
|
42647
42681
|
*/
|
|
42648
|
-
private
|
|
42682
|
+
private _z;
|
|
42649
42683
|
/**
|
|
42650
42684
|
* @hidden
|
|
42651
42685
|
*/
|
|
42652
|
-
private static
|
|
42686
|
+
private static _s;
|
|
42653
42687
|
/**
|
|
42654
42688
|
* @hidden
|
|
42655
42689
|
*/
|
|
42656
|
-
private static
|
|
42690
|
+
private static _r;
|
|
42657
42691
|
}
|
|
42658
42692
|
/**
|
|
42659
42693
|
* A filter condition used in a [[CustomFilter]].
|
|
@@ -42740,10 +42774,6 @@ export declare class CustomFilterCondition extends Base {
|
|
|
42740
42774
|
*/
|
|
42741
42775
|
export declare class CustomFilter extends Filter {
|
|
42742
42776
|
static $t: Type;
|
|
42743
|
-
/**
|
|
42744
|
-
* @hidden
|
|
42745
|
-
*/
|
|
42746
|
-
private static readonly _t;
|
|
42747
42777
|
/**
|
|
42748
42778
|
* @hidden
|
|
42749
42779
|
*/
|
|
@@ -42759,25 +42789,33 @@ export declare class CustomFilter extends Filter {
|
|
|
42759
42789
|
/**
|
|
42760
42790
|
* @hidden
|
|
42761
42791
|
*/
|
|
42762
|
-
private static readonly
|
|
42763
|
-
|
|
42792
|
+
private static readonly _x;
|
|
42793
|
+
/**
|
|
42794
|
+
* @hidden
|
|
42795
|
+
*/
|
|
42796
|
+
private static readonly _l;
|
|
42764
42797
|
private _q;
|
|
42765
|
-
private
|
|
42798
|
+
private _r;
|
|
42799
|
+
private _o;
|
|
42766
42800
|
constructor(a: number, b: IFilterable, c: CustomFilterCondition);
|
|
42767
42801
|
constructor(a: number, b: IFilterable, c: CustomFilterCondition, d: CustomFilterCondition, e: ConditionalOperator);
|
|
42768
42802
|
constructor(a: number, ..._rest: any[]);
|
|
42769
42803
|
/**
|
|
42770
42804
|
* @hidden
|
|
42771
42805
|
*/
|
|
42772
|
-
|
|
42806
|
+
_a(a: IFilterable): Filter;
|
|
42807
|
+
/**
|
|
42808
|
+
* @hidden
|
|
42809
|
+
*/
|
|
42810
|
+
_e(a: Filter): boolean;
|
|
42773
42811
|
/**
|
|
42774
42812
|
* @hidden
|
|
42775
42813
|
*/
|
|
42776
|
-
|
|
42814
|
+
_f(a: Worksheet, b: WorksheetRow, c: number, d: number): boolean;
|
|
42777
42815
|
/**
|
|
42778
42816
|
* @hidden
|
|
42779
42817
|
*/
|
|
42780
|
-
|
|
42818
|
+
_h(a: boolean, b: IList$1<string>): {
|
|
42781
42819
|
ret: boolean;
|
|
42782
42820
|
p0: boolean;
|
|
42783
42821
|
p1: IList$1<string>;
|
|
@@ -42799,7 +42837,7 @@ export declare class CustomFilter extends Filter {
|
|
|
42799
42837
|
/**
|
|
42800
42838
|
* @hidden
|
|
42801
42839
|
*/
|
|
42802
|
-
private
|
|
42840
|
+
private _y;
|
|
42803
42841
|
/**
|
|
42804
42842
|
* Gets or sets the second condition by which to filter the cells in the data range.
|
|
42805
42843
|
* <p class="body">
|
|
@@ -42817,7 +42855,7 @@ export declare class CustomFilter extends Filter {
|
|
|
42817
42855
|
/**
|
|
42818
42856
|
* @hidden
|
|
42819
42857
|
*/
|
|
42820
|
-
private
|
|
42858
|
+
private _z;
|
|
42821
42859
|
/**
|
|
42822
42860
|
* Gets or sets the operator which defines how to logically combine [[condition1]] and [[condition2]]
|
|
42823
42861
|
* <p class="body">
|
|
@@ -42834,15 +42872,15 @@ export declare class CustomFilter extends Filter {
|
|
|
42834
42872
|
/**
|
|
42835
42873
|
* @hidden
|
|
42836
42874
|
*/
|
|
42837
|
-
private
|
|
42875
|
+
private _aa;
|
|
42838
42876
|
/**
|
|
42839
42877
|
* @hidden
|
|
42840
42878
|
*/
|
|
42841
|
-
private static
|
|
42879
|
+
private static _n;
|
|
42842
42880
|
/**
|
|
42843
42881
|
* @hidden
|
|
42844
42882
|
*/
|
|
42845
|
-
private static
|
|
42883
|
+
private static _m;
|
|
42846
42884
|
}
|
|
42847
42885
|
/**
|
|
42848
42886
|
* Represents a filter which can filter dates in a specific period.
|
|
@@ -42858,50 +42896,54 @@ export declare class DatePeriodFilter extends DynamicValuesFilter {
|
|
|
42858
42896
|
/**
|
|
42859
42897
|
* @hidden
|
|
42860
42898
|
*/
|
|
42861
|
-
private static readonly
|
|
42899
|
+
private static readonly _x;
|
|
42862
42900
|
/**
|
|
42863
42901
|
* @hidden
|
|
42864
42902
|
*/
|
|
42865
|
-
private static readonly
|
|
42903
|
+
private static readonly _z;
|
|
42866
42904
|
/**
|
|
42867
42905
|
* @hidden
|
|
42868
42906
|
*/
|
|
42869
|
-
private static readonly
|
|
42907
|
+
private static readonly _w;
|
|
42870
42908
|
/**
|
|
42871
42909
|
* @hidden
|
|
42872
42910
|
*/
|
|
42873
|
-
private static readonly
|
|
42874
|
-
private
|
|
42875
|
-
private
|
|
42911
|
+
private static readonly _q;
|
|
42912
|
+
private _t;
|
|
42913
|
+
private _v;
|
|
42876
42914
|
constructor(a: IFilterable, b: DatePeriodFilterType, c: number);
|
|
42877
42915
|
/**
|
|
42878
42916
|
* @hidden
|
|
42879
42917
|
*/
|
|
42880
|
-
|
|
42918
|
+
_a(a: IFilterable): Filter;
|
|
42881
42919
|
/**
|
|
42882
42920
|
* @hidden
|
|
42883
42921
|
*/
|
|
42884
|
-
_e(a:
|
|
42922
|
+
_e(a: Filter): boolean;
|
|
42885
42923
|
/**
|
|
42886
42924
|
* @hidden
|
|
42887
42925
|
*/
|
|
42888
|
-
|
|
42926
|
+
_f(a: Worksheet, b: WorksheetRow, c: number, d: number): boolean;
|
|
42889
42927
|
/**
|
|
42890
42928
|
* @hidden
|
|
42891
42929
|
*/
|
|
42892
|
-
|
|
42930
|
+
protected get__n(): ST_DynamicFilterType;
|
|
42893
42931
|
/**
|
|
42894
42932
|
* @hidden
|
|
42895
42933
|
*/
|
|
42896
|
-
|
|
42934
|
+
readonly _n: ST_DynamicFilterType;
|
|
42897
42935
|
/**
|
|
42898
42936
|
* @hidden
|
|
42899
42937
|
*/
|
|
42900
|
-
private static
|
|
42938
|
+
private static _s;
|
|
42901
42939
|
/**
|
|
42902
42940
|
* @hidden
|
|
42903
42941
|
*/
|
|
42904
|
-
private static
|
|
42942
|
+
private static _r;
|
|
42943
|
+
/**
|
|
42944
|
+
* @hidden
|
|
42945
|
+
*/
|
|
42946
|
+
private static _ac;
|
|
42905
42947
|
/**
|
|
42906
42948
|
* Gets or sets the type of date period to filter in.
|
|
42907
42949
|
* Month to filter in dates in a specific month of any year; Quarter to filter in dates in a specific quarter of any year.
|
|
@@ -42914,7 +42956,7 @@ export declare class DatePeriodFilter extends DynamicValuesFilter {
|
|
|
42914
42956
|
/**
|
|
42915
42957
|
* @hidden
|
|
42916
42958
|
*/
|
|
42917
|
-
private
|
|
42959
|
+
private _aa;
|
|
42918
42960
|
/**
|
|
42919
42961
|
* Gets or sets the 1-based value of the month or quarter to filter in.
|
|
42920
42962
|
* <p class="body">
|
|
@@ -42930,7 +42972,7 @@ export declare class DatePeriodFilter extends DynamicValuesFilter {
|
|
|
42930
42972
|
/**
|
|
42931
42973
|
* @hidden
|
|
42932
42974
|
*/
|
|
42933
|
-
private
|
|
42975
|
+
private _ab;
|
|
42934
42976
|
}
|
|
42935
42977
|
/**
|
|
42936
42978
|
* Abstract base class for filters which filter dates based on whether they are within a specified range of dates or not.
|
|
@@ -42939,32 +42981,32 @@ export declare class DatePeriodFilter extends DynamicValuesFilter {
|
|
|
42939
42981
|
*/
|
|
42940
42982
|
export declare abstract class DateRangeFilter extends DynamicValuesFilter {
|
|
42941
42983
|
static $t: Type;
|
|
42984
|
+
private _s;
|
|
42942
42985
|
private _q;
|
|
42943
|
-
private
|
|
42944
|
-
private _r;
|
|
42986
|
+
private _t;
|
|
42945
42987
|
constructor(a: number, b: IFilterable);
|
|
42946
42988
|
constructor(a: number, b: IFilterable, c: Date, d: Date);
|
|
42947
42989
|
constructor(a: number, ..._rest: any[]);
|
|
42948
42990
|
/**
|
|
42949
42991
|
* @hidden
|
|
42950
42992
|
*/
|
|
42951
|
-
|
|
42993
|
+
_e(a: Filter): boolean;
|
|
42952
42994
|
/**
|
|
42953
42995
|
* @hidden
|
|
42954
42996
|
*/
|
|
42955
|
-
|
|
42997
|
+
_f(a: Worksheet, b: WorksheetRow, c: number, d: number): boolean;
|
|
42956
42998
|
/**
|
|
42957
42999
|
* @hidden
|
|
42958
43000
|
*/
|
|
42959
|
-
|
|
43001
|
+
_g(a: Worksheet, b: number, c: number, d: number): boolean;
|
|
42960
43002
|
/**
|
|
42961
43003
|
* @hidden
|
|
42962
43004
|
*/
|
|
42963
|
-
|
|
43005
|
+
_w(): void;
|
|
42964
43006
|
/**
|
|
42965
43007
|
* @hidden
|
|
42966
43008
|
*/
|
|
42967
|
-
abstract
|
|
43009
|
+
abstract _x(a: Date, b: Date): {
|
|
42968
43010
|
p0: Date;
|
|
42969
43011
|
p1: Date;
|
|
42970
43012
|
};
|
|
@@ -42973,6 +43015,10 @@ export declare abstract class DateRangeFilter extends DynamicValuesFilter {
|
|
|
42973
43015
|
* @see [[start]]
|
|
42974
43016
|
*/
|
|
42975
43017
|
readonly end: Date;
|
|
43018
|
+
/**
|
|
43019
|
+
* @hidden
|
|
43020
|
+
*/
|
|
43021
|
+
readonly _r: boolean;
|
|
42976
43022
|
/**
|
|
42977
43023
|
* Gets the inclusive start date of the filtered in date range.
|
|
42978
43024
|
* @see [[end]]
|
|
@@ -43003,16 +43049,16 @@ export declare class FillFilter extends Filter implements IColorFilter {
|
|
|
43003
43049
|
/**
|
|
43004
43050
|
* @hidden
|
|
43005
43051
|
*/
|
|
43006
|
-
private static readonly
|
|
43052
|
+
private static readonly _r;
|
|
43007
43053
|
/**
|
|
43008
43054
|
* @hidden
|
|
43009
43055
|
*/
|
|
43010
|
-
private static readonly
|
|
43056
|
+
private static readonly _s;
|
|
43011
43057
|
/**
|
|
43012
43058
|
* @hidden
|
|
43013
43059
|
*/
|
|
43014
|
-
private static readonly
|
|
43015
|
-
private
|
|
43060
|
+
private static readonly _l;
|
|
43061
|
+
private _n;
|
|
43016
43062
|
constructor(a: IFilterable, b: CellFill);
|
|
43017
43063
|
/**
|
|
43018
43064
|
* @hidden
|
|
@@ -43025,23 +43071,27 @@ export declare class FillFilter extends Filter implements IColorFilter {
|
|
|
43025
43071
|
/**
|
|
43026
43072
|
* @hidden
|
|
43027
43073
|
*/
|
|
43028
|
-
|
|
43074
|
+
_a(a: IFilterable): Filter;
|
|
43029
43075
|
/**
|
|
43030
43076
|
* @hidden
|
|
43031
43077
|
*/
|
|
43032
|
-
_e(a:
|
|
43078
|
+
_e(a: Filter): boolean;
|
|
43033
43079
|
/**
|
|
43034
43080
|
* @hidden
|
|
43035
43081
|
*/
|
|
43036
|
-
|
|
43082
|
+
_f(a: Worksheet, b: WorksheetRow, c: number, d: number): boolean;
|
|
43037
43083
|
/**
|
|
43038
43084
|
* @hidden
|
|
43039
43085
|
*/
|
|
43040
|
-
|
|
43086
|
+
static _q(a: WorksheetTableColumn, b: WorksheetCellFormatData): FillFilter;
|
|
43041
43087
|
/**
|
|
43042
43088
|
* @hidden
|
|
43043
43089
|
*/
|
|
43044
|
-
private static
|
|
43090
|
+
private static _p;
|
|
43091
|
+
/**
|
|
43092
|
+
* @hidden
|
|
43093
|
+
*/
|
|
43094
|
+
private static _m;
|
|
43045
43095
|
/**
|
|
43046
43096
|
* Gets or sets the [[CellFill]] by which the cells should be filtered.
|
|
43047
43097
|
* <p class="body">
|
|
@@ -43056,7 +43106,7 @@ export declare class FillFilter extends Filter implements IColorFilter {
|
|
|
43056
43106
|
/**
|
|
43057
43107
|
* @hidden
|
|
43058
43108
|
*/
|
|
43059
|
-
private
|
|
43109
|
+
private _t;
|
|
43060
43110
|
}
|
|
43061
43111
|
/**
|
|
43062
43112
|
* Represents a fixed range of dates.
|
|
@@ -43309,37 +43359,41 @@ export declare class FixedValuesFilter extends Filter {
|
|
|
43309
43359
|
/**
|
|
43310
43360
|
* @hidden
|
|
43311
43361
|
*/
|
|
43312
|
-
private static readonly
|
|
43362
|
+
private static readonly _aa;
|
|
43313
43363
|
/**
|
|
43314
43364
|
* @hidden
|
|
43315
43365
|
*/
|
|
43316
|
-
private static readonly
|
|
43366
|
+
private static readonly _ad;
|
|
43317
43367
|
/**
|
|
43318
43368
|
* @hidden
|
|
43319
43369
|
*/
|
|
43320
|
-
private static readonly
|
|
43370
|
+
private static readonly _ae;
|
|
43321
43371
|
/**
|
|
43322
43372
|
* @hidden
|
|
43323
43373
|
*/
|
|
43324
|
-
private static readonly
|
|
43325
|
-
private
|
|
43326
|
-
private
|
|
43327
|
-
private
|
|
43328
|
-
private
|
|
43329
|
-
private
|
|
43374
|
+
private static readonly _l;
|
|
43375
|
+
private _y;
|
|
43376
|
+
private _q;
|
|
43377
|
+
private _s;
|
|
43378
|
+
private _o;
|
|
43379
|
+
private _u;
|
|
43330
43380
|
constructor(a: IFilterable);
|
|
43331
43381
|
/**
|
|
43332
43382
|
* @hidden
|
|
43333
43383
|
*/
|
|
43334
|
-
|
|
43384
|
+
_a(a: IFilterable): Filter;
|
|
43335
43385
|
/**
|
|
43336
43386
|
* @hidden
|
|
43337
43387
|
*/
|
|
43338
|
-
_e(a:
|
|
43388
|
+
_e(a: Filter): boolean;
|
|
43339
43389
|
/**
|
|
43340
43390
|
* @hidden
|
|
43341
43391
|
*/
|
|
43342
|
-
|
|
43392
|
+
_f(a: Worksheet, b: WorksheetRow, c: number, d: number): boolean;
|
|
43393
|
+
/**
|
|
43394
|
+
* @hidden
|
|
43395
|
+
*/
|
|
43396
|
+
_h(a: boolean, b: IList$1<string>): {
|
|
43343
43397
|
ret: boolean;
|
|
43344
43398
|
p0: boolean;
|
|
43345
43399
|
p1: IList$1<string>;
|
|
@@ -43347,22 +43401,22 @@ export declare class FixedValuesFilter extends Filter {
|
|
|
43347
43401
|
/**
|
|
43348
43402
|
* @hidden
|
|
43349
43403
|
*/
|
|
43350
|
-
|
|
43404
|
+
_ab(): number;
|
|
43351
43405
|
/**
|
|
43352
43406
|
* @hidden
|
|
43353
43407
|
*/
|
|
43354
|
-
|
|
43408
|
+
_ac(a: boolean, b: IList$1<string>): {
|
|
43355
43409
|
ret: number;
|
|
43356
43410
|
p1: IList$1<string>;
|
|
43357
43411
|
};
|
|
43358
43412
|
/**
|
|
43359
43413
|
* @hidden
|
|
43360
43414
|
*/
|
|
43361
|
-
private static
|
|
43415
|
+
private static _n;
|
|
43362
43416
|
/**
|
|
43363
43417
|
* @hidden
|
|
43364
43418
|
*/
|
|
43365
|
-
private static
|
|
43419
|
+
private static _m;
|
|
43366
43420
|
/**
|
|
43367
43421
|
* Gets or sets the calendar type used to interpret values in the [[dateGroups]] collection.
|
|
43368
43422
|
* @throws [[InvalidEnumArgumentException]] The value assigned is not defined in the [[calendarType]] enumeration.
|
|
@@ -43371,7 +43425,7 @@ export declare class FixedValuesFilter extends Filter {
|
|
|
43371
43425
|
/**
|
|
43372
43426
|
* @hidden
|
|
43373
43427
|
*/
|
|
43374
|
-
private
|
|
43428
|
+
private _af;
|
|
43375
43429
|
/**
|
|
43376
43430
|
* Gets or sets the fixed date group at the specified index.
|
|
43377
43431
|
* @param index The 0-based index of the value to get or set.
|
|
@@ -43425,19 +43479,19 @@ export declare class FixedValuesFilter extends Filter {
|
|
|
43425
43479
|
/**
|
|
43426
43480
|
* @hidden
|
|
43427
43481
|
*/
|
|
43428
|
-
private
|
|
43482
|
+
private _w;
|
|
43429
43483
|
/**
|
|
43430
43484
|
* @hidden
|
|
43431
43485
|
*/
|
|
43432
|
-
private
|
|
43486
|
+
private _ag;
|
|
43433
43487
|
/**
|
|
43434
43488
|
* @hidden
|
|
43435
43489
|
*/
|
|
43436
|
-
readonly
|
|
43490
|
+
readonly _z: Calendar;
|
|
43437
43491
|
/**
|
|
43438
43492
|
* @hidden
|
|
43439
43493
|
*/
|
|
43440
|
-
readonly
|
|
43494
|
+
readonly _x: boolean;
|
|
43441
43495
|
}
|
|
43442
43496
|
/**
|
|
43443
43497
|
* Represents a filter which will filter cells based on their font colors.
|
|
@@ -43453,16 +43507,16 @@ export declare class FontColorFilter extends Filter implements IColorFilter {
|
|
|
43453
43507
|
/**
|
|
43454
43508
|
* @hidden
|
|
43455
43509
|
*/
|
|
43456
|
-
private static readonly
|
|
43510
|
+
private static readonly _r;
|
|
43457
43511
|
/**
|
|
43458
43512
|
* @hidden
|
|
43459
43513
|
*/
|
|
43460
|
-
private static readonly
|
|
43514
|
+
private static readonly _s;
|
|
43461
43515
|
/**
|
|
43462
43516
|
* @hidden
|
|
43463
43517
|
*/
|
|
43464
|
-
private static readonly
|
|
43465
|
-
private
|
|
43518
|
+
private static readonly _l;
|
|
43519
|
+
private _p;
|
|
43466
43520
|
constructor(a: IFilterable, b: WorkbookColorInfo);
|
|
43467
43521
|
/**
|
|
43468
43522
|
* @hidden
|
|
@@ -43475,23 +43529,27 @@ export declare class FontColorFilter extends Filter implements IColorFilter {
|
|
|
43475
43529
|
/**
|
|
43476
43530
|
* @hidden
|
|
43477
43531
|
*/
|
|
43478
|
-
|
|
43532
|
+
_a(a: IFilterable): Filter;
|
|
43479
43533
|
/**
|
|
43480
43534
|
* @hidden
|
|
43481
43535
|
*/
|
|
43482
|
-
_e(a:
|
|
43536
|
+
_e(a: Filter): boolean;
|
|
43483
43537
|
/**
|
|
43484
43538
|
* @hidden
|
|
43485
43539
|
*/
|
|
43486
|
-
|
|
43540
|
+
_f(a: Worksheet, b: WorksheetRow, c: number, d: number): boolean;
|
|
43487
43541
|
/**
|
|
43488
43542
|
* @hidden
|
|
43489
43543
|
*/
|
|
43490
|
-
|
|
43544
|
+
static _o(a: WorksheetTableColumn, b: WorksheetCellFormatData): FontColorFilter;
|
|
43491
43545
|
/**
|
|
43492
43546
|
* @hidden
|
|
43493
43547
|
*/
|
|
43494
|
-
private static
|
|
43548
|
+
private static _n;
|
|
43549
|
+
/**
|
|
43550
|
+
* @hidden
|
|
43551
|
+
*/
|
|
43552
|
+
private static _m;
|
|
43495
43553
|
/**
|
|
43496
43554
|
* Gets or sets the [[WorkbookColorInfo]] which describes the font color by which the cells should be filtered.
|
|
43497
43555
|
* <p class="body">
|
|
@@ -43508,7 +43566,7 @@ export declare class FontColorFilter extends Filter implements IColorFilter {
|
|
|
43508
43566
|
/**
|
|
43509
43567
|
* @hidden
|
|
43510
43568
|
*/
|
|
43511
|
-
private
|
|
43569
|
+
private _t;
|
|
43512
43570
|
}
|
|
43513
43571
|
/**
|
|
43514
43572
|
* Represents a filter which can filter cells based on their conditional formatting icon.
|
|
@@ -43520,17 +43578,21 @@ export declare class FontColorFilter extends Filter implements IColorFilter {
|
|
|
43520
43578
|
*/
|
|
43521
43579
|
export declare class IconFilter extends Filter {
|
|
43522
43580
|
static $t: Type;
|
|
43523
|
-
private readonly
|
|
43524
|
-
private readonly
|
|
43581
|
+
private readonly _o;
|
|
43582
|
+
private readonly _m;
|
|
43525
43583
|
constructor(a: IFilterable, b: ST_IconSetType, c: Nullable$1<number>);
|
|
43526
43584
|
/**
|
|
43527
43585
|
* @hidden
|
|
43528
43586
|
*/
|
|
43529
|
-
|
|
43587
|
+
_a(a: IFilterable): Filter;
|
|
43588
|
+
/**
|
|
43589
|
+
* @hidden
|
|
43590
|
+
*/
|
|
43591
|
+
_e(a: Filter): boolean;
|
|
43530
43592
|
/**
|
|
43531
43593
|
* @hidden
|
|
43532
43594
|
*/
|
|
43533
|
-
|
|
43595
|
+
_f(a: Worksheet, b: WorksheetRow, c: number, d: number): boolean;
|
|
43534
43596
|
/**
|
|
43535
43597
|
* The icon set (read-only).
|
|
43536
43598
|
*/
|
|
@@ -43546,11 +43608,11 @@ export declare class IconFilter extends Filter {
|
|
|
43546
43608
|
/**
|
|
43547
43609
|
* @hidden
|
|
43548
43610
|
*/
|
|
43549
|
-
readonly
|
|
43611
|
+
readonly _q: Nullable$1<number>;
|
|
43550
43612
|
/**
|
|
43551
43613
|
* @hidden
|
|
43552
43614
|
*/
|
|
43553
|
-
readonly
|
|
43615
|
+
readonly _n: ST_IconSetType;
|
|
43554
43616
|
}
|
|
43555
43617
|
/**
|
|
43556
43618
|
* Represents a filter which can filter date cells based on dates relative to the when the filter was applied.
|
|
@@ -43570,47 +43632,51 @@ export declare class RelativeDateRangeFilter extends DateRangeFilter {
|
|
|
43570
43632
|
/**
|
|
43571
43633
|
* @hidden
|
|
43572
43634
|
*/
|
|
43573
|
-
private static readonly
|
|
43635
|
+
private static readonly _af;
|
|
43574
43636
|
/**
|
|
43575
43637
|
* @hidden
|
|
43576
43638
|
*/
|
|
43577
|
-
private static readonly
|
|
43639
|
+
private static readonly _ah;
|
|
43578
43640
|
/**
|
|
43579
43641
|
* @hidden
|
|
43580
43642
|
*/
|
|
43581
|
-
private static readonly
|
|
43643
|
+
private static readonly _ag;
|
|
43582
43644
|
/**
|
|
43583
43645
|
* @hidden
|
|
43584
43646
|
*/
|
|
43585
|
-
private static readonly
|
|
43586
|
-
private _z;
|
|
43647
|
+
private static readonly _y;
|
|
43587
43648
|
private _ab;
|
|
43649
|
+
private _ad;
|
|
43588
43650
|
constructor(a: number, b: IFilterable, c: RelativeDateRangeOffset, d: RelativeDateRangeDuration);
|
|
43589
43651
|
constructor(a: number, b: IFilterable, c: RelativeDateRangeOffset, d: RelativeDateRangeDuration, e: Date, f: Date);
|
|
43590
43652
|
constructor(a: number, ..._rest: any[]);
|
|
43591
43653
|
/**
|
|
43592
43654
|
* @hidden
|
|
43593
43655
|
*/
|
|
43594
|
-
private
|
|
43656
|
+
private _ai;
|
|
43595
43657
|
/**
|
|
43596
43658
|
* @hidden
|
|
43597
43659
|
*/
|
|
43598
|
-
|
|
43660
|
+
_a(a: IFilterable): Filter;
|
|
43599
43661
|
/**
|
|
43600
43662
|
* @hidden
|
|
43601
43663
|
*/
|
|
43602
|
-
|
|
43664
|
+
_e(a: Filter): boolean;
|
|
43665
|
+
/**
|
|
43666
|
+
* @hidden
|
|
43667
|
+
*/
|
|
43668
|
+
_x(a: Date, b: Date): {
|
|
43603
43669
|
p0: Date;
|
|
43604
43670
|
p1: Date;
|
|
43605
43671
|
};
|
|
43606
43672
|
/**
|
|
43607
43673
|
* @hidden
|
|
43608
43674
|
*/
|
|
43609
|
-
protected
|
|
43675
|
+
protected get__n(): ST_DynamicFilterType;
|
|
43610
43676
|
/**
|
|
43611
43677
|
* @hidden
|
|
43612
43678
|
*/
|
|
43613
|
-
readonly
|
|
43679
|
+
readonly _n: ST_DynamicFilterType;
|
|
43614
43680
|
/**
|
|
43615
43681
|
* Gets or sets the duration of the full range of accepted dates.
|
|
43616
43682
|
* @throws [[InvalidEnumArgumentException]] The value assigned is not defined in the [[RelativeDateRangeDuration]] enumeration.
|
|
@@ -43620,7 +43686,7 @@ export declare class RelativeDateRangeFilter extends DateRangeFilter {
|
|
|
43620
43686
|
/**
|
|
43621
43687
|
* @hidden
|
|
43622
43688
|
*/
|
|
43623
|
-
private
|
|
43689
|
+
private _aj;
|
|
43624
43690
|
/**
|
|
43625
43691
|
* Gets or sets the offset of relative filter (previous, current, or next).
|
|
43626
43692
|
* <p class="body">
|
|
@@ -43633,15 +43699,15 @@ export declare class RelativeDateRangeFilter extends DateRangeFilter {
|
|
|
43633
43699
|
/**
|
|
43634
43700
|
* @hidden
|
|
43635
43701
|
*/
|
|
43636
|
-
private
|
|
43702
|
+
private _ak;
|
|
43637
43703
|
/**
|
|
43638
43704
|
* @hidden
|
|
43639
43705
|
*/
|
|
43640
|
-
private static
|
|
43706
|
+
private static _aa;
|
|
43641
43707
|
/**
|
|
43642
43708
|
* @hidden
|
|
43643
43709
|
*/
|
|
43644
|
-
private static
|
|
43710
|
+
private static _z;
|
|
43645
43711
|
}
|
|
43646
43712
|
/**
|
|
43647
43713
|
* Represents a filter which can filter in cells in the upper or lower portion of the sorted values.
|
|
@@ -43654,22 +43720,22 @@ export declare class TopOrBottomFilter extends DynamicValuesFilter {
|
|
|
43654
43720
|
/**
|
|
43655
43721
|
* @hidden
|
|
43656
43722
|
*/
|
|
43657
|
-
private static readonly
|
|
43723
|
+
private static readonly _ad;
|
|
43658
43724
|
/**
|
|
43659
43725
|
* @hidden
|
|
43660
43726
|
*/
|
|
43661
|
-
private static readonly
|
|
43727
|
+
private static readonly _af;
|
|
43662
43728
|
/**
|
|
43663
43729
|
* @hidden
|
|
43664
43730
|
*/
|
|
43665
|
-
private static readonly
|
|
43731
|
+
private static readonly _ac;
|
|
43666
43732
|
/**
|
|
43667
43733
|
* @hidden
|
|
43668
43734
|
*/
|
|
43669
|
-
private static readonly
|
|
43670
|
-
private
|
|
43671
|
-
private
|
|
43672
|
-
private
|
|
43735
|
+
private static readonly _q;
|
|
43736
|
+
private _z;
|
|
43737
|
+
private _t;
|
|
43738
|
+
private _ab;
|
|
43673
43739
|
constructor(a: number, b: IFilterable);
|
|
43674
43740
|
constructor(a: number, b: IFilterable, c: TopOrBottomFilterType, d: number);
|
|
43675
43741
|
constructor(a: number, b: IFilterable, c: TopOrBottomFilterType, d: number, e: number);
|
|
@@ -43677,19 +43743,23 @@ export declare class TopOrBottomFilter extends DynamicValuesFilter {
|
|
|
43677
43743
|
/**
|
|
43678
43744
|
* @hidden
|
|
43679
43745
|
*/
|
|
43680
|
-
|
|
43746
|
+
_a(a: IFilterable): Filter;
|
|
43681
43747
|
/**
|
|
43682
43748
|
* @hidden
|
|
43683
43749
|
*/
|
|
43684
|
-
_e(a:
|
|
43750
|
+
_e(a: Filter): boolean;
|
|
43685
43751
|
/**
|
|
43686
43752
|
* @hidden
|
|
43687
43753
|
*/
|
|
43688
|
-
_f(a: Worksheet, b:
|
|
43754
|
+
_f(a: Worksheet, b: WorksheetRow, c: number, d: number): boolean;
|
|
43689
43755
|
/**
|
|
43690
43756
|
* @hidden
|
|
43691
43757
|
*/
|
|
43692
|
-
_g(a:
|
|
43758
|
+
_g(a: Worksheet, b: number, c: number, d: number): boolean;
|
|
43759
|
+
/**
|
|
43760
|
+
* @hidden
|
|
43761
|
+
*/
|
|
43762
|
+
_h(a: boolean, b: IList$1<string>): {
|
|
43693
43763
|
ret: boolean;
|
|
43694
43764
|
p0: boolean;
|
|
43695
43765
|
p1: IList$1<string>;
|
|
@@ -43697,27 +43767,27 @@ export declare class TopOrBottomFilter extends DynamicValuesFilter {
|
|
|
43697
43767
|
/**
|
|
43698
43768
|
* @hidden
|
|
43699
43769
|
*/
|
|
43700
|
-
protected
|
|
43770
|
+
protected get__n(): ST_DynamicFilterType;
|
|
43701
43771
|
/**
|
|
43702
43772
|
* @hidden
|
|
43703
43773
|
*/
|
|
43704
|
-
readonly
|
|
43774
|
+
readonly _n: ST_DynamicFilterType;
|
|
43705
43775
|
/**
|
|
43706
43776
|
* @hidden
|
|
43707
43777
|
*/
|
|
43708
|
-
static
|
|
43778
|
+
static _u(a: boolean, b: boolean): TopOrBottomFilterType;
|
|
43709
43779
|
/**
|
|
43710
43780
|
* @hidden
|
|
43711
43781
|
*/
|
|
43712
|
-
private static
|
|
43782
|
+
private static _s;
|
|
43713
43783
|
/**
|
|
43714
43784
|
* @hidden
|
|
43715
43785
|
*/
|
|
43716
|
-
private static
|
|
43786
|
+
private static _r;
|
|
43717
43787
|
/**
|
|
43718
43788
|
* @hidden
|
|
43719
43789
|
*/
|
|
43720
|
-
private static
|
|
43790
|
+
private static _ai;
|
|
43721
43791
|
/**
|
|
43722
43792
|
* Gets or sets the type of the filter.
|
|
43723
43793
|
* TopValues or BottomValues to filter in the top or bottom N value in the list of sorted values; TopPercentage or BottomPercentage
|
|
@@ -43729,7 +43799,7 @@ export declare class TopOrBottomFilter extends DynamicValuesFilter {
|
|
|
43729
43799
|
/**
|
|
43730
43800
|
* @hidden
|
|
43731
43801
|
*/
|
|
43732
|
-
private
|
|
43802
|
+
private _ag;
|
|
43733
43803
|
/**
|
|
43734
43804
|
* Gets or sets the number or percentage of value of values which should be filtered in.
|
|
43735
43805
|
* <p class="body">
|
|
@@ -43744,45 +43814,46 @@ export declare class TopOrBottomFilter extends DynamicValuesFilter {
|
|
|
43744
43814
|
/**
|
|
43745
43815
|
* @hidden
|
|
43746
43816
|
*/
|
|
43747
|
-
private
|
|
43817
|
+
private _ah;
|
|
43748
43818
|
/**
|
|
43749
43819
|
* @hidden
|
|
43750
43820
|
*/
|
|
43751
|
-
readonly
|
|
43821
|
+
readonly _w: ST_FilterOperator;
|
|
43752
43822
|
/**
|
|
43753
43823
|
* @hidden
|
|
43754
43824
|
*/
|
|
43755
|
-
readonly
|
|
43825
|
+
readonly _x: boolean;
|
|
43756
43826
|
/**
|
|
43757
43827
|
* @hidden
|
|
43758
43828
|
*/
|
|
43759
|
-
readonly
|
|
43829
|
+
readonly _y: boolean;
|
|
43760
43830
|
/**
|
|
43761
43831
|
* @hidden
|
|
43762
43832
|
*/
|
|
43763
|
-
readonly
|
|
43833
|
+
readonly _aa: number;
|
|
43764
43834
|
}
|
|
43765
43835
|
/**
|
|
43766
43836
|
* @hidden
|
|
43767
43837
|
*/
|
|
43768
43838
|
export declare class WorksheetColumnFilter extends Base implements IFilterable, IComparable$1<WorksheetColumnFilter> {
|
|
43769
43839
|
static $t: Type;
|
|
43770
|
-
private readonly
|
|
43771
|
-
private
|
|
43840
|
+
private readonly _b;
|
|
43841
|
+
private _e;
|
|
43772
43842
|
private _a;
|
|
43773
|
-
constructor(a: number, b:
|
|
43774
|
-
constructor(a: number, b:
|
|
43843
|
+
constructor(a: number, b: WorksheetFilterSettings);
|
|
43844
|
+
constructor(a: number, b: WorksheetFilterSettings, c: number);
|
|
43775
43845
|
constructor(a: number, ..._rest: any[]);
|
|
43776
|
-
|
|
43777
|
-
|
|
43846
|
+
_h(a: Filter): void;
|
|
43847
|
+
_i(a: number): void;
|
|
43778
43848
|
readonly columnIndex: number;
|
|
43779
43849
|
readonly filter: Filter;
|
|
43780
|
-
readonly
|
|
43781
|
-
readonly _f:
|
|
43850
|
+
readonly _c: WorksheetFilterSettings;
|
|
43851
|
+
readonly _f: WorksheetRegionAddress;
|
|
43852
|
+
readonly _g: number;
|
|
43782
43853
|
readonly workbook: Workbook;
|
|
43783
43854
|
readonly worksheet: Worksheet;
|
|
43784
43855
|
onFilterModified(): void;
|
|
43785
|
-
|
|
43856
|
+
_d(a: CellShiftOperation, b: ICellShiftOperationOverride): ShiftAddressResult;
|
|
43786
43857
|
compareTo(a: WorksheetColumnFilter): number;
|
|
43787
43858
|
getDataAreaRowIndexes(a: number, b: number): {
|
|
43788
43859
|
p0: number;
|
|
@@ -43828,42 +43899,43 @@ export declare class WorksheetFilterSettings extends Base implements ISortSettin
|
|
|
43828
43899
|
/**
|
|
43829
43900
|
* @hidden
|
|
43830
43901
|
*/
|
|
43831
|
-
private static readonly
|
|
43902
|
+
private static readonly _at;
|
|
43832
43903
|
/**
|
|
43833
43904
|
* @hidden
|
|
43834
43905
|
*/
|
|
43835
|
-
private static readonly
|
|
43906
|
+
private static readonly _aw;
|
|
43836
43907
|
/**
|
|
43837
43908
|
* @hidden
|
|
43838
43909
|
*/
|
|
43839
|
-
private static readonly
|
|
43910
|
+
private static readonly _ax;
|
|
43840
43911
|
/**
|
|
43841
43912
|
* @hidden
|
|
43842
43913
|
*/
|
|
43843
|
-
private static readonly
|
|
43914
|
+
private static readonly _ay;
|
|
43844
43915
|
/**
|
|
43845
43916
|
* @hidden
|
|
43846
43917
|
*/
|
|
43847
|
-
private static readonly
|
|
43918
|
+
private static readonly _av;
|
|
43848
43919
|
/**
|
|
43849
43920
|
* @hidden
|
|
43850
43921
|
*/
|
|
43851
43922
|
private static _a;
|
|
43852
|
-
private _ap;
|
|
43853
43923
|
private _aq;
|
|
43854
|
-
private
|
|
43924
|
+
private _ar;
|
|
43855
43925
|
private _a0;
|
|
43856
|
-
private
|
|
43926
|
+
private _a1;
|
|
43927
|
+
private _al;
|
|
43857
43928
|
private _ac;
|
|
43858
|
-
private
|
|
43929
|
+
private _az;
|
|
43859
43930
|
private _ai;
|
|
43860
|
-
private
|
|
43931
|
+
private _as;
|
|
43861
43932
|
private _x;
|
|
43862
43933
|
private _aa;
|
|
43934
|
+
private _ak;
|
|
43935
|
+
private _an;
|
|
43863
43936
|
private _am;
|
|
43864
|
-
private _al;
|
|
43865
43937
|
static staticInit(): void;
|
|
43866
|
-
constructor(a: Worksheet);
|
|
43938
|
+
constructor(a: Worksheet, b: boolean);
|
|
43867
43939
|
/**
|
|
43868
43940
|
* Returns the total region including the filter headers (read-only).
|
|
43869
43941
|
* @see [[setRegion]]
|
|
@@ -43891,7 +43963,7 @@ export declare class WorksheetFilterSettings extends Base implements ISortSettin
|
|
|
43891
43963
|
/**
|
|
43892
43964
|
* @hidden
|
|
43893
43965
|
*/
|
|
43894
|
-
readonly
|
|
43966
|
+
readonly _au: number;
|
|
43895
43967
|
/**
|
|
43896
43968
|
* @hidden
|
|
43897
43969
|
*/
|
|
@@ -43906,7 +43978,7 @@ export declare class WorksheetFilterSettings extends Base implements ISortSettin
|
|
|
43906
43978
|
/**
|
|
43907
43979
|
* @hidden
|
|
43908
43980
|
*/
|
|
43909
|
-
private
|
|
43981
|
+
private _bm;
|
|
43910
43982
|
/**
|
|
43911
43983
|
* @hidden
|
|
43912
43984
|
*/
|
|
@@ -43917,7 +43989,7 @@ export declare class WorksheetFilterSettings extends Base implements ISortSettin
|
|
|
43917
43989
|
/**
|
|
43918
43990
|
* @hidden
|
|
43919
43991
|
*/
|
|
43920
|
-
private
|
|
43992
|
+
private _bn;
|
|
43921
43993
|
/**
|
|
43922
43994
|
* Applies an [[AverageFilter]] to the column.
|
|
43923
43995
|
* @param relativeColumnIndex A zero based column index relative to the [[region]]
|
|
@@ -44212,7 +44284,7 @@ export declare class WorksheetFilterSettings extends Base implements ISortSettin
|
|
|
44212
44284
|
/**
|
|
44213
44285
|
* @hidden
|
|
44214
44286
|
*/
|
|
44215
|
-
private
|
|
44287
|
+
private _bg;
|
|
44216
44288
|
/**
|
|
44217
44289
|
* Re-sorts all data cells in the region based on the sort conditions.
|
|
44218
44290
|
* @see [[sortSettings]]
|
|
@@ -44251,11 +44323,11 @@ export declare class WorksheetFilterSettings extends Base implements ISortSettin
|
|
|
44251
44323
|
/**
|
|
44252
44324
|
* @hidden
|
|
44253
44325
|
*/
|
|
44254
|
-
|
|
44326
|
+
_bo(a: WorksheetRegion): void;
|
|
44255
44327
|
/**
|
|
44256
44328
|
* @hidden
|
|
44257
44329
|
*/
|
|
44258
|
-
|
|
44330
|
+
_a4(a: WorksheetColumnFilter): void;
|
|
44259
44331
|
/**
|
|
44260
44332
|
* @hidden
|
|
44261
44333
|
*/
|
|
@@ -44263,15 +44335,19 @@ export declare class WorksheetFilterSettings extends Base implements ISortSettin
|
|
|
44263
44335
|
/**
|
|
44264
44336
|
* @hidden
|
|
44265
44337
|
*/
|
|
44266
|
-
|
|
44338
|
+
_bb(a: WorksheetFilterSettings): void;
|
|
44267
44339
|
/**
|
|
44268
44340
|
* @hidden
|
|
44269
44341
|
*/
|
|
44270
|
-
_bc(): void;
|
|
44342
|
+
_bc(a: WorkbookFormat): void;
|
|
44271
44343
|
/**
|
|
44272
44344
|
* @hidden
|
|
44273
44345
|
*/
|
|
44274
|
-
|
|
44346
|
+
_be(): void;
|
|
44347
|
+
/**
|
|
44348
|
+
* @hidden
|
|
44349
|
+
*/
|
|
44350
|
+
_bi(): void;
|
|
44275
44351
|
/**
|
|
44276
44352
|
* @hidden
|
|
44277
44353
|
*/
|
|
@@ -44279,42 +44355,42 @@ export declare class WorksheetFilterSettings extends Base implements ISortSettin
|
|
|
44279
44355
|
/**
|
|
44280
44356
|
* @hidden
|
|
44281
44357
|
*/
|
|
44282
|
-
|
|
44358
|
+
_bp(): void;
|
|
44283
44359
|
/**
|
|
44284
44360
|
* @hidden
|
|
44285
44361
|
*/
|
|
44286
|
-
|
|
44362
|
+
_bq(): void;
|
|
44287
44363
|
/**
|
|
44288
44364
|
* @hidden
|
|
44289
44365
|
*/
|
|
44290
|
-
|
|
44366
|
+
_br(): void;
|
|
44291
44367
|
/**
|
|
44292
44368
|
* @hidden
|
|
44293
44369
|
*/
|
|
44294
|
-
|
|
44370
|
+
_bs(a: NamedReference, b: boolean): void;
|
|
44295
44371
|
/**
|
|
44296
44372
|
* @hidden
|
|
44297
44373
|
*/
|
|
44298
|
-
|
|
44374
|
+
_bw(a: boolean, b: NamedReference, c: boolean): {
|
|
44299
44375
|
p1?: NamedReference;
|
|
44300
44376
|
p2: boolean;
|
|
44301
44377
|
};
|
|
44302
44378
|
/**
|
|
44303
44379
|
* @hidden
|
|
44304
44380
|
*/
|
|
44305
|
-
private
|
|
44381
|
+
private _a5;
|
|
44306
44382
|
/**
|
|
44307
44383
|
* @hidden
|
|
44308
44384
|
*/
|
|
44309
|
-
private
|
|
44385
|
+
private _a3;
|
|
44310
44386
|
/**
|
|
44311
44387
|
* @hidden
|
|
44312
44388
|
*/
|
|
44313
|
-
private
|
|
44389
|
+
private _a6;
|
|
44314
44390
|
/**
|
|
44315
44391
|
* @hidden
|
|
44316
44392
|
*/
|
|
44317
|
-
private
|
|
44393
|
+
private _ba;
|
|
44318
44394
|
/**
|
|
44319
44395
|
* @hidden
|
|
44320
44396
|
*/
|
|
@@ -44322,30 +44398,30 @@ export declare class WorksheetFilterSettings extends Base implements ISortSettin
|
|
|
44322
44398
|
/**
|
|
44323
44399
|
* @hidden
|
|
44324
44400
|
*/
|
|
44325
|
-
private
|
|
44401
|
+
private _ao;
|
|
44326
44402
|
/**
|
|
44327
44403
|
* @hidden
|
|
44328
44404
|
*/
|
|
44329
44405
|
/**
|
|
44330
44406
|
* @hidden
|
|
44331
44407
|
*/
|
|
44332
|
-
private
|
|
44408
|
+
private _ap;
|
|
44333
44409
|
/**
|
|
44334
44410
|
* @hidden
|
|
44335
44411
|
*/
|
|
44336
|
-
private
|
|
44412
|
+
private _bj;
|
|
44337
44413
|
/**
|
|
44338
44414
|
* @hidden
|
|
44339
44415
|
*/
|
|
44340
|
-
private
|
|
44416
|
+
private _bx;
|
|
44341
44417
|
/**
|
|
44342
44418
|
* @hidden
|
|
44343
44419
|
*/
|
|
44344
|
-
private
|
|
44420
|
+
private _bv;
|
|
44345
44421
|
/**
|
|
44346
44422
|
* @hidden
|
|
44347
44423
|
*/
|
|
44348
|
-
private
|
|
44424
|
+
private _by;
|
|
44349
44425
|
/**
|
|
44350
44426
|
* @hidden
|
|
44351
44427
|
*/
|
|
@@ -44361,19 +44437,19 @@ export declare class WorksheetFilterSettings extends Base implements ISortSettin
|
|
|
44361
44437
|
/**
|
|
44362
44438
|
* @hidden
|
|
44363
44439
|
*/
|
|
44364
|
-
private
|
|
44440
|
+
private _a2;
|
|
44365
44441
|
/**
|
|
44366
44442
|
* @hidden
|
|
44367
44443
|
*/
|
|
44368
|
-
private
|
|
44444
|
+
private _bd;
|
|
44369
44445
|
/**
|
|
44370
44446
|
* @hidden
|
|
44371
44447
|
*/
|
|
44372
|
-
private static
|
|
44448
|
+
private static _bt;
|
|
44373
44449
|
/**
|
|
44374
44450
|
* @hidden
|
|
44375
44451
|
*/
|
|
44376
|
-
private static
|
|
44452
|
+
private static _bu;
|
|
44377
44453
|
/**
|
|
44378
44454
|
* @hidden
|
|
44379
44455
|
*/
|
|
@@ -44421,22 +44497,26 @@ export declare class YearToDateFilter extends DateRangeFilter {
|
|
|
44421
44497
|
/**
|
|
44422
44498
|
* @hidden
|
|
44423
44499
|
*/
|
|
44424
|
-
|
|
44500
|
+
_a(a: IFilterable): Filter;
|
|
44501
|
+
/**
|
|
44502
|
+
* @hidden
|
|
44503
|
+
*/
|
|
44504
|
+
_e(a: Filter): boolean;
|
|
44425
44505
|
/**
|
|
44426
44506
|
* @hidden
|
|
44427
44507
|
*/
|
|
44428
|
-
|
|
44508
|
+
_x(a: Date, b: Date): {
|
|
44429
44509
|
p0: Date;
|
|
44430
44510
|
p1: Date;
|
|
44431
44511
|
};
|
|
44432
44512
|
/**
|
|
44433
44513
|
* @hidden
|
|
44434
44514
|
*/
|
|
44435
|
-
protected
|
|
44515
|
+
protected get__n(): ST_DynamicFilterType;
|
|
44436
44516
|
/**
|
|
44437
44517
|
* @hidden
|
|
44438
44518
|
*/
|
|
44439
|
-
readonly
|
|
44519
|
+
readonly _n: ST_DynamicFilterType;
|
|
44440
44520
|
}
|
|
44441
44521
|
/**
|
|
44442
44522
|
* Exposes properties which control the visual attributes of a [[WorksheetCell]]
|
|
@@ -50996,10 +51076,7 @@ export declare class CategoryAxisBinning extends Base {
|
|
|
50996
51076
|
*/
|
|
50997
51077
|
export declare abstract class SeriesValuesBase extends Base {
|
|
50998
51078
|
static $t: Type;
|
|
50999
|
-
|
|
51000
|
-
* @hidden
|
|
51001
|
-
*/
|
|
51002
|
-
static readonly _h: boolean;
|
|
51079
|
+
private _d;
|
|
51003
51080
|
/**
|
|
51004
51081
|
* @hidden
|
|
51005
51082
|
*/
|
|
@@ -51007,15 +51084,15 @@ export declare abstract class SeriesValuesBase extends Base {
|
|
|
51007
51084
|
/**
|
|
51008
51085
|
* @hidden
|
|
51009
51086
|
*/
|
|
51010
|
-
|
|
51087
|
+
_g: Sheet;
|
|
51011
51088
|
/**
|
|
51012
51089
|
* @hidden
|
|
51013
51090
|
*/
|
|
51014
|
-
|
|
51091
|
+
_h: SingleTargetFormula;
|
|
51015
51092
|
/**
|
|
51016
51093
|
* @hidden
|
|
51017
51094
|
*/
|
|
51018
|
-
|
|
51095
|
+
_m: string;
|
|
51019
51096
|
constructor(values: IEnumerable);
|
|
51020
51097
|
constructor(sheet: Sheet, formula: string, cellReferenceMode?: CellReferenceMode);
|
|
51021
51098
|
constructor(sheet: Sheet, formula: SingleTargetFormula, values: any[], dummy: boolean);
|
|
@@ -51023,11 +51100,19 @@ export declare abstract class SeriesValuesBase extends Base {
|
|
|
51023
51100
|
/**
|
|
51024
51101
|
* @hidden
|
|
51025
51102
|
*/
|
|
51026
|
-
|
|
51103
|
+
readonly _e: Series;
|
|
51104
|
+
/**
|
|
51105
|
+
* @hidden
|
|
51106
|
+
*/
|
|
51107
|
+
readonly _j: boolean;
|
|
51027
51108
|
/**
|
|
51028
51109
|
* @hidden
|
|
51029
51110
|
*/
|
|
51030
|
-
|
|
51111
|
+
protected get__f(): SeriesValuesType;
|
|
51112
|
+
/**
|
|
51113
|
+
* @hidden
|
|
51114
|
+
*/
|
|
51115
|
+
readonly _f: SeriesValuesType;
|
|
51031
51116
|
/**
|
|
51032
51117
|
* Returns an object array containing the value of
|
|
51033
51118
|
* each data point in the associated [[Series]].
|
|
@@ -51037,7 +51122,7 @@ export declare abstract class SeriesValuesBase extends Base {
|
|
|
51037
51122
|
/**
|
|
51038
51123
|
* @hidden
|
|
51039
51124
|
*/
|
|
51040
|
-
|
|
51125
|
+
_q(): void;
|
|
51041
51126
|
/**
|
|
51042
51127
|
* @hidden
|
|
51043
51128
|
*/
|
|
@@ -51045,39 +51130,43 @@ export declare abstract class SeriesValuesBase extends Base {
|
|
|
51045
51130
|
/**
|
|
51046
51131
|
* @hidden
|
|
51047
51132
|
*/
|
|
51048
|
-
static
|
|
51133
|
+
static _k(a: ExcelCalcValue): any;
|
|
51049
51134
|
/**
|
|
51050
51135
|
* @hidden
|
|
51051
51136
|
*/
|
|
51052
|
-
static
|
|
51137
|
+
static _n(a: ExcelCalcValue): string;
|
|
51053
51138
|
/**
|
|
51054
51139
|
* @hidden
|
|
51055
51140
|
*/
|
|
51056
|
-
|
|
51141
|
+
_p(a: Series): void;
|
|
51057
51142
|
/**
|
|
51058
51143
|
* @hidden
|
|
51059
51144
|
*/
|
|
51060
|
-
|
|
51145
|
+
_i(a: Worksheet, b: WorksheetRegionAddress): boolean;
|
|
51061
51146
|
/**
|
|
51062
51147
|
* @hidden
|
|
51063
51148
|
*/
|
|
51064
|
-
|
|
51149
|
+
_r(a: Series, b: number, c: (arg1: IChartObject, arg2: any) => void, d: CellShiftOperation, e: ICellShiftOperationOverride): void;
|
|
51065
51150
|
/**
|
|
51066
51151
|
* @hidden
|
|
51067
51152
|
*/
|
|
51068
|
-
|
|
51153
|
+
private static _o;
|
|
51069
51154
|
/**
|
|
51070
51155
|
* @hidden
|
|
51071
51156
|
*/
|
|
51072
|
-
|
|
51157
|
+
_l(a: number, b: string): any;
|
|
51073
51158
|
/**
|
|
51074
51159
|
* @hidden
|
|
51075
51160
|
*/
|
|
51076
|
-
private
|
|
51161
|
+
private _s;
|
|
51077
51162
|
/**
|
|
51078
51163
|
* @hidden
|
|
51079
51164
|
*/
|
|
51080
|
-
private
|
|
51165
|
+
private _t;
|
|
51166
|
+
/**
|
|
51167
|
+
* @hidden
|
|
51168
|
+
*/
|
|
51169
|
+
private _u;
|
|
51081
51170
|
}
|
|
51082
51171
|
/**
|
|
51083
51172
|
* Defines a set of values in a series
|
|
@@ -51087,11 +51176,11 @@ export declare class SeriesValues extends SeriesValuesBase {
|
|
|
51087
51176
|
/**
|
|
51088
51177
|
* @hidden
|
|
51089
51178
|
*/
|
|
51090
|
-
readonly
|
|
51179
|
+
readonly _v: number[];
|
|
51091
51180
|
/**
|
|
51092
51181
|
* @hidden
|
|
51093
51182
|
*/
|
|
51094
|
-
|
|
51183
|
+
_y: boolean;
|
|
51095
51184
|
constructor(values: IEnumerable);
|
|
51096
51185
|
constructor(sheet: Sheet, formula: SingleTargetFormula, values: any[], dummy: boolean);
|
|
51097
51186
|
constructor(sheet: Sheet, sourceRange: string, cellReferenceMode?: CellReferenceMode, colorBy?: SeriesValuesColorBy);
|
|
@@ -51099,11 +51188,11 @@ export declare class SeriesValues extends SeriesValuesBase {
|
|
|
51099
51188
|
/**
|
|
51100
51189
|
* @hidden
|
|
51101
51190
|
*/
|
|
51102
|
-
static
|
|
51191
|
+
static _x(a: Sheet, b: SingleTargetFormula, c: any[]): SeriesValues;
|
|
51103
51192
|
/**
|
|
51104
51193
|
* @hidden
|
|
51105
51194
|
*/
|
|
51106
|
-
|
|
51195
|
+
_w(a: string, b: number[]): {
|
|
51107
51196
|
ret: any[];
|
|
51108
51197
|
p0: string;
|
|
51109
51198
|
p1: number[];
|
|
@@ -51168,20 +51257,19 @@ export declare class XValues extends SeriesValuesBase {
|
|
|
51168
51257
|
/**
|
|
51169
51258
|
* @hidden
|
|
51170
51259
|
*/
|
|
51171
|
-
readonly
|
|
51172
|
-
private _y;
|
|
51260
|
+
readonly _v: number[];
|
|
51173
51261
|
/**
|
|
51174
51262
|
* @hidden
|
|
51175
51263
|
*/
|
|
51176
|
-
|
|
51264
|
+
_af: Nullable$1<boolean>;
|
|
51177
51265
|
/**
|
|
51178
51266
|
* @hidden
|
|
51179
51267
|
*/
|
|
51180
|
-
|
|
51268
|
+
_ae: number;
|
|
51181
51269
|
/**
|
|
51182
51270
|
* @hidden
|
|
51183
51271
|
*/
|
|
51184
|
-
|
|
51272
|
+
_ac: XValuesDataType;
|
|
51185
51273
|
constructor(values: IEnumerable);
|
|
51186
51274
|
constructor(dataType: XValuesDataType, values: IEnumerable, levels: number[]);
|
|
51187
51275
|
constructor(sheet: Sheet, formula: SingleTargetFormula, dataType: XValuesDataType, values: any[], levels: number[]);
|
|
@@ -51191,19 +51279,15 @@ export declare class XValues extends SeriesValuesBase {
|
|
|
51191
51279
|
/**
|
|
51192
51280
|
* @hidden
|
|
51193
51281
|
*/
|
|
51194
|
-
|
|
51195
|
-
/**
|
|
51196
|
-
* @hidden
|
|
51197
|
-
*/
|
|
51198
|
-
protected get__d(): SeriesValuesType;
|
|
51282
|
+
_q(): void;
|
|
51199
51283
|
/**
|
|
51200
51284
|
* @hidden
|
|
51201
51285
|
*/
|
|
51202
|
-
|
|
51286
|
+
protected get__f(): SeriesValuesType;
|
|
51203
51287
|
/**
|
|
51204
51288
|
* @hidden
|
|
51205
51289
|
*/
|
|
51206
|
-
|
|
51290
|
+
_ad: boolean;
|
|
51207
51291
|
/**
|
|
51208
51292
|
* Returns the actual values for this [[XValues]] instance.
|
|
51209
51293
|
* @return An object array containing the actual data point values for the associated [[Series]].
|
|
@@ -51212,7 +51296,7 @@ export declare class XValues extends SeriesValuesBase {
|
|
|
51212
51296
|
/**
|
|
51213
51297
|
* @hidden
|
|
51214
51298
|
*/
|
|
51215
|
-
|
|
51299
|
+
_w(): any[];
|
|
51216
51300
|
/**
|
|
51217
51301
|
* @hidden
|
|
51218
51302
|
*/
|
|
@@ -51220,27 +51304,23 @@ export declare class XValues extends SeriesValuesBase {
|
|
|
51220
51304
|
/**
|
|
51221
51305
|
* @hidden
|
|
51222
51306
|
*/
|
|
51223
|
-
static
|
|
51307
|
+
static _ab(a: Sheet, b: SingleTargetFormula, c: any[], d: number[], e: XValuesDataType): XValues;
|
|
51224
51308
|
/**
|
|
51225
51309
|
* @hidden
|
|
51226
51310
|
*/
|
|
51227
|
-
|
|
51228
|
-
/**
|
|
51229
|
-
* @hidden
|
|
51230
|
-
*/
|
|
51231
|
-
private static _v;
|
|
51311
|
+
_x(): GetXValuesResult;
|
|
51232
51312
|
/**
|
|
51233
51313
|
* @hidden
|
|
51234
51314
|
*/
|
|
51235
|
-
private static
|
|
51315
|
+
private static _y;
|
|
51236
51316
|
/**
|
|
51237
51317
|
* @hidden
|
|
51238
51318
|
*/
|
|
51239
|
-
private static
|
|
51319
|
+
private static _z;
|
|
51240
51320
|
/**
|
|
51241
51321
|
* @hidden
|
|
51242
51322
|
*/
|
|
51243
|
-
|
|
51323
|
+
private static _aa;
|
|
51244
51324
|
/**
|
|
51245
51325
|
* @hidden
|
|
51246
51326
|
*/
|
|
@@ -51251,10 +51331,6 @@ export declare class XValues extends SeriesValuesBase {
|
|
|
51251
51331
|
*/
|
|
51252
51332
|
export declare class Series extends ChartObject {
|
|
51253
51333
|
static $t: Type;
|
|
51254
|
-
/**
|
|
51255
|
-
* @hidden
|
|
51256
|
-
*/
|
|
51257
|
-
private static readonly _cd;
|
|
51258
51334
|
/**
|
|
51259
51335
|
* @hidden
|
|
51260
51336
|
*/
|
|
@@ -51294,11 +51370,11 @@ export declare class Series extends ChartObject {
|
|
|
51294
51370
|
/**
|
|
51295
51371
|
* @hidden
|
|
51296
51372
|
*/
|
|
51297
|
-
private static readonly
|
|
51373
|
+
private static readonly _cn;
|
|
51298
51374
|
/**
|
|
51299
51375
|
* @hidden
|
|
51300
51376
|
*/
|
|
51301
|
-
private static readonly
|
|
51377
|
+
private static readonly _cr;
|
|
51302
51378
|
/**
|
|
51303
51379
|
* @hidden
|
|
51304
51380
|
*/
|
|
@@ -51330,7 +51406,7 @@ export declare class Series extends ChartObject {
|
|
|
51330
51406
|
/**
|
|
51331
51407
|
* @hidden
|
|
51332
51408
|
*/
|
|
51333
|
-
private static readonly
|
|
51409
|
+
private static readonly _c0;
|
|
51334
51410
|
/**
|
|
51335
51411
|
* @hidden
|
|
51336
51412
|
*/
|
|
@@ -51338,11 +51414,11 @@ export declare class Series extends ChartObject {
|
|
|
51338
51414
|
/**
|
|
51339
51415
|
* @hidden
|
|
51340
51416
|
*/
|
|
51341
|
-
private static readonly
|
|
51417
|
+
private static readonly _c3;
|
|
51342
51418
|
/**
|
|
51343
51419
|
* @hidden
|
|
51344
51420
|
*/
|
|
51345
|
-
private static readonly
|
|
51421
|
+
private static readonly _c5;
|
|
51346
51422
|
/**
|
|
51347
51423
|
* @hidden
|
|
51348
51424
|
*/
|
|
@@ -51354,7 +51430,7 @@ export declare class Series extends ChartObject {
|
|
|
51354
51430
|
/**
|
|
51355
51431
|
* @hidden
|
|
51356
51432
|
*/
|
|
51357
|
-
private static readonly
|
|
51433
|
+
private static readonly _c9;
|
|
51358
51434
|
/**
|
|
51359
51435
|
* @hidden
|
|
51360
51436
|
*/
|
|
@@ -51374,31 +51450,35 @@ export declare class Series extends ChartObject {
|
|
|
51374
51450
|
/**
|
|
51375
51451
|
* @hidden
|
|
51376
51452
|
*/
|
|
51377
|
-
private static readonly
|
|
51453
|
+
private static readonly _df;
|
|
51378
51454
|
/**
|
|
51379
51455
|
* @hidden
|
|
51380
51456
|
*/
|
|
51381
|
-
static readonly
|
|
51457
|
+
private static readonly _dh;
|
|
51382
51458
|
/**
|
|
51383
51459
|
* @hidden
|
|
51384
51460
|
*/
|
|
51385
|
-
|
|
51461
|
+
static readonly _dg: number;
|
|
51386
51462
|
/**
|
|
51387
51463
|
* @hidden
|
|
51388
51464
|
*/
|
|
51389
|
-
static readonly
|
|
51465
|
+
private static readonly _c6;
|
|
51390
51466
|
/**
|
|
51391
51467
|
* @hidden
|
|
51392
51468
|
*/
|
|
51393
|
-
static readonly
|
|
51469
|
+
static readonly _co: number;
|
|
51394
51470
|
/**
|
|
51395
51471
|
* @hidden
|
|
51396
51472
|
*/
|
|
51397
|
-
static readonly
|
|
51473
|
+
static readonly _cq: number;
|
|
51474
|
+
/**
|
|
51475
|
+
* @hidden
|
|
51476
|
+
*/
|
|
51477
|
+
static readonly _cp: number;
|
|
51398
51478
|
/**
|
|
51399
51479
|
* @hidden
|
|
51400
51480
|
*/
|
|
51401
|
-
static readonly
|
|
51481
|
+
static readonly _c4: number;
|
|
51402
51482
|
/**
|
|
51403
51483
|
* @hidden
|
|
51404
51484
|
*/
|
|
@@ -51410,7 +51490,7 @@ export declare class Series extends ChartObject {
|
|
|
51410
51490
|
private _bc;
|
|
51411
51491
|
private _af;
|
|
51412
51492
|
private _aa;
|
|
51413
|
-
private
|
|
51493
|
+
private _di;
|
|
51414
51494
|
private _ah;
|
|
51415
51495
|
private _ad;
|
|
51416
51496
|
private _bk;
|
|
@@ -51418,20 +51498,20 @@ export declare class Series extends ChartObject {
|
|
|
51418
51498
|
private _be;
|
|
51419
51499
|
private _ax;
|
|
51420
51500
|
private _az;
|
|
51421
|
-
private
|
|
51501
|
+
private _cc;
|
|
51422
51502
|
private _al;
|
|
51423
51503
|
private _a1;
|
|
51424
51504
|
private _a3;
|
|
51425
51505
|
private _at;
|
|
51426
51506
|
private _ai;
|
|
51427
51507
|
private _am;
|
|
51428
|
-
private
|
|
51508
|
+
private _dj;
|
|
51429
51509
|
private _a5;
|
|
51430
51510
|
private _bg;
|
|
51431
51511
|
private _ba;
|
|
51432
51512
|
private _a8;
|
|
51433
|
-
private
|
|
51434
|
-
private
|
|
51513
|
+
private _ca;
|
|
51514
|
+
private _cd;
|
|
51435
51515
|
private _bo;
|
|
51436
51516
|
private _bi;
|
|
51437
51517
|
private _bl;
|
|
@@ -51645,11 +51725,11 @@ export declare class Series extends ChartObject {
|
|
|
51645
51725
|
/**
|
|
51646
51726
|
* @hidden
|
|
51647
51727
|
*/
|
|
51648
|
-
|
|
51728
|
+
_dt(a: ChartType, b: boolean): void;
|
|
51649
51729
|
/**
|
|
51650
51730
|
* @hidden
|
|
51651
51731
|
*/
|
|
51652
|
-
private
|
|
51732
|
+
private _b8;
|
|
51653
51733
|
/**
|
|
51654
51734
|
* Returns a [[SeriesDataLabels]] instance which applies to all [[DataLabel]]
|
|
51655
51735
|
* instances which do not have a specific setting for a given property.
|
|
@@ -51661,7 +51741,7 @@ export declare class Series extends ChartObject {
|
|
|
51661
51741
|
/**
|
|
51662
51742
|
* @hidden
|
|
51663
51743
|
*/
|
|
51664
|
-
private
|
|
51744
|
+
private _dp;
|
|
51665
51745
|
/**
|
|
51666
51746
|
* Returns the [[DataPoint]] instance at the specified
|
|
51667
51747
|
* ordinal position within this collection.
|
|
@@ -51696,7 +51776,7 @@ export declare class Series extends ChartObject {
|
|
|
51696
51776
|
/**
|
|
51697
51777
|
* @hidden
|
|
51698
51778
|
*/
|
|
51699
|
-
readonly
|
|
51779
|
+
readonly _dl: Nullable$1<number>;
|
|
51700
51780
|
/**
|
|
51701
51781
|
* Returns or sets a [[ChartFillBase]] derived object
|
|
51702
51782
|
* which defines the fill for this series. Not applicable for
|
|
@@ -51766,7 +51846,7 @@ export declare class Series extends ChartObject {
|
|
|
51766
51846
|
/**
|
|
51767
51847
|
* @hidden
|
|
51768
51848
|
*/
|
|
51769
|
-
readonly
|
|
51849
|
+
readonly _dm: Nullable$1<number>;
|
|
51770
51850
|
/**
|
|
51771
51851
|
* Determines the style of the markers
|
|
51772
51852
|
*/
|
|
@@ -51837,7 +51917,7 @@ export declare class Series extends ChartObject {
|
|
|
51837
51917
|
/**
|
|
51838
51918
|
* @hidden
|
|
51839
51919
|
*/
|
|
51840
|
-
readonly
|
|
51920
|
+
readonly _b7: boolean;
|
|
51841
51921
|
/**
|
|
51842
51922
|
* Returns the [[Trendline]] instance at the specified
|
|
51843
51923
|
* ordinal position within the collection.
|
|
@@ -51884,7 +51964,7 @@ export declare class Series extends ChartObject {
|
|
|
51884
51964
|
/**
|
|
51885
51965
|
* @hidden
|
|
51886
51966
|
*/
|
|
51887
|
-
private
|
|
51967
|
+
private _b9;
|
|
51888
51968
|
/**
|
|
51889
51969
|
* Returns or sets a [[xValues]] instance that contains a collection of all the x values in the series.
|
|
51890
51970
|
* <para>The value of this property can be a range on a worksheet or an array of constant values, but not a combination of both.
|
|
@@ -51894,7 +51974,7 @@ export declare class Series extends ChartObject {
|
|
|
51894
51974
|
/**
|
|
51895
51975
|
* @hidden
|
|
51896
51976
|
*/
|
|
51897
|
-
|
|
51977
|
+
_du(a: XValues, b: boolean): void;
|
|
51898
51978
|
/**
|
|
51899
51979
|
* @hidden
|
|
51900
51980
|
*/
|
|
@@ -51916,7 +51996,11 @@ export declare class Series extends ChartObject {
|
|
|
51916
51996
|
/**
|
|
51917
51997
|
* @hidden
|
|
51918
51998
|
*/
|
|
51919
|
-
|
|
51999
|
+
readonly _b3: boolean;
|
|
52000
|
+
/**
|
|
52001
|
+
* @hidden
|
|
52002
|
+
*/
|
|
52003
|
+
_dn(a: any[], b: any[]): {
|
|
51920
52004
|
p0: any[];
|
|
51921
52005
|
p1: any[];
|
|
51922
52006
|
};
|
|
@@ -51935,11 +52019,11 @@ export declare class Series extends ChartObject {
|
|
|
51935
52019
|
/**
|
|
51936
52020
|
* @hidden
|
|
51937
52021
|
*/
|
|
51938
|
-
private
|
|
52022
|
+
private _dr;
|
|
51939
52023
|
/**
|
|
51940
52024
|
* @hidden
|
|
51941
52025
|
*/
|
|
51942
|
-
private
|
|
52026
|
+
private _ds;
|
|
51943
52027
|
/**
|
|
51944
52028
|
* @hidden
|
|
51945
52029
|
*/
|
|
@@ -51974,11 +52058,11 @@ export declare class Series extends ChartObject {
|
|
|
51974
52058
|
/**
|
|
51975
52059
|
* @hidden
|
|
51976
52060
|
*/
|
|
51977
|
-
|
|
52061
|
+
_dq(): void;
|
|
51978
52062
|
/**
|
|
51979
52063
|
* @hidden
|
|
51980
52064
|
*/
|
|
51981
|
-
|
|
52065
|
+
_dv(): void;
|
|
51982
52066
|
}
|
|
51983
52067
|
/**
|
|
51984
52068
|
* @hidden
|
|
@@ -52767,14 +52851,15 @@ export declare abstract class WorkbookLoadManager extends WorkbookSerializationM
|
|
|
52767
52851
|
protected abstract _p(): WorkItem;
|
|
52768
52852
|
_y(a: NamedReference, b: boolean): void;
|
|
52769
52853
|
static _v(a: Workbook, b: string, c: string): any;
|
|
52770
|
-
|
|
52854
|
+
_af(a: CT_Transform2D, b: number, c: CT_GroupTransform2D, d: Rect): Rect;
|
|
52771
52855
|
_q(a: number): WorksheetReference;
|
|
52772
52856
|
_o(): WorkItem;
|
|
52773
52857
|
_z(): void;
|
|
52774
|
-
|
|
52775
|
-
|
|
52858
|
+
_ad<T>($t: Type, a: WorksheetTableAreaFormatsCollection$1<T>, b: T, c: (arg1: T, arg2: CellFormatValue) => boolean, d: WorkbookStyle, e: WorksheetCellFormatData): void;
|
|
52859
|
+
_ae<T>($t: Type, a: WorksheetTableAreaFormatsCollection$1<T>, b: T, c: (arg1: T, arg2: CellFormatValue) => boolean, d: WorkbookStyle, e: WorksheetCellFormatData, f: WorksheetCellFormatData, ...g: CellFormatValue[]): void;
|
|
52776
52860
|
private static _aa;
|
|
52777
52861
|
private static _ab;
|
|
52862
|
+
private static _ac;
|
|
52778
52863
|
private _s;
|
|
52779
52864
|
private static _w;
|
|
52780
52865
|
private static readonly _x;
|