Class FillNumberParams
Parameters for the FillNumber(Action<FillNumberParams>) method
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 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 |
---|---|
System.Nullable<System.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 |
---|---|
System.Nullable<System.Double> |
StepValue
The value to use in the calculation for each step. CalculationMethod
Declaration
public double StepValue { get; set; }
Property Value
Type | Description |
---|---|
System.Double |