New to Telerik Document ProcessingStart a free 30-day trial

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)
Parameters:relativeColumnIndexint

The zero-based column index relative to the auto-filter range start column.

filterISpreadFilter

The 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; }