Cell Constructor (Object, Cell.CellType, Int32, Int32, Worksheet)

NanoXLSX

NanoXLSX

Cell Constructor (Object, CellCellType, Int32, Int32, Worksheet)

Constructor with value, cell type, row number, column number and the link to a worksheet

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public Cell(
	Object value,
	CellCellType type,
	int column,
	int row,
	Worksheet reference
)

Parameters

value
Type: SystemObject
Value of the cell
type
Type: NanoXLSXCellCellType
Type of the cell
column
Type: SystemInt32
Column number of the cell (zero-based)
row
Type: SystemInt32
Row number of the cell (zero-based)
reference
Type: NanoXLSXWorksheet
Referenced worksheet which contains the cell
See Also