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