Click or drag to resize
PicoXLSX

WorksheetAddCellRange(IReadOnlyListObject, String) 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: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.5+6ab75fa9edd66571b0de8e574b48108101297ca1
Syntax
C#
public void AddCellRange(
	IReadOnlyList<Object> values,
	string cellRange
)

Parameters

values  IReadOnlyListObject
List of unspecified objects to insert.
cellRange  String
Cell range as string in the format like A1:D1 or X10:X22.
See Also