Version

Search Results

Item(Int32) Property

Gets the WorksheetTableColumn at the specified index. Syntax Parameters index The 0-based index of the column to get. Property Value The WorksheetTableColumn at the specified index. Exceptions Exception Description System.ArgumentOutOfRangeException index is less than 0 or greater than or equal to the number of co...

Item(String) Property

Gets the WorksheetTableColumn with the specified name or null if it doesnt exist. Syntax Parameters name The name of the column to get. Property Value The WorksheetTableColumn with the specified name or null a column with the specified name doesnt exist. Remarks Column names are compared case-insensitively.

Item Property (WorksheetTableColumnCollection)

Gets the WorksheetTableColumn at the specified index. Overload List Exceptions Exception Description System.ArgumentOutOfRangeException index is less than 0 or greater than or equal to the number of columns in the collection.

WorksheetTableColumn Class Members

Public Properties Public Methods

ApplyAverageFilter Method (WorksheetTableColumn)

Applies an Infragistics.Documents.Excel.Filtering.AverageFilter to the column. Syntax Parameters type The value indicating whether to filter in values below or above the average of the data range. Exceptions Exception Description System.ComponentModel.InvalidEnumArgumentException type is not defined in the Infragi...

ApplyCustomFilter(CustomFilterCondition) Method

Applies a Infragistics.Documents.Excel.Filtering.CustomFilter to the column. Syntax Parameters condition The condition which must pass for the data to be filtered in. Exceptions Exception Description System.ArgumentNullException condition is null. System.InvalidOperationException The WorksheetTable.IsFilterUIVisib...

ApplyCustomFilter(CustomFilterCondition,CustomFilterCondition,ConditionalOperator) Method

Applies a Infragistics.Documents.Excel.Filtering.CustomFilter to the column. Syntax Parameters condition1 The first condition used to filter the data.condition2 The second condition used to filter the data.conditionalOperator The operator which defines how to logically combine condition1 and condition2. Exceptions...

ApplyCustomFilter Method (WorksheetTableColumn)

Applies a Infragistics.Documents.Excel.Filtering.CustomFilter to the column. Overload List