[]
Invalidates the current column.
public void RefreshCol()
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.
Invalidates the specified column.
public void RefreshCol(int col)
| Type | Name | Description |
|---|---|---|
| int | col | The split column index to repaint. |
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.