Class FilterColumn
Class FilterColumn
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represents a filter for a single column. The Filter object is a member of the Filters collection
public class FilterColumn
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
FieldIndex
Gets and sets the column offset in the range.
public int FieldIndex { get; set; }
Property Value
Filter
Gets and sets the condition of filtering data.
public object Filter { get; set; }
Property Value
FilterType
Gets and sets the type fo filtering data.
public FilterType FilterType { get; set; }
Property Value
IsDropdownVisible
Indicates whether the AutoFilter button for this column is visible.
public bool IsDropdownVisible { get; set; }