Worksheet.AddNextCell Method

PicoXLSX

PicoXLSX

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 casted to a String. A prepared object of the type Cell will not be casted 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 casted to a String. A prepared object of the type Cell will not be casted but adjusted
Private methodAddNextCell(Cell, Boolean, Style)
Method to insert a generic cell to the next cell position
Top
See Also