Click or drag to resize
NanoXLSX

Cell(Object, CellCellType, Address) Constructor

Constructor with value, cell type and address as struct. The worksheet reference is set to null and must be assigned later

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.4+e304ab0274fa680d1e83f83c8f76c3bd5a54caf2
Syntax
C#
public Cell(
	Object value,
	CellCellType type,
	Address address
)

Parameters

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