ClassSpreadFilterColumn
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:
cs-api-definition
public class SpreadFilterColumn
Inheritance: objectSpreadFilterColumn
Constructors
SpreadFilterColumn(int, ISpreadFilter)
Initializes a new instance of the SpreadFilterColumn class.
Declaration
cs-api-definition
public SpreadFilterColumn(int relativeColumnIndex, ISpreadFilter filter)
Parameters
relativeColumnIndex
The zero-based column index relative to the auto-filter range start column.
filter
The filter criteria to apply to the column.
Properties
Filter
Gets the filter criteria applied to this column.
RelativeColumnIndex
Gets the zero-based column index relative to the auto-filter range start column.