Aspose::Cells::LoadFilter::LoadFilter constructor

LoadFilter::LoadFilter() constructor

Constructs one LoadFilter with default filter options LoadDataFilterOptions::All.

Aspose::Cells::LoadFilter::LoadFilter()

See Also

LoadFilter::LoadFilter(LoadDataFilterOptions) constructor

Constructs one LoadFilter with given filter options.

Aspose::Cells::LoadFilter::LoadFilter(LoadDataFilterOptions opts)
ParameterTypeDescription
optsLoadDataFilterOptionsthe default filter options

See Also

LoadFilter::LoadFilter(const LoadFilter&) constructor

Aspose::Cells::LoadFilter::LoadFilter(const LoadFilter &src)=delete

See Also