adds a radio button into a cell
$$("ssheet").addRadio({ start:{row:1, column:1}, end:{row:3, column:1} });
The range object includes two properties:
{row:id, column:id}