Search
Filter Class
Remarks See Also
 






Represents a filter for a single column.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public class Filter

 Remarks

The properties of this object are read-only. To apply filtering to a cell range, use the CellRange.autoFilter method of the CellRange class.

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.spreadsheet.Filter

 See Also