Gets the value of a grid cell.
シンタックス
'宣言
Public Overloads Overridable Function GetData( _
ByVal As System.Integer, _
ByVal As System.String _
) As System.Object
public virtual System.object GetData(
System.int ,
System.string
)
パラメータ
- row
- Row index.
- colName
- Column name.
戻り値の型
The value of the cell.
参照