NanoXLSX Library Documentation
![]() | 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)

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
