Class TextFilter
Class represent text filer in a combination filter.
Inheritance
System.Object
TextFilter
Implements
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class TextFilter : Object, IMultipleFilter
Constructors
TextFilter()
Declaration
public TextFilter()
Properties
CombinationFilterType
Represent combination filter type. Read-Only.
Declaration
public ExcelCombinationFilterType CombinationFilterType { get; }
Property Value
Type |
---|
ExcelCombinationFilterType |
Text
Text filter value. Read-Only.
Declaration
public string Text { get; }
Property Value
Type |
---|
System.String |