Click or drag to resize
RangeInsertCols Method
Inserts columns at a specified starting location.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public void InsertCols(
	uint col,
	uint count
)

Parameters

col
Type: SystemUInt32
The column index where the rows are to be inserted.
count
Type: SystemUInt32
The number of columns to insert.
See Also