←Select platform

IndexOf Method

Summary
Returns the index of the specified item if it is found in the collection.

Syntax
C#
C++/CLI
Java
Python
public int IndexOf( 
   IMasterForm item 
) 
public int indexOf( 
   java.lang.Object item 
); 
public: 
int IndexOf(  
   IMasterForm^ item 
)  
def IndexOf(self,item): 

Parameters

item
Object to test.

Return Value

The index of the specified item if it is found in the collection.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.