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