[]
Refreshes the grid according to the selected ranges.
public virtual void RefreshSelectedRanges(IReadOnlyList<GridControlRange> ranges)
Public Overridable Sub RefreshSelectedRanges(ranges As IReadOnlyList(Of GridControlRange))
| Type | Name | Description |
|---|---|---|
| IReadOnlyList<GridControlRange> | ranges | The rages that determine the cells that will need to be refreshed. |