ITabSheet.RowsCount

Syntax

RowsCount: Integer;

Description

The RowsCount determines the table rows number.

Comments

When the number of rows is limited, the scroll bars are not displayed if the whole table fits into the screen.

Valid value of the property lies within the range [1;1048575]. The maximum number of rows in the table is 1048575.

Example

The property use is given in the example for ITabSheet.Columns.

See also:

ITabSheet