C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridRow Class / Refresh Method / Refresh(GridRowColType,Int32) Method
The type of column to refresh
The index of the column to refresh. If -1 is set all the cells will be refreshed.

In This Topic
Refresh(GridRowColType,Int32) Method
In This Topic
Refresh the cells in the row.
Syntax
'Declaration
 
Public Overloads Sub Refresh( _
   ByVal columnType As GridRowColType, _
   Optional ByVal column As Integer _
) 
 

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.
See Also