Variable TableLayout._colCount

class TableLayout
{
  // ...
  int _colCount = 1;
  // ...
}