Click or drag to resize
PicoXLSX

WorksheetAddCellRangeInternalT Method

Internal function to add a generic list of value to the defined cell range

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
Syntax
C#
private void AddCellRangeInternal<T>(
	IReadOnlyList<T> values,
	CellAddress startAddress,
	CellAddress endAddress,
	Style style
)

Parameters

values  IReadOnlyListT
List of values.
startAddress  CellAddress
Start address.
endAddress  CellAddress
End address.
style  Style
Style to apply on the all cells of the range.

Type Parameters

T
Data type of the generic value list.
See Also