DataSourceCollectionIndexOf Method |
Namespace: Easymap.AddIn.DataAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic int IndexOf(
TableDataSource item
)
Public Function IndexOf (
item As TableDataSource
) As Integer
Parameters
- item TableDataSource
- TableDataSource item
Return Value
Int32Index of the item
See Also