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