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)
ParameterTypeDescription
sheetWorksheetThe 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