Click or drag to resize
NanoXLSX

CellResolveCellCoordinate(String) Method

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

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.5+4f4b44a718a20dda8ca2c0c4d00bd7eee7c80f5d
Syntax
C#
public static Address ResolveCellCoordinate(
	string address
)

Parameters

address  String
Address as string in the format A1 - XFD1048576

Return Value

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