@mescius/spread-sheets 19.0.1 → 19.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -15083,10 +15083,6 @@ declare module GC{
|
|
|
15083
15083
|
* Indicates whether the sheet is rendered from right to left.
|
|
15084
15084
|
*/
|
|
15085
15085
|
rightToLeft: boolean;
|
|
15086
|
-
/**
|
|
15087
|
-
* Indicates the URL of the background image.
|
|
15088
|
-
*/
|
|
15089
|
-
backgroundImage?: string;
|
|
15090
15086
|
}
|
|
15091
15087
|
|
|
15092
15088
|
|
|
@@ -24996,7 +24992,6 @@ declare module GC{
|
|
|
24996
24992
|
* @property {GC.Spread.Sheets.IAddRowButtonOption} [addRowButtonOption] - The add row button's options.
|
|
24997
24993
|
* @property {GC.Spread.Sheets.IAddColumnButtonOption} [addColumnButtonOption] - The add column button's options.
|
|
24998
24994
|
* @property {boolean} rightToLeft - Indicates whether the sheet is rendered from right to left.
|
|
24999
|
-
* @property {string} backgroundImage - Indicates the URL of the background image.
|
|
25000
24995
|
* @example
|
|
25001
24996
|
* ```javascript
|
|
25002
24997
|
* sheet.setRowCount(2,GC.Spread.Sheets.SheetArea.colHeader);
|
|
@@ -30373,10 +30368,6 @@ declare module GC{
|
|
|
30373
30368
|
* The error bar dashStyle.
|
|
30374
30369
|
*/
|
|
30375
30370
|
dashStyle?: GC.Spread.Sheets.Charts.ILineStyle;
|
|
30376
|
-
/**
|
|
30377
|
-
* The error bar visible info.
|
|
30378
|
-
*/
|
|
30379
|
-
visible?: boolean;
|
|
30380
30371
|
}
|
|
30381
30372
|
|
|
30382
30373
|
|