Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / WsBool Class / fDialog Property


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