Paints the row.
[Visual Basic] Overloads Overridable Public Function PaintData( _ ByVal g As Graphics, _ ByVal bounds As Rectangle, _ ByVal firstVisibleColumn As Integer, _ ByVal nCols As Integer _ ) As Integer [C#] public virtual int PaintData( Graphics g, Rectangle bounds, int firstVisibleColumn, int nCols ); [C++] public: virtual int PaintData( Graphics* g, Rectangle bounds, int firstVisibleColumn, int nCols ); [JScript] public function PaintData( g : Graphics, bounds : Rectangle, firstVisibleColumn : int, nCols : int ) : int;
The width of bounds painted with data
DataGridRow Class | DataGridRow Members | System.WinForms Namespace | DataGridRow.PaintData Overload List