Gets the column with the specified index or name.
Gets the column with the specified index.
public ExcelColumn this[int] {get;}
Gets the column with the specified name.
public ExcelColumn this[string] {get;}
ExcelColumnCollection Class | GemBox.Spreadsheet Namespace