PicoXLSX Library Documentation
![]() | CellGetCellRange Method (CellAddress, CellAddress) |
Get a list of cell addresses from a cell range
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
SyntaxC#
public static List<CellAddress> GetCellRange( CellAddress startAddress, CellAddress endAddress )
Parameters
- startAddress
- Type: PicoXLSXCellAddress
Start address - endAddress
- Type: PicoXLSXCellAddress
End address
Return Value
Type: ListCellAddressList of cell addresses
Exceptions| Exception | Condition |
|---|---|
| FormatException | Throws a FormatException if a part of the passed addresses is malformed |
| RangeException | Throws an RangeException if the value of one passed address is out of range (A-XFD and 1 to 1048576) |
See Also