Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / FillGrowth Method / FillGrowth(CellRange,FillSeries) Method
The fill range.
The fill direction.


In This Topic
    FillGrowth(CellRange,FillSeries) Method
    In This Topic
    Fills the specified range growth trend when the source value type is number.
    Syntax
    'Declaration
     
    Public Overloads Sub FillGrowth( _
       ByVal range As CellRange, _
       ByVal series As FillSeries _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim range As CellRange
    Dim series As FillSeries
     
    instance.FillGrowth(range, series)
    public void FillGrowth( 
       CellRange range,
       FillSeries series
    )

    Parameters

    range
    The fill range.
    series
    The fill direction.
    Exceptions
    ExceptionDescription
    The range cannot be null.
    Remarks
    The next value is generated by the GROWTH formula.
    See Also