Gets the value of a grid cell, taking into account the value returned by the
GetCellCheck method.
シンタックス
'宣言
Public Overloads Overridable Function GetData( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Boolean _
) As System.Object
public virtual System.object GetData(
System.int ,
System.int ,
System.bool
)
パラメータ
- row
- Row index.
- col
- Column index.
- getCheck
- Whether to take into account the value of the GetCellCheck method.
参照