* Turn on/off all cell arrays. */
| 128 | * Turn on/off all cell arrays. |
| 129 | */ |
| 130 | void DisableAllCellArrays() { this->DisableAllSelectionArrays(this->CellDataArraySelection); } |
| 131 | void EnableAllCellArrays() { this->EnableAllSelectionArrays(this->CellDataArraySelection); } |
| 132 | |
| 133 | /** |
nothing calls this directly
no test coverage detected