Cell.ResolveCellRange Method

PicoXLSX

PicoXLSX

CellResolveCellRange Method

Resolves a cell range from the format like A1:B3 or AAD556:AAD1000

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public static CellRange ResolveCellRange(
	string range
)

Parameters

range
Type: SystemString
Range to process

Return Value

Type: CellRange
Range object
Exceptions
ExceptionCondition
FormatExceptionThrows a FormatException if the start or end address was malformed
RangeExceptionThrows an RangeException if the range is out of range (A-XFD and 1 to 1048576)
See Also