LoadFilter.StartSheet
LoadFilter.StartSheet method
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.
public virtual void StartSheet(Worksheet 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
- class Worksheet
- class LoadFilter
- namespace Aspose.Cells
- assembly Aspose.Cells