DeleteRows Method

Deletes the specified row or rows.

Syntax

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

Applies To

Grid Object

Parameters

The following parameters are available:

Parameter Description
StartRow Row number of first row to delete.
Count Number of rows to delete.

Return Type

None

See Also

InsertRows Method