Click or drag to resize

ExcelColumnCollection Methods

The ExcelColumnCollection type exposes the following members.

Methods
 NameDescription
Public methodStatic memberColIndexToName Converts column index (0, 1, ...) to column name ("A", "B", ...).
Public methodStatic memberColNameToIndex Converts column name ("A", "B", ...) to column index (0, 1, ...).
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetEnumerator Returns an enumerator for the ExcelCollectionBase.
(Inherited from ExcelCollectionBase)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also