Cell.Range Constructor (Cell.Address, Cell.Address)

NanoXLSX

NanoXLSX

CellRange Constructor (CellAddress, CellAddress)

Constructor with addresses as arguments

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public Range(
	CellAddress start,
	CellAddress end
)

Parameters

start
Type: NanoXLSXCellAddress
Start address of the range
end
Type: NanoXLSXCellAddress
End address of the range
See Also