Class FillParams
Shared base class for ExcelRangeBase Fill-methods
Inherited Members
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 |