Class FillParams
Shared base class for ExcelRangeBase Fill-methods
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.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 | 
|---|---|
| System.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 |