SheetPrintingPreview
Contents
[
Hide
]SheetPrintingPreview class
Worksheet printing preview.
class SheetPrintingPreview;
Constructors
| Constructor | Description |
|---|---|
| constructor(Worksheet, ImageOrPrintOptions) | The construct of SheetPrintingPreview |
Properties
| Property | Type | Description |
|---|---|---|
| evaluatedPageCount | number | Readonly. Evaluate the total page count of this worksheet |
Methods
| Method | Description |
|---|---|
| getEvaluatedPageCount() | @deprecated. Please use the ’evaluatedPageCount’ property instead. Evaluate the total page count of this worksheet |
| isNull() | Checks whether the implementation object is null. |
constructor(Worksheet, ImageOrPrintOptions)
The construct of SheetPrintingPreview
constructor(sheet: Worksheet, options: ImageOrPrintOptions);
Parameters:
| Parameter | Type | Description |
|---|---|---|
| sheet | Worksheet | Indicate which spreadsheet to be printed. |
| options | ImageOrPrintOptions | ImageOrPrintOptions contains some property of output |
evaluatedPageCount
Readonly. Evaluate the total page count of this worksheet
evaluatedPageCount : number;
getEvaluatedPageCount()
@deprecated. Please use the ’evaluatedPageCount’ property instead. Evaluate the total page count of this worksheet
getEvaluatedPageCount() : number;
isNull()
Checks whether the implementation object is null.
isNull() : boolean;