GemBox.Spreadsheet

ExcelColumnCollection Methods

The methods of the ExcelColumnCollection class are listed below. For a complete list of ExcelColumnCollection class members, see the ExcelColumnCollection Members topic.

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 Methods

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

See Also

ExcelColumnCollection Class | GemBox.Spreadsheet Namespace | ExcelColumn