Spread Windows Forms 12.0 Product Documentation
GetGroup Method (IGroupSupport)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > IGroupSupport Interface : GetGroup Method
Gets a group for a specified row.
Syntax
'Declaration
 
Function GetGroup( _
   ByVal row As Integer _
) As Group
'Usage
 
Dim instance As IGroupSupport
Dim row As Integer
Dim value As Group
 
value = instance.GetGroup(row)
Group GetGroup( 
   int row
)

Parameters

row
See Also

Reference

IGroupSupport Interface
IGroupSupport Members