ColumnCollection.GetColumnByIndex

ColumnCollection.GetColumnByIndex method

Gets the Column object by the position in the list.

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

Return Value

Returns the column object.

See Also