NanoXLSX Library Documentation
![]() | CellResolveCellRange Method |
Resolves a cell range from the format like A1:B3 or AAD556:AAD1000
Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
SyntaxC#
public static CellRange ResolveCellRange( string range )
Parameters
- range
- Type: SystemString
Range to process
Return Value
Type: CellRangeRange object
Exceptions| Exception | Condition |
|---|---|
| FormatException | Throws a FormatException if the start or end address was malformed |
| RangeException | Throws an RangeException if the range is out of range (A-XFD and 1 to 1048576) |
See Also