Click or drag to resize
PicoXLSX

CellResolveCellCoordinate(String, Int32, Int32) Method

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

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
Syntax
C#
public static void ResolveCellCoordinate(
	string address,
	out int column,
	out int row
)

Parameters

address  String
Address as string in the format A1 - XFD1048576.
column  Int32
Column number of the cell (zero-based) as out parameter.
row  Int32
Row number of the cell (zero-based) as out parameter.
See Also