NanoXLSX 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: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

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