Show / Hide Table of Contents

Class FillListParams

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

Inheritance
object
FillParams
FillListParams
Inherited Members
FillParams.StartPosition
FillParams.Direction
FillParams.NumberFormat
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
int
In this article
Back to top Generated by DocFX