[]
Gets a GridSelectedState value that indicates the selected state of the cells in a specified column and row.
public GridSelectedState GetSelectedState(int row, int col)
Public Function GetSelectedState(row As Integer, col As Integer) As GridSelectedState
| Type | Name | Description |
|---|---|---|
| int | row | The row index. |
| int | col | The column index. |
| Type | Description |
|---|---|
| GridSelectedState |