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