Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FtCmo Class / fUIObj Property


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