DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
ChartBook
Tables
Properties
ColumnAlignment
See also:
CommonHeaderAlignment
Index
Statistical Background
ColumnAlignment
Declaration:
ChartBook.Tables[]
.
ColumnAlignment
[ColNr: longint]:
TAlignment
;
The property
ColumnAlignment
controls the alignment of all cells of column
ColNr
(valid range: 1..
NrOfColumns
).
ColumnAlignment
may take one of the following values:
taLeftJustify
,
taCenter
, or
taRightJustify
.