[]
Gets a key for the specified row or column.
public object GetKey(int index)
Public Function GetKey(index As Integer) As Object
Type | Name | Description |
---|---|---|
int | index | If UseRowIndex is true, this is the row index; otherwise, this is the column index |
Type | Description |
---|---|
object | Object to identify the row or the column |