 | Cell(Object, CellCellType) Constructor |
Constructor with value and cell type. Cells created with this constructor do not have a link to a worksheet initially
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.3+98f265239ae8df4639650ecd7029244cc5e52dfc
Syntaxpublic Cell(
Object value,
CellCellType type
)
Parameters
- value Object
- Value of the cell
- type CellCellType
- Type of the cell
RemarksIf the
DataType is defined as
EMPTY any passed value will be set to null
See Also