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