'Declaration Public Overloads Sub Refresh( _ ByVal columnType As GridRowColType, _ Optional ByVal column As Integer _ )
public void Refresh( GridRowColType columnType, int column )
Parameters
- columnType
- The type of column to refresh
- column
- The index of the column to refresh. If
-1
is set all the cells will be refreshed.