Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / Group Class / Text Property
Example


In This Topic
    Text Property (Group)
    In This Topic
    Gets or sets the text string for the group.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    'Usage
     
    
    Dim instance As Group
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public string Text {get; set;}

    Property Value

    String containing the text
    Example
    This example returns the text.
    See Also