ITabSheet.DeleteRows

Syntax

DeleteRows(Row: Integer; Count: Integer);

Parameters

Row. Index of the row from which row deletion starts. The available value of the parameter is in the range [0, RowsCount).

Count. Rows to be deleted.

Description

The DeleteRows method allows to delete the specified number of rows (Count parameter), starting from the row, the index of which is passed as the Row input parameter.

See also:

ITabSheet