EbsOpen Class Library for EBSILON®Professional

UserCharlineTypes.FindItemIndex Method 

[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;

Remarks

return the index of the item specified by 'Key' or -1 of none such item exists

See Also

UserCharlineTypes Class | EbsOpen Namespace