 | 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.5+3a069966d2787c42b695e5043a5e083b247634e3
Syntaxpublic static IEnumerable<CellAddress> GetCellRange(
string range
)
Parameters
- range String
- Range to process.
Return Value
IEnumerableCellAddressList of cell addresses.
See Also