SelectedObjectCollectionIndexOf Method |
Returns the index of the specified item.
Namespace: Easymap.AddIn.CommonAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic int IndexOf(
WindowlessComponent item
)
Public Function IndexOf (
item As WindowlessComponent
) As Integer
Parameters
- item WindowlessComponent
- WindowlessComponent item
Return Value
Int32Index of the item
Implements
IListTIndexOf(T)
See Also