Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / ColumnGroupExpandExtent Class / Collapsed Property


In This Topic
    Collapsed Property (ColumnGroupExpandExtent)
    In This Topic
    Gets a value that indicates whether the column range group is collapsed.
    Syntax
    'Declaration
     
    Public ReadOnly Property Collapsed As Boolean
    'Usage
     
    Dim instance As ColumnGroupExpandExtent
    Dim value As Boolean
     
    value = instance.Collapsed
    public bool Collapsed {get;}

    Property Value

    true if collapsed; otherwise, false.
    See Also