ComponentOne True DBGrid for WinForms
RefreshCol() Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class > RefreshCol Method : RefreshCol() Method
Invalidates the current column.
Syntax
'Declaration
 
Public Overloads Sub RefreshCol() 
public void RefreshCol()
Remarks
The RefreshCol method causes a repaint of the entire column 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 column to be repainted and hence cause the appropriate events to fire.
See Also

Reference

C1TrueDBGrid Class
C1TrueDBGrid Members
Overload List