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