ITabSheet.DeleteRows

Syntax

DeleteRows(Row: Integer; Count: Integer);

Parameters

Row. Index of the row from which row deletion starts. Admissible parameter value lies within the [0; RowsCount) range.

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