Constructor Summary |
---|
LoadFilter()
Constructs one LoadFilter with default filter options LoadDataFilterOptions.All. |
LoadFilter(opts)
Constructs one LoadFilter with given filter options. |
Property Getters/Setters Summary | ||
---|---|---|
method | getLoadDataFilterOptions() | |
method | setLoadDataFilterOptions(value) | |
The filter options to denote what data should be loaded. The value of the property is LoadDataFilterOptions integer constant. |
Method Summary | ||
---|---|---|
method | startSheet(sheet) | |
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. |
Constructor Detail |
---|
LoadFilter()
LoadFilter(opts)
opts: int
- A Property Getters/Setters Detail |
---|
getLoadDataFilterOptions/setLoadDataFilterOptions : int | |
int getLoadDataFilterOptions() / setLoadDataFilterOptions(value) |
Method Detail |
---|
startSheet | |
startSheet(sheet) |
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