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


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