DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


RemoveRow

Declaration: TMatrix.RemoveRow (row: integer): boolean;
The method RemoveRow deletes the row row of the matrix. The parameter row may take any value between 1 and NrOfRows. The size of the table is decreased by one row. The function returns a TRUE value if the indicated row has been removed, otherwise a FALSE value is returned.