Click or drag to resize

DataSourceCollectionIndexOf Method

Returns the index of the specified TableDataSource item.

Namespace:  Easymap.AddIn.Data
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public int IndexOf(
	TableDataSource item
)

Parameters

item
Type: Easymap.AddIn.DataTableDataSource
TableDataSource item

Return Value

Type: Int32
Index of the item
See Also