Click or drag to resize
PicoXLSX

CellGetCellRange(String) Method

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

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.3+c820fb107cc06ae187946bad43db42d71f6faf1c
Syntax
C#
public static IEnumerable<CellAddress> GetCellRange(
	string range
)

Parameters

range  String
Range to process.

Return Value

IEnumerableCellAddress
List of cell addresses.
See Also