Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLColumn Class / Visible Property

In This Topic
    Visible Property (XLColumn)
    In This Topic
    Gets or sets whether the column is visible.
    Syntax
    'Declaration
     
    
    Public Property Visible As Boolean
    public bool Visible {get; set;}
    See Also