InsertRows Method

Inserts a row or rows before the specified row.

Syntax

Public Sub InsertRows(ByVal StartRow As Integer, ByVal Count As Integer)

Applies To

Grid Object

Parameters

The following parameters are available:

Parameter Description
StartRow Row number of row before which to insert new row or rows.
Count Number of rows to insert.

Return Type

None

See Also

DeleteRows Method