Click or drag to resize
GridControlRedrawRowCol Method (Range, RedrawFlags)
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,
	RedrawFlags redraw
)

Parameters

range
Type: Stingray.GridRange
The range that specifies the subset of cells to be redrawn.
redraw
Type: Stingray.GridRedrawFlags
The redraw technique. It can take the following values:
See Also