Click or drag to resize
NanoXLSX

CellResolveCellRange Method

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

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.4+e304ab0274fa680d1e83f83c8f76c3bd5a54caf2
Syntax
C#
public static Range ResolveCellRange(
	string range
)

Parameters

range  String
Range to process

Return Value

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