Variable GridWidgetBase._rows

row count (including header rows and fixed rows)

class GridWidgetBase
{
  // ...
  int _rows;
  // ...
}