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


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