Click or drag to resize
GridControlRedrawRowCol Method (Range)
Redraws the specified range of cells.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public void RedrawRowCol(
	Range range
)

Parameters

range
Type: Stingray.GridRange
The range that specifies the subset of cells to be redrawn.
Remarks
Equivalent to RedrawRowCol(range, UpdateNow).
See Also