'宣言
Public Overloads Overridable Function GetDataDisplay( _
ByVal As System.Integer, _
ByVal As System.String _
) As System.String
public virtual System.string GetDataDisplay(
System.int ,
System.string
)
パラメータ
- row
- 行インデックス。
- colName
- 列名。
戻り値の型
指定されたグリッドセルに表示されるデータを含む文字列。