 | CellResolveCellRange Method |
Resolves a cell range from the format like A1:B3 or AAD556:AAD1000
Namespace: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.5+3a069966d2787c42b695e5043a5e083b247634e3
Syntaxpublic static CellRange ResolveCellRange(
string range
)
Parameters
- range String
- Range to process.
Return Value
CellRangeRange object.
See Also