Cell.ResolveCellCoordinate Method (String)

PicoXLSX

PicoXLSX

CellResolveCellCoordinate Method (String)

Gets the column and row number (zero based) of a cell by the address

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public static CellAddress ResolveCellCoordinate(
	string address
)

Parameters

address
Type: SystemString
Address as string in the format A1 - XFD1048576

Return Value

Type: CellAddress
Struct with row and column
Exceptions
ExceptionCondition
FormatExceptionThrows a FormatException if the passed address is malformed
RangeExceptionThrows an RangeException if the value of the passed address is out of range (A-XFD and 1 to 1048576)
See Also