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