Class FillNumberParams
- Namespace
- OfficeOpenXml.Core.Worksheet.Fill
- Assembly
- EPPlus.dll
Parameters for the FillNumber(Action<FillNumberParams>) method
public class FillNumberParams : FillParams
- Inheritance
-
FillNumberParams
- Inherited Members
Constructors
FillNumberParams()
public FillNumberParams()
Properties
CalculationMethod
The calculation method to use
public eCalculationMethod CalculationMethod { get; set; }
Property Value
EndValue
When this value is exceeded the fill stops
public double? EndValue { get; set; }
Property Value
StartValue
The start value. If null, the first value in the row/column is used. Direction
public double? StartValue { get; set; }
Property Value
StepValue
The value to use in the calculation for each step. CalculationMethod
public double StepValue { get; set; }