Click or drag to resize
RangeInsertRows Method
Inserts rows at a specified location.

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

Parameters

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