Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FtCmo Class / fDisabled Property


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