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