result.setData("row",focus.getRow());
result.setData("column",focus.getColumn());
//TODO use command to a avoid use call focusTo in .invalidate() case;
//smartUpdateValues("cellfocus",new Object[]{"",Utils.getId(getSelectedSheet()),result.toString()});
response("zsscellfocus"+this.getUuid(),new AuCellFocus(this,result.toString()));
}
}