Show / Hide Table of Contents

Class FillParams

Shared base class for ExcelRangeBase Fill-methods

Inheritance
object
FillParams
FillDateParams
FillListParams
FillNumberParams
Inherited Members
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 FillParams

Properties

Direction

The direction of the fill

Declaration
public eFillDirection Direction { get; set; }
Property Value
Type Description
eFillDirection

NumberFormat

The number format to be appled to the range.

Declaration
public string NumberFormat { get; set; }
Property Value
Type Description
string

StartPosition

If the fill starts from the top-left cell or the bottom right cell.

Declaration
public eFillStartPosition StartPosition { get; set; }
Property Value
Type Description
eFillStartPosition
In this article
Back to top Generated by DocFX