Click or drag to resize
NanoXLSX

WorksheetReaderCreateCell Method

Creates a generic cell with optional style information

Namespace: NanoXLSX.LowLevel
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+c253a7d00ca5e19be14df4552cf12c589ec4ab3e
Syntax
C#
private 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

Cell
Resolved cell
See Also