| Name | Description |
---|
 | AddNextCell(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
|
 | AddNextCell(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
|
 | AddNextCell(Cell, Boolean, Style) |
Method to insert a generic cell to the next cell position
|