ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.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 System.Boolean
    public System.bool Visible {get; set;}
    See Also