Click or drag to resize
PicoXLSX

WorksheetAddCell(Object, Int32, Int32, Style) Method

Adds an object to the defined cell address. If the type of the value does not match with one of the supported data types, it will be casted to a String. A prepared object of the type Cell will not be casted but adjusted

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.3+c820fb107cc06ae187946bad43db42d71f6faf1c
Syntax
C#
public void AddCell(
	Object value,
	int columnNumber,
	int rowNumber,
	Style style
)

Parameters

value  Object
Unspecified value to insert.
columnNumber  Int32
Column number (zero based).
rowNumber  Int32
Row number (zero based).
style  Style
Style to apply on the cell.
See Also