PicoXLSX Library Documentation
![]() | 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)

C#
public Cell( Object value, CellCellType type )
Parameters
- value
- Type: SystemObject
Value of the cell - type
- Type: PicoXLSXCellCellType
Type of the cell
