Table of Contents

Class FillParams

Namespace
OfficeOpenXml.Core.Worksheet.Fill
Assembly
EPPlus.dll

Shared base class for ExcelRangeBase Fill-methods

public class FillParams
Inheritance
FillParams
Derived
Inherited Members

Constructors

FillParams()

public FillParams()

Properties

Direction

The direction of the fill

public eFillDirection Direction { get; set; }

Property Value

eFillDirection

NumberFormat

The number format to be appled to the range.

public string NumberFormat { get; set; }

Property Value

string

StartPosition

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

public eFillStartPosition StartPosition { get; set; }

Property Value

eFillStartPosition