Gets the value in a grid cell, formatted as a string.
'宣言
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
- Row index.
- col
- Column index.
戻り値の型
A string containing the data displayed in the given grid cell.