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


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