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

PicoXLSX

PicoXLSX

CellRange Constructor (CellAddress, CellAddress)

Constructor with addresses as arguments

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public Range(
	CellAddress start,
	CellAddress end
)

Parameters

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