Function GridWidgetBase.selectCell

move selection to specified cell

bool selectCell(
  int col,
  int row,
  bool makeVisible = true,
  GridWidgetBase source = null,
  bool needNotification = true
);