getColumnCount method

int getColumnCount()

Implementation

int getColumnCount() {
  return this.columnCount;
}