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


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