Cell Constructor (Object, Cell.CellType, String)

NanoXLSX

NanoXLSX

Cell Constructor (Object, CellCellType, String)

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

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public Cell(
	Object value,
	CellCellType type,
	string address
)

Parameters

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