Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / GetGroupInfo(Group) Method
Group object
Example


In This Topic
    GetGroupInfo(Group) Method
    In This Topic
    Gets the group information for the sheet.
    Syntax
    'Declaration
     
    
    Public Function GetGroupInfo( _
       ByVal g As Group _
    ) As GroupInfo
    'Usage
     
    
    Dim instance As SheetView
    Dim g As Group
    Dim value As GroupInfo
     
    value = instance.GetGroupInfo(g)
    public GroupInfo GetGroupInfo( 
       Group g
    )

    Parameters

    g
    Group object
    Example
    This example uses the GetGroupInfo method.
    See Also