Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IGroupSupport Interface / IsGroup Method
Row index


In This Topic
IsGroup Method (IGroupSupport)
In This Topic
Determines if the specified row is a group header (also called group node).
Syntax
'Declaration
 
Function IsGroup( _
   ByVal row As Integer _
) As Boolean
 
'Usage
 
Dim instance As IGroupSupport
Dim row As Integer
Dim value As Boolean
 
value = instance.IsGroup(row)

Parameters

row
Row index
See Also