 | WorksheetAddCellRange(IReadOnlyListObject, CellAddress, CellAddress) Method |
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 casted to a String. Prepared objects of the type Cell will not be casted but adjusted
Namespace: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.5+6ab75fa9edd66571b0de8e574b48108101297ca1
Syntaxpublic void AddCellRange(
IReadOnlyList<Object> values,
CellAddress startAddress,
CellAddress endAddress
)
Parameters
- values IReadOnlyListObject
- List of unspecified objects to insert.
- startAddress CellAddress
- Start address.
- endAddress CellAddress
- End address.
See Also