Class FillNumberParams
Parameters for the FillNumber(Action<FillNumberParams>) method
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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 |
|---|---|
| Nullable<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 |
|---|---|
| Nullable<Double> |
StepValue
The value to use in the calculation for each step. CalculationMethod
Declaration
public double StepValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Double |