Cell.ResolveColumn Method

PicoXLSX

PicoXLSX

CellResolveColumn Method

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

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
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