SheetRender constructor
__init__(self, worksheet, options)
the construct of SheetRender, need worksheet and ImageOrPrintOptions as params
def __init__(self, worksheet, options):
    ...
| Parameter | Type | Description | 
|---|---|---|
| worksheet | aspose.cells.Worksheet | Indicate which spreadsheet to be rendered. | 
| options | aspose.cells.rendering.ImageOrPrintOptions | ImageOrPrintOptions contains some property of output image | 
See Also
- module aspose.cells.rendering
- class SheetRender