Variable GridWidgetBase._col

selected cell column

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