markRadio

marks the specified radio button

void markRadio(number row,number column);
rownumberthe row ID
columnnumberthe column ID

Example

$$("ssheet").markRadio(2,1);

See also
Back to top