Click or drag to resize
PicoXLSX

WorksheetAddCell(Object, String) 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.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
Syntax
C#
public void AddCell(
	Object value,
	string address
)

Parameters

value  Object
Unspecified value to insert.
address  String
Cell address in the format A1 - XFD1048576.
See Also