Show / Hide Table of Contents

Class FillListParams

Parameters for the FillList<T>(IEnumerable<T>, Action<FillListParams>) method

Inheritance
System.Object
FillParams
FillListParams
Inherited Members
FillParams.StartPosition
FillParams.Direction
FillParams.NumberFormat
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
In This Article
Back to top Generated by DocFX