Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / GroupDataModel Class / GetGroupIndex Method


In This Topic
    GetGroupIndex Method
    In This Topic
    Gets index of group that row locates. If row is not in a group, return -1
    Syntax
    'Declaration
     
    
    Public Function GetGroupIndex( _
       ByVal row As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As GroupDataModel
    Dim row As Integer
    Dim value As Integer
     
    value = instance.GetGroupIndex(row)
    public int GetGroupIndex( 
       int row
    )

    Parameters

    row
    See Also