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

PicoXLSX

PicoXLSX

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

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

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

Parameters

value
Type: SystemObject
Value of the cell
type
Type: PicoXLSXCellCellType
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: PicoXLSXWorksheet
Referenced worksheet which contains the cell
See Also