start_sheet method
start_sheet
Prepares filter options before loading given worksheet. User’s implementation of LoadFilter can change the LoadDataFilterOptions here to denote how to load data for this worksheet.
def start_sheet(self, sheet):
...
Parameter | Type | Description |
---|---|---|
sheet | Worksheet | The worksheet to be loaded. There are only few properties can be used for the given worksheet object here because most data and properties have not been loaded. The available properties are: Name, Index, VisibilityType |
See Also
- module
aspose.cells
- class
LoadFilter