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


NrOfColumns (DataTable)

Declaration: TDataTable.NrOfColumns: longint;
The property NrOfColumns specifies the number of columns of the data table.

Hint: Increasing the number of columns preserves all information in the table, while decreasing its number of columns destroys the information contained in the removed (rightmost) columns.