LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

IndexOf Method (SelectedWorkstationCellsCollection)







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
)
 function Leadtools.Medical.Workstation.UI.SelectedWorkstationCellsCollection.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SelectedWorkstationCellsCollection Class
SelectedWorkstationCellsCollection Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.