'宣言 Public Function GetColumnValue( _ ByVal key As System.Object, _ ByVal columnIndex As System.Integer _ ) As System.String
public System.string GetColumnValue( System.object key, System.int columnIndex )
パラメータ
- key
- Value to look up in the dictionary.
- columnIndex
- >Column index in the dictionary.
戻り値の型
The string that should be displayed in the grid while not in edit mode.