[]
Gets the string which is in given column of the dictionary.
public string GetColumnValue(object key, int columnIndex)
Type | Name | Description |
---|---|---|
object | key | Value to look up in the dictionary. |
int | columnIndex |
|
Type | Description |
---|---|
string | The string that should be displayed in the grid while not in edit mode. |