GemBox.Spreadsheet

ExcelColumnCollection.Item Property

Gets the column with the specified index or name.

Overload List

Gets the column with the specified index.

public ExcelColumn this[int] {get;}

Gets the column with the specified name.

public ExcelColumn this[string] {get;}

See Also

ExcelColumnCollection Class | GemBox.Spreadsheet Namespace