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+3a069966d2787c42b695e5043a5e083b247634e3
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