Class CombinationFilter
Class represent combination filter for a column
Inheritance
System.Object
    CombinationFilter
  Implements
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class CombinationFilter : Object, IFilter
  Constructors
CombinationFilter(IAutoFilter)
Create an instance of combination filter.
Declaration
public CombinationFilter(IAutoFilter filter)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IAutoFilter | filter | parent filter  | 
      
Properties
Count
Return total number combination filter values(both Text and DateTime Filter). Read-Only.
Declaration
public int Count { get; }
  Property Value
| Type | 
|---|
| System.Int32 | 
FilterType
Specifies the type of filter. Read-Only.
Declaration
public ExcelFilterType FilterType { get; }
  Property Value
| Type | 
|---|
| ExcelFilterType | 
IsBlank
Returen true, if the blank values are filtered. Read-Only.
Declaration
public bool IsBlank { get; }
  Property Value
| Type | 
|---|
| System.Boolean | 
Item[Int32]
Return combination filter value(either Text or DateTime Filter) at the specified Index. Read-Only.
Declaration
public IMultipleFilter this[int Index] { get; }
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | Index | 
Property Value
| Type | 
|---|
| IMultipleFilter |