Click or drag to resize

ColumnCollectionIndexOf Method

Returns the index of the specified column item.

Namespace: Easymap.AddIn.Data
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public int IndexOf(
	Column item
)

Parameters

item  Column
column item

Return Value

Int32
Index of the item
See Also