ColumnCollection.Item

ColumnCollection indexer

Gets a Column object by column index. The Column object of given column index will be instantiated if it does not exist before.

public Column this[int columnIndex] { get; }

See Also