Represents a filter for a single column.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public class Filter |
RemarksThe properties of this object are read-only. To apply filtering to a cell range, use the CellRange.autoFilter method of the CellRange class.
Inheritance Hierarchyjava.lang.Object![]()
com.mindfusion.spreadsheet.Filter
See Also