Search
Filter Class
Remarks See Also
 






Represents a filter for a single column.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public class Filter

Visual Basic  Copy Code

Public Class Filter

 Remarks

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

 Inheritance Hierarchy

System.Object
    MindFusion.Spreadsheet.Wpf.Filter

 See Also