ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

ValueItemCollection.IndexOf Method

Gets the index of the specified ValueItem.

[Visual Basic]

Public Function IndexOf( _

ByVal vi As ValueItem _

) As Integer

[C#]

public int IndexOf(

ValueItem vi

);

[Delphi]

public function IndexOf(

vi: ValueItem

): Int32;

Parameters

vi

The ValueItem to search.

Return Value

The index of the ValueItem.

See Also

ValueItemCollection Class | ValueItemCollection Members | C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.