 | CellResolveColumn Method |
Gets the column number from the column address (A - XFD)
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.5+4f4b44a718a20dda8ca2c0c4d00bd7eee7c80f5d
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