Click or drag to resize
PicoXLSX

Cell(Object, CellCellType, CellAddress) Constructor

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

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
Syntax
C#
public Cell(
	Object value,
	CellCellType type,
	CellAddress address
)

Parameters

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