Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FtPioGrbit Class / fDde Property


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