PicoXLSX Library Documentation
![]() | CellRange Constructor (CellAddress, CellAddress) |
Constructor with addresses as arguments
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)

C#
public Range( CellAddress start, CellAddress end )
Parameters
- start
- Type: PicoXLSXCellAddress
Start address of the range - end
- Type: PicoXLSXCellAddress
End address of the range
