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