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
Methods
CountHeadRows
See also:
ColumnHeadersVisible
,
CommonHeaderVisible
Index
Statistical Background
CountHeadRows
Declaration:
ChartBook.Tables[]
.
CountHeadRows
: integer;
The function
CountHeadRows
returns the number of visible header rows. The returned value may be 0, 1, or 2, depending on the state of the properties
ColumnHeadersVisible
and
CommonHeaderVisible
.