[]
Returns whether the item specified by column index is already in the list.
public bool Contains(int columnIndex)
Public Function Contains(columnIndex As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | columnIndex |
| Type | Description |
|---|---|
| bool | True if item specified by column index is aleady in list |