Click or drag to resize
GridControlRedrawRowCol Method (UInt32, UInt32, RedrawFlags)
Redraws the range of cells starting from the specified row and column up to the last row and column

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public void RedrawRowCol(
	uint row,
	uint col,
	RedrawFlags redraw
)

Parameters

row
Type: SystemUInt32
The first row.
col
Type: SystemUInt32
The first column.
redraw
Type: Stingray.GridRedrawFlags
The redraw technique. It can take the following values:
See Also