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


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