DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
2-Dimensional Arrays
TDataTable
Properties
NrOfRows
See also:
NrOfColumns
,
Resize (DataTable)
Index
Statistical Background
NrOfRows (DataTable)
Declaration:
TDataTable
.
NrOfRows
: longint;
The property
NrOfRows
specifies the number of rows of the data table.
Hint:
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.