FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / RowCol Class / Visible Property

In This Topic
    Visible Property
    In This Topic
    Gets or sets a value that indicates whether this row or column is visible.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property Visible As Boolean
    [DefaultValue(true)]
    public bool Visible {get; set;}
    See Also