Spread Windows Forms 12.0 Product Documentation
IsGroup Method (IGroupSupport)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > IGroupSupport Interface : IsGroup Method
Row index
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)
bool IsGroup( 
   int row
)

Parameters

row
Row index
See Also

Reference

IGroupSupport Interface
IGroupSupport Members