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.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
Syntax
C#
public static IEnumerable<CellAddress> GetCellRange(
	string range
)

Parameters

range  String
Range to process.

Return Value

IEnumerableCellAddress
List of cell addresses.
See Also