Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / GroupDataModel Class / IsGroup Method
Row index


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

    Parameters

    row
    Row index
    See Also