Spread for ASP.NET 11 Product Documentation
GetGroupIndex Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > GroupDataModel Class : GetGroupIndex Method
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

Reference

GroupDataModel Class
GroupDataModel Members