ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLColumn Class / Collapsed Property

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