Click or drag to resize
NanoXLSX

WorksheetAddCell Method

Overload List
 NameDescription
Public methodAddCell(Object, String) 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 cast to a String. A prepared object of the type Cell will not be cast but adjusted
Public methodAddCell(Object, Int32, Int32) 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 cast to a String. A prepared object of the type Cell will not be cast but adjusted
Public methodAddCell(Object, String, Style) 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 cast to a String. A prepared object of the type Cell will not be cast but adjusted
Public methodAddCell(Object, Int32, Int32, Style) 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 cast to a String. A prepared object of the type Cell will not be cast but adjusted
Top
See Also