SheetPrintingPreview constructor

__init__(self, sheet, options)

The construct of SheetPrintingPreview


def __init__(self, sheet, options):
    ...
ParameterTypeDescription
sheetaspose.cells.WorksheetIndicate which spreadsheet to be printed.
optionsaspose.cells.rendering.ImageOrPrintOptionsImageOrPrintOptions contains some property of output

See Also