Property Getters/Setters Summary | ||
---|---|---|
method | getFieldIndex() | |
method | setFieldIndex(value) | |
Gets and sets the column offset in the range. | ||
method | getFilter() | |
method | setFilter(value) | |
Gets and sets the condition of filtering data. | ||
method | getFilterType() | |
method | setFilterType(value) | |
Gets and sets the type fo filtering data. The value of the property is FilterType integer constant. | ||
method | isDropdownVisible() | |
method | setDropdownVisible(value) | |
Indicates whether the AutoFilter button for this column is visible. |
boolean isDropdownVisible() / setDropdownVisible(value)
Object getFilter() / setFilter(value)
int getFilterType() / setFilterType(value)
int getFieldIndex() / setFieldIndex(value)