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
Int32
In this article
Back to top Generated by DocFX