Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / Item Class / Enable Field


In This Topic
    Enable Field (Item)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enable As Boolean
    'Usage
     
    
    Dim instance As Item
    Dim value As Boolean
     
    value = instance.Enable
     
    instance.Enable = value
    public bool Enable
    See Also