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