[]
Checks whether the given row is selected.
public bool GetSelected(int index)
Public Function GetSelected(index As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | index |
| Type | Description |
|---|---|
| bool |
If it returns True, then the row is selected. Otherwise, it is not selected.