Aspose::Cells::Rendering::SheetPrintingPreview class

SheetPrintingPreview class

Worksheet printing preview.

class SheetPrintingPreview

Methods

MethodDescription
GetEvaluatedPageCount()Evaluate the total page count of this worksheet.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const SheetPrintingPreview& src)operator=
SheetPrintingPreview(const Worksheet& sheet, const ImageOrPrintOptions& options)The construct of SheetPrintingPreview.
SheetPrintingPreview(SheetPrintingPreview_Impl* impl)Constructs from an implementation object.
SheetPrintingPreview(const SheetPrintingPreview& src)Copy constructor.
~SheetPrintingPreview()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also