setRowCount method

void setRowCount(
  1. int value
)

Implementation

void setRowCount(int value) {
  rowCount = value;
}