Unit: | SDL_ntabed | Class: | TNTabEd | Declaration: | property NrOfRows:
longint; |
The property NrOfRows specifies the number of rows of the data area of the table. Note that the height of any additional row (if increasing the number of rows) is set to the height of the bottom row. The height of the new rows must not be necessarily the default row height of the table.
Hint 1: |
Increasing the number of rows preserves all
information in the table, while decreasing its number of rows destroys the
information contained in the removed (bottom) rows. |
Hint 2: |
In the Light Edition the max. number of cells of the data table is restricted to 2000 (i.e. the product of NrOfColumns times NrOfRows must not exceed 2000). |
|