Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine.Forecast Namespace / IEtsModel Interface / GetTimeline Method


In This Topic
    GetTimeline Method
    In This Topic
    Get timeline corresponding to index from EtsModel
    Syntax
    'Declaration
     
    
    Function GetTimeline( _
       ByVal index As Integer _
    ) As Double
    'Usage
     
    
    Dim instance As IEtsModel
    Dim index As Integer
    Dim value As Double
     
    value = instance.GetTimeline(index)
    double GetTimeline( 
       int index
    )

    Parameters

    index
    See Also