Gets the column at the specified index.
public Column this[int] {get;}
Gets the column with the specified Name.
public Column this[string] {get;}
ColumnCollection Class | Resco.Controls.SmartGrid Namespace