| Name | Description |
---|
 | AddCell(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
|
 | AddCell(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
|
 | AddCell(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
|
 | AddCell(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
|