ComponentOne True DBGrid for WinForms
RefreshRow(Int32) Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class > RefreshRow Method : RefreshRow(Int32) Method
The row to refresh.
Invalidates the current row.
Syntax
'Declaration
 
Public Overloads Sub RefreshRow( _
   ByVal row As System.Integer _
) 
public void RefreshRow( 
   System.int row
)

Parameters

row
The row to refresh.
Remarks
The RefreshRow method causes a repaint of the entire row in the grid. Normally, the grid repaints automatically as needed. However, if handlers have been written for the OwnerDrawCell event, use this method to force a row to be repainted and hence cause the appropriate events to fire.
See Also

Reference

C1TrueDBGrid Class
C1TrueDBGrid Members
Overload List