Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumnInfo Class / Visible Property


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

    Property Value

    true if ListColumnInfo is visible; otherwise, false.
    See Also