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

In This Topic
    Collapsed Property (XLRow)
    In This Topic
    Gets or sets collapsed flag for the row.
    Syntax
    'Declaration
     
    
    Public Property Collapsed As Boolean
    public bool Collapsed {get; set;}
    See Also