Class FillListParams
- Namespace
- OfficeOpenXml.Core.Worksheet.Fill
- Assembly
- EPPlus.dll
Parameters for the FillList<T>(IEnumerable<T>, Action<FillListParams>) method
public class FillListParams : FillParams
- Inheritance
-
FillListParams
- Inherited Members
Constructors
FillListParams()
public FillListParams()
Properties
StartIndex
The start index in the list. Direction
public int StartIndex { get; set; }