Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DefaultListColumnInfo Class / Visible Property


In This Topic
    Visible Property (DefaultListColumnInfo)
    In This Topic
    Gets or set a bool value that indicates whether ListColumnInfo is visible.
    Syntax
    'Declaration
     
    
    Public Property Visible As Boolean
    'Usage
     
    
    Dim instance As DefaultListColumnInfo
    Dim value As Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    public bool Visible {get; set;}

    Property Value

    A bool value, true if visible; otherwise, false.
    The default is true.
    See Also