Cell.ResolveColumn Method

NanoXLSX

NanoXLSX

CellResolveColumn Method

Gets the column number from the column address (A - XFD)

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public static int ResolveColumn(
	string columnAddress
)

Parameters

columnAddress
Type: SystemString
Column address (A - XFD)

Return Value

Type: Int32
Column number (zero-based)
Exceptions
ExceptionCondition
RangeExceptionThrows an RangeException if the passed address was out of range
See Also