DrawCell Method (C1TableView)
In This Topic
Syntax
'Declaration
Protected Overridable Function DrawCell( _
ByVal As System.Windows.Forms.PaintEventArgs, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Integer
protected virtual System.int DrawCell(
System.Windows.Forms.PaintEventArgs ,
System.int ,
System.int
)
Parameters
- e
- row
- col
See Also