Class IconFilter
Class represents Icon Filter for a column
Inheritance
System.Object
IconFilter
Implements
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class IconFilter : Object, IFilter
Constructors
IconFilter()
Declaration
public IconFilter()
Properties
FilterType
Property to access the filter type (Icon Filter).
Declaration
public ExcelFilterType FilterType { get; }
Property Value
Type |
---|
ExcelFilterType |
IconId
Property to access the IconId filtered.
Declaration
public int IconId { get; }
Property Value
Type |
---|
System.Int32 |
IconSetType
Property to access the IconSetType for which filter is applied.
Declaration
public ExcelIconSetType IconSetType { get; }
Property Value
Type |
---|
ExcelIconSetType |
Methods
Clone()
Returns a shallow copy of object obtained from MemberwiseClone method.
Declaration
public IconFilter Clone()
Returns
Type |
---|
IconFilter |