ComponentOne True DBGrid for WinForms
IndexOf Method (ValueItemCollection)

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > ValueItemCollection Class : IndexOf Method
The ValueItem to search.
Gets the index of the specified ValueItem.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal vi As ValueItem _
) As System.Integer
public System.int IndexOf( 
   ValueItem vi
)

Parameters

vi
The ValueItem to search.

Return Value

The index of the ValueItem.
See Also

Reference

ValueItemCollection Class
ValueItemCollection Members