Click or drag to resize
GridControlSetRowCount Method
Sets the number of rows in the grid.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public virtual void SetRowCount(
	uint rows,
	RedrawFlags redraw
)

Parameters

rows
Type: SystemUInt32
The number of rows to include in the grid.
redraw
Type: Stingray.GridRedrawFlags
The redraw technique.
See Also