| Name | Description |
---|
 | AddCellRange(IReadOnlyListObject, String) |
Adds a list of object values to a defined cell range. If the type of the a particular value does not match with one of the supported data types, it will be cast to a String.
Prepared objects of the type Cell will not be cast but adjusted
|
 | AddCellRange(IReadOnlyListObject, Address, Address) |
Adds a list of object values to a defined cell range. If the type of the a particular value does not match with one of the supported data types, it will be cast to a String.
Prepared objects of the type Cell will not be cast but adjusted
|
 | AddCellRange(IReadOnlyListObject, String, Style) |
Adds a list of object values to a defined cell range. If the type of the a particular value does not match with one of the supported data types, it will be cast to a String.
Prepared objects of the type Cell will not be cast but adjusted
|
 | AddCellRange(IReadOnlyListObject, Address, Address, Style) |
Adds a list of object values to a defined cell range. If the type of the a particular value does not match with one of the supported data types, it will be cast to a String.
Prepared objects of the type Cell will not be cast but adjusted
|