GetCellText
SetField(new BStringField(GetCellText(i)), i);
SetField(new BStringField(GetCellText(whichColumn)),
SetField(new BStringField(GetCellText(whichColumn)), whichColumn);
const char* GetCellText(int whichColumn) const;
row->GetCellText(ShortcutsSpec::STRING_COLUMN_INDEX),
strlen(row->GetCellText(ShortcutsSpec::STRING_COLUMN_INDEX)));