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
Methods
RemoveRow
See also:
InsertRow
,
RemoveColumn
,
RemoveMarkedRows
,
RemoveRows
Index
Statistical Background
RemoveRow
Declaration:
TDataTable
.
RemoveRow
(ix: integer);
The method
RemoveRow
deletes the row
ix
of the table. The parameter
ix
may take any value between 1 and
NrOfRows
. The size of the table is decreased by one row.