Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FetchGroupTextEventArgs Class / FetchGroupTextEventArgs Constructor
Group header created
Text to display in the group header


In This Topic
    FetchGroupTextEventArgs Constructor
    In This Topic
    Creates a new set of FetchGroupText event arguments.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal group As Group, _
       ByVal text As String _
    )
    'Usage
     
    
    Dim group As Group
    Dim text As String
     
    Dim instance As New FetchGroupTextEventArgs(group, text)
    public FetchGroupTextEventArgs( 
       Group group,
       string text
    )

    Parameters

    group
    Group header created
    text
    Text to display in the group header
    See Also