Class FillListParams
Parameters for the FillList<T>(IEnumerable<T>, Action<FillListParams>) method
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Core.Worksheet.Fill
Assembly: EPPlus.dll
Syntax
public class FillListParams : FillParams
Properties
StartIndex
The start index in the list. Direction
Declaration
public int StartIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |