'Declaration
Public Function GetColumnValue( _ ByVal key As Object, _ ByVal columnIndex As Integer _ ) As String
public string GetColumnValue( object key, int columnIndex )
Parameters
- key
- Value to look up in the dictionary.
- columnIndex
- >Column index in the dictionary.
Return Value
The string that should be displayed in the grid while not in edit mode.