nl.fountain.xelem.excel
Interface AutoFilter
- All Superinterfaces:
- XLElement
- All Known Implementing Classes:
- XAutoFilter
public interface AutoFilter
- extends XLElement
Represents the AutoFilter element.
There's a lot more to autofiltering
than this interface provides. However, if it suffices to just set the
autofiltering-mode to 'on' for a certain range, here's all you need.
Usually you don't have to deal with implementations of this interface.
You just call the Worksheet-method
Worksheet.setAutoFilter(String).
setRange
void setRange(String rcString)
getRange
String getRange()