IDataGridRows.Delete

Syntax

Delete(Index: Integer);

Parameters

Index -index of the row that must be deleted.

Description

The Delete method deletes the row, which index is passed as the Index input parameter.

See also:

IDataGridRows