Click or drag to resize
NanoXLSX

WorksheetAddNextCell Method

Overload List
 NameDescription
Public methodAddNextCell(Object) Adds an object to the next cell position. 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 methodAddNextCell(Object, Style) Adds an object to the next cell position. 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
Private methodAddNextCell(Cell, Boolean, Style) Method to insert a generic cell to the next cell position
Top
See Also