GemBox.Spreadsheet

ExcelColumnCollection Members

ExcelColumnCollection overview

Public Static Methods

ColumnIndexToName Converts column index (0, 1, ...) to column name ("A", "B", ...).
ColumnNameToIndex Converts column name ("A", "B", ...) to column index (0, 1, ...).

Public Instance Properties

Count (inherited from ExcelRowColumnCellCollectionBase) Gets the number of currently allocated elements (dynamically changes when worksheet is modified).
ItemOverloaded. Gets the column with the specified index or name.

Public Instance Methods

GetEnumerator (inherited from ExcelRowColumnCellCollectionBase) Returns an enumerator for the ExcelRowColumnCellCollectionBase.

See Also

ExcelColumnCollection Class | GemBox.Spreadsheet Namespace | ExcelColumn