SetCellCheck Method (BaseTableView)
In This Topic
Syntax
'Declaration
Public Overridable Sub SetCellCheck( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As C1.Win.C1FlexGrid.CheckEnum _
)
public virtual void SetCellCheck(
System.int ,
System.int ,
C1.Win.C1FlexGrid.CheckEnum
)
Parameters
- row
- col
- check
See Also