Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SerAuxTrend Class / numForeCast Property


In This Topic
    numForeCast Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property numForeCast As Double
    'Usage
     
    
    Dim instance As SerAuxTrend
    Dim value As Double
     
    instance.numForeCast = value
     
    value = instance.numForeCast
    public double numForeCast {get; set;}
    See Also