Class FilterColumn
- Namespace
- Spire.Xls.Core.Spreadsheet.AutoFilter
- Assembly
- Spire.XLS.dll
public class FilterColumn : IAutoFilter
- Inheritance
-
FilterColumn
- Implements
- Inherited Members
Properties
FieldIndex
public int FieldIndex { get; set; }
Property Value
Filter
public object Filter { get; set; }
Property Value
FilterType
public FilterType FilterType { get; set; }
Property Value
FirstCondition
public IAutoFilterCondition FirstCondition { get; }
Property Value
HasFirstCondition
First condition used.
public bool HasFirstCondition { get; }
Property Value
HasSecondCondition
Second condition used
public bool HasSecondCondition { get; }
Property Value
IsAnd
Logical AND of FirstCondtion and SecondCondition.
public bool IsAnd { get; set; }
Property Value
IsFiltered
public bool IsFiltered { get; }
Property Value
IsSimple1
True if the first condition is a simple equality.
public bool IsSimple1 { get; set; }
Property Value
IsSimple2
True if the second condition is a simple equality.
public bool IsSimple2 { get; set; }
Property Value
IsTop10Items
Highest-valued 10 items displayed
public bool IsTop10Items { get; set; }
Property Value
IsTop10Percent
Highest-valued 10 items displayed (percentage specified in condition)
public bool IsTop10Percent { get; set; }
Property Value
SecondCondition
Second condition of autofilter.
public IAutoFilterCondition SecondCondition { get; }
Property Value
ShowTopItem
public bool ShowTopItem { get; set; }
Property Value
Top10Items
number of items display in Top10Items mode.
public int Top10Items { get; set; }
Property Value
Visibledropdown
Indicates whether the AutoFilter button for this column is visible.
public bool Visibledropdown { get; set; }