LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

IndexOf Method (SelectedWorkstationCellsCollection)

Show in webframe






The Leadtools.MedicalViewer.MedicalViewerBaseCell to locate in the SelectedWorkstationCellsCollection. The value can be null.
Searches for the specified object and returns the zero-based index of the first occurrence within the entire SelectedWorkstationCellsCollection.
Syntax
public int IndexOf( 
   MedicalViewerBaseCell item
)
'Declaration
 
Public Function IndexOf( _
   ByVal item As MedicalViewerBaseCell _
) As Integer
'Usage
 
Dim instance As SelectedWorkstationCellsCollection
Dim item As MedicalViewerBaseCell
Dim value As Integer
 
value = instance.IndexOf(item)

            

            
public: int IndexOf( 
   MedicalViewerBaseCell* item
) 
public:
int IndexOf( 
   MedicalViewerBaseCell* item
) 

Parameters

item
The Leadtools.MedicalViewer.MedicalViewerBaseCell to locate in the SelectedWorkstationCellsCollection. The value can be null.

Return Value

The zero-based index of the first occurrence of item within the SelectedWorkstationCellsCollection, if found; otherwise, -1.
Requirements

Target Platforms

See Also

Reference

SelectedWorkstationCellsCollection Class
SelectedWorkstationCellsCollection Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.