Cell Constructor (Object, Cell.CellType)

NanoXLSX

NanoXLSX

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)
Syntax
C#
public Cell(
	Object value,
	CellCellType type
)

Parameters

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