Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GroupBarText Property


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