Spread for ASP.NET 12 Product Documentation
GetGroupInfo(Group) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : GetGroupInfo(Group) Method
Group object
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
See Also

Reference

SheetView Class
SheetView Members