Sets the state of the checkbox in a grid cell.
シンタックス
'宣言
Public Overridable Sub SetCellCheck( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As CheckEnum _
)
public virtual void SetCellCheck(
System.int ,
System.int ,
CheckEnum
)
パラメータ
- row
- Row index.
- col
- Column index.
- check
- CheckEnum value to assign to the cell.
参照