Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / SubItem Class / Enable Field


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