Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FrtFlags Class / fFrtAlert Property


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