IDataGridRows.Delete

Syntax

Delete(Index: Integer);

Parameters

Index is index of the row that needs deleting.

Description

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

See also:

IDataGridRows