Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableVector Class / Visible Property

In This Topic
    Visible Property (TableVector)
    In This Topic
    Gets or sets a value indicating whether the current vector (row or column) is visible.
    Syntax
    'Declaration
     
    Public Property Visible As Boolean
    public bool Visible {get; set;}
    See Also