returns the range of selected cells
var range = $$("ssheet").getSelectedRange();
The returned range is a string of cell references that refer to the first and the last cells of the range: "C4:D6".