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