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