In This Topic
Gets or sets the group bar text.
Syntax
'Declaration
Public Property GroupBarText As String
'Usage
Dim instance As SheetView
Dim value As String
instance.GroupBarText = value
value = instance.GroupBarText
public string GroupBarText {get; set;}
Example
This example sets the GroupBarText property.
See Also