SheetRender constructor

__init__(self, worksheet, options)

the construct of SheetRender, need worksheet and ImageOrPrintOptions as params


def __init__(self, worksheet, options):
    ...
ParameterTypeDescription
worksheetaspose.cells.WorksheetIndicate which spreadsheet to be rendered.
optionsaspose.cells.rendering.ImageOrPrintOptionsImageOrPrintOptions contains some property of output image

See Also