[Visual Basic] Public Function FindItemIndex( _ ByVal Key As Object _ ) As Integer [C#] public int FindItemIndex( object Key ); [C++] public: int FindItemIndex( Object* Key ); [JScript] public function FindItemIndex( Object Key ): int;
return the index of the item specified by 'Key' or -1 of none such item exists
UserEbsMatrixTypes Class | EbsOpen Namespace