 | CellResolveCellRange Method |
Resolves a cell range from the format like A1:B3 or AAD556:AAD1000
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+c253a7d00ca5e19be14df4552cf12c589ec4ab3e
Syntaxpublic static Range ResolveCellRange(
string range
)
Parameters
- range String
- Range to process
Return Value
RangeRange object
Exceptions| Exception | Condition |
|---|
| FormatException | Throws a FormatException if the start or end address was malformed |
| RangeException | Throws a RangeException if the range is out of range (A-XFD and 1 to 1048576) |
See Also