LoadFilter Class

LoadFilter class

Represents the filter that provides options for loading data when loading workbook from template.


type LoadFilter struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewLoadFilterConstructs one LoadFilter with default filter options LoadDataFilterOptions::All.
NewLoadFilter_LoadDataFilterOptionsConstructs one LoadFilter with given filter options.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetLoadDataFilterOptionsGets the filter options to denote what data should be loaded.
SetLoadDataFilterOptionsSets the filter options to denote what data should be loaded.
StartSheetPrepares filter options before loading given worksheet.User’s implementation of LoadFilter can change the LoadDataFilterOptions hereto denote how to load data for this worksheet.