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

Parameters

row
Type: SystemUInt32
The first row.
col
Type: SystemUInt32
The first column.
Remarks
Equivalent to RedrawRowCol(row, col, UpdateNow).
See Also