 | Cell(Object, CellCellType, String) Constructor |
Constructor with value, cell type and address as string. The worksheet reference is set to null and must be assigned later
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+c253a7d00ca5e19be14df4552cf12c589ec4ab3e
Syntaxpublic Cell(
Object value,
CellCellType type,
string address
)
Parameters
- value Object
- Value of the cell
- type CellCellType
- Type of the cell
- address String
- Address of the cell
RemarksIf the
DataType is defined as
EMPTY any passed value will be set to null
See Also