Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IGroupSupport Interface / GetGroup Method


In This Topic
GetGroup Method (IGroupSupport)
In This Topic
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)

Parameters

row
See Also