 | CellGetCellRange(String) Method |
Gets a list of cell addresses from a cell range (format A1:B3 or AAD556:AAD1000)
Namespace: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.3+c820fb107cc06ae187946bad43db42d71f6faf1c
Syntaxpublic static IEnumerable<CellAddress> GetCellRange(
string range
)
Parameters
- range String
- Range to process.
Return Value
IEnumerableCellAddressList of cell addresses.
See Also