GridColumnCollection.GetColumnByIndex

GridColumnCollection.GetColumnByIndex method

Gets the GridColumn object by the position in the list.

public GridColumn GetColumnByIndex(int index)
ParameterTypeDescription
indexInt32The position in the list.

Return Value

Returns the column object.

See Also