 | WorksheetAddCellRangeInternalT Method |
Internal function to add a generic list of value to the defined cell range
Namespace: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
Syntaxprivate 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