Home MathPack DataTable Methods CountMarkedCellsInColumn |
|
| See also: CellState, IfColHasCellState, CountMarkedCellsInRow |
|
CountMarkedCellsInColumn |
|
| Unit: | SDL_datatable |
| Class: |
TDataTable |
| Declaration: |
function CountMarkedCellsInColumn (Col: integer; StateMask: byte): integer; |
The function CountMarkedCellsInColumn counts all cells in column Col whose cell state matches the bit mask parameter StateMask; i.e. a cell is counted as marked if a bitwise AND of the cell state and the StateMask parameter does not result in a zero value.
|