[]
Gets the index of the item.
public int IndexOf(ListColumnInfo item)
Public Function IndexOf(item As ListColumnInfo) As Integer
| Type | Name | Description |
|---|---|---|
| ListColumnInfo | item | A ListColumnInfo object used to find the index. |
| Type | Description |
|---|---|
| int | An int value if the object is found in the collection; otherwise,-1. |