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


RowName

Declaration: TDataTable.RowName [ix: longint]: string;
The property RowName serves to define a short identifier for each row of the table. This identifier can hold a maximum of MaxNameDTWidth characters (currently 50). The parameter ix specifies the number of the row.

Hint: The default values of the row names after the initialization are "R-#", with # being the corresponding row number.