Click or drag to resize
NanoXLSX

Cell(Object, CellCellType) Constructor

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

Parameters

value  Object
Value of the cell
type  CellCellType
Type of the cell
Remarks
If the DataType is defined as EMPTY any passed value will be set to null
See Also