Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Column Class / IsVisible Property


In This Topic
    IsVisible Property (Column)
    In This Topic
    Gets or sets whether this column is visible.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    Public Property IsVisible As Boolean
    'Usage
     
    Dim instance As Column
    Dim value As Boolean
     
    instance.IsVisible = value
     
    value = instance.IsVisible
    [DefaultValue(true)]
    public bool IsVisible {get; set;}

    Property Value

    true if the column is visible; otherwise, false. The default value is true.
    See Also