Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / ColumnInfo Class / Hidden Property


In This Topic
    Hidden Property (ColumnInfo)
    In This Topic
    Gets or sets a value that indicates whether the column is visible.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(False)>
    Public Property Hidden As Boolean
    'Usage
     
    Dim instance As ColumnInfo
    Dim value As Boolean
     
    instance.Hidden = value
     
    value = instance.Hidden
    [DefaultValue(false)]
    public bool Hidden {get; set;}

    Property Value

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