Cell Constructor (Object, Cell.CellType)

PicoXLSX

PicoXLSX

Cell Constructor (Object, CellCellType)

Constructor with value and cell type. Cells created with this constructor do not have a link to a worksheet initially

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public Cell(
	Object value,
	CellCellType type
)

Parameters

value
Type: SystemObject
Value of the cell
type
Type: PicoXLSXCellCellType
Type of the cell
See Also