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