 | WorksheetReaderCreateCell Method |
Creates a generic cell with optional style information
Namespace: NanoXLSX.LowLevelAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.5+4f4b44a718a20dda8ca2c0c4d00bd7eee7c80f5d
Syntaxprivate Cell CreateCell(
Object value,
CellCellType type,
Address address,
string styleNumber = null
)
Parameters
- value Object
- Value of the cell
- type CellCellType
- Cell type
- address Address
- Cell address
- styleNumber String (Optional)
- Optional style number of the cell
Return Value
CellResolved cell
See Also