StringGridWidget.setCellText - multiple declarations

Function StringGridWidget.setCellText

set cell text

override StringGridWidgetBase setCellText(
  int col,
  int row,
  UIString text
);

Function StringGridWidget.setCellText

deprecated StringGridWidgetBase setCellText(
  int col,
  int row,
  dstring text
);