IsCellHighlighted Method (BaseTableView)
In This Topic
Syntax
'Declaration
Public Overridable Function IsCellHighlighted( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Boolean
public virtual System.bool IsCellHighlighted(
System.int ,
System.int
)
Parameters
- row
- col
See Also