Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / GroupBarText Property


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