Variable GridWidgetBase._cols

column count (including header columns and fixed columns)

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