 | CellResolveColumn Method |
Gets the column number from the column address (A - XFD)
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.4+e304ab0274fa680d1e83f83c8f76c3bd5a54caf2
Syntaxpublic static int ResolveColumn(
string columnAddress
)
Parameters
- columnAddress String
- Column address (A - XFD)
Return Value
Int32Column number (zero-based)
ExceptionsException | Condition |
---|
RangeException | Throws a RangeException if the passed address was out of range |
See Also