Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GroupBarVisible Property


In This Topic
    GroupBarVisible Property
    In This Topic
    Obsolete. Use GroupBarInfo.Visible instead. Gets or sets whether the grouping bar for the sheet is displayed.
    Syntax
    'Declaration
     
    
    Public Property GroupBarVisible As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.GroupBarVisible = value
     
    value = instance.GroupBarVisible
    public bool GroupBarVisible {get; set;}
    See Also