Represents a filter for a single column.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public class Filter |
Visual Basic
Copy Code
|
|---|
Public Class Filter |
RemarksThe properties of this object are read-only. To apply filtering to a cell range, use the AutoFilter method of the CellRange class.
Inheritance HierarchySystem.Object![]()
MindFusion.Spreadsheet.Filter
See Also