Show / Hide Table of Contents

Class FillNumberParams

Parameters for the FillNumber(Action<FillNumberParams>) method

Inheritance
object
FillParams
FillNumberParams
Inherited Members
FillParams.StartPosition
FillParams.Direction
FillParams.NumberFormat
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
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
In this article
Back to top Generated by DocFX