'Declaration
Protected Overridable Sub PaintCell( _ ByVal e As System.Windows.Forms.DataGridViewCellPaintingEventArgs, _ ByVal type As DataGridViewCellType _ )
'Usage
Dim instance As NDataGridView Dim e As System.Windows.Forms.DataGridViewCellPaintingEventArgs Dim type As DataGridViewCellType instance.PaintCell(e, type)
protected virtual void PaintCell( System.Windows.Forms.DataGridViewCellPaintingEventArgs e, DataGridViewCellType type )
Parameters
- e
- type