SpreadFilterColumn
Class
Represents a filter applied to a specific column within an auto-filter range.
Definition
Namespace:Telerik.Documents.SpreadsheetStreaming
Assembly:Telerik.Documents.SpreadsheetStreaming.dll
Syntax:
C#
public class SpreadFilterColumn
Inheritance: objectSpreadFilterColumn
Constructors
Initializes a new instance of the SpreadFilterColumn class.
C#
public SpreadFilterColumn(int relativeColumnIndex, ISpreadFilter filter)
The zero-based column index relative to the auto-filter range start column.
filterISpreadFilterThe filter criteria to apply to the column.
Properties
Gets the filter criteria applied to this column.
C#
public ISpreadFilter Filter { get; }
Gets the zero-based column index relative to the auto-filter range start column.
C#
public int RelativeColumnIndex { get; }