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

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