'Declaration
Public Sub Refresh( _ Optional ByVal range As GridControlRange, _ Optional ByVal recycleCells As Boolean _ )
public void Refresh( GridControlRange range, bool recycleCells )
Parameters
- range
- The range of cells to refresh. If
null
is passed all the cells will be refreshed. - recycleCells
- when set to
true
it recycles the cells.