Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / BOF Class / fBeta Property


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