NanoXLSX Library Documentation
![]() | CellRange Constructor (CellAddress, CellAddress) |
Constructor with addresses as arguments
Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

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