dotnetCHARTING Send comments on this topic.
IndexOf Method
See Also 
dotnetCHARTING.Mapping Namespace > GroupCollection Class : IndexOf Method


group
The Group to find.
Determines index of a specified Group in this collection.

Syntax

Visual Basic (Declaration) 
Public Function IndexOf( _
   ByVal group As Group _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As GroupCollection
Dim group As Group
Dim value As Integer
 
value = instance.IndexOf(group)
C# 
public int IndexOf( 
   Group group
)

Parameters

group
The Group to find.

Return Value

The zero-based index of the specified Group.

See Also

© 2010 All Rights Reserved.