Aspose::Cells::LoadFilter::StartSheet method

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.

virtual void Aspose::Cells::LoadFilter::StartSheet(Worksheet &sheet)
ParameterTypeDescription
sheetWorksheet&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