 | CellGetCellRange(String) Method |
Gets a list of cell addresses from a cell range (format A1:B3 or AAD556:AAD1000)
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.4+e304ab0274fa680d1e83f83c8f76c3bd5a54caf2
Syntaxpublic static IEnumerable<Address> GetCellRange(
string range
)
Parameters
- range String
- Range to process
Return Value
IEnumerableAddressList of cell addresses
ExceptionsException | Condition |
---|
FormatException | Throws a FormatException if a part of the passed range is malformed |
RangeException | Throws a RangeException if the range is out of range (A-XFD and 1 to 1048576) |
See Also