Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowClipInfo Class / Collapsed Property


In This Topic
    Collapsed Property (RowClipInfo)
    In This Topic
    Gets or sets whether the row is collapsed.
    Syntax
    'Declaration
     
    
    Public Property Collapsed As Boolean
    'Usage
     
    
    Dim instance As RowClipInfo
    Dim value As Boolean
     
    instance.Collapsed = value
     
    value = instance.Collapsed
    public bool Collapsed {get; set;}
    See Also