result.setData("right",sel.getRight());
result.setData("bottom",sel.getBottom());
//TODO use command to a avoid use call focusTo in .invalidate() case;
//smartUpdateValues("selection",new Object[]{"",Utils.getId(getSelectedSheet()),result.toString()});
response("zssselection"+this.getUuid(),new AuSelection(this,result.toString()));
}
}