Interface IAutoFilter
- Namespace
- Spire.Xls.Core
- Assembly
- Spire.XLS.dll
public interface IAutoFilter
Properties
FirstCondition
IAutoFilterCondition FirstCondition { get; }
Property Value
- IAutoFilterCondition
IsAnd
Property Value
- bool
IsFiltered
Property Value
- bool
IsSimple1
bool IsSimple1 { get; set; }
Property Value
- bool
IsSimple2
bool IsSimple2 { get; set; }
Property Value
- bool
IsTop10Items
bool IsTop10Items { get; set; }
Property Value
- bool
IsTop10Percent
bool IsTop10Percent { get; set; }
Property Value
- bool
SecondCondition
IAutoFilterCondition SecondCondition { get; }
Property Value
- IAutoFilterCondition
ShowTopItem
bool ShowTopItem { get; set; }
Property Value
- bool
Top10Items
int Top10Items { get; set; }
Property Value
- int