 | CellResolveCellCoordinate(String, Int32, Int32, CellAddressType) Method |
Gets the column and row number (zero based) of a cell by the address
Namespace: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
Syntaxpublic static void ResolveCellCoordinate(
string address,
out int column,
out int row,
out CellAddressType addressType
)
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.
- addressType CellAddressType
- Address type of the cell (if defined as modifiers in the address string).
See Also