Click or drag to resize
NanoXLSX

CellGetCellRange(String) Method

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

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.5+4f4b44a718a20dda8ca2c0c4d00bd7eee7c80f5d
Syntax
C#
public static IEnumerable<Address> GetCellRange(
	string range
)

Parameters

range  String
Range to process

Return Value

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