ColumnCollectionIndexOf Method  | 
 
            Returns the index of the specified column item. 
            
 
    Namespace: 
   Easymap.AddIn.Data
    Assembly:
   EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntaxpublic int IndexOf(
	Column item
)
Public Function IndexOf ( 
	item As Column
) As Integer
Parameters
- item
 - Type: Easymap.AddIn.DataColumn
column item 
Return Value
Type: 
Int32Index of the item
See Also