Click or drag to resize
GridControlSetColCount Method
Sets the number of columns in the grid.

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

Parameters

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