DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
2-Dimensional Arrays
TDataTable
Methods
SetAllCellStates
See also:
CellState
,
InvertCellStates
,
IfColHasCellState
,
IfRowHasCellState
Index
Statistical Background
SetAllCellStates
Declaration:
TDataTable
.
SetAllCellStates
(CellState: byte);
The method
SetAllCellStates
initializes all
cell states
of the data table to the value specified by the property
CellState
.
SetAllCellStates(csNone);
clears all cell states of the data table.