cubeDataRows property

void cubeDataRows=(int value)

Implementation

set cubeDataRows(int value) {
  _cubeData.rows = value;
}