Spread Windows Forms 15.0
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)
    bool IsGroup( 
       int row
    )

    Parameters

    row
    Row index
    See Also