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...
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.
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.
Public Properties Public Methods
Public Methods
Public Properties
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...
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...
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...
Applies a Infragistics.Documents.Excel.Filtering.CustomFilter to the column. Overload List