Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / GroupBarText Property
Example


In This Topic
    GroupBarText Property
    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