Cell.GetCellRange Method (String)

NanoXLSX

NanoXLSX

CellGetCellRange Method (String)

Gets a list of cell addresses from a cell range (format A1:B3 or AAD556:AAD1000)

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public static List<CellAddress> GetCellRange(
	string range
)

Parameters

range
Type: SystemString
Range to process

Return Value

Type: ListCellAddress
List of cell addresses
Exceptions
ExceptionCondition
FormatExceptionThrows a FormatException if a part of the passed range is malformed
RangeExceptionThrows an RangeException if the range is out of range (A-XFD and 1 to 1048576)
See Also