shifts the focus to the specified cell
ref | string | link to the cell/cell range |
silent | boolean | false by default, toggles whether method should show an error message in case of incorrect ref value |
$$("sheet").showCell("T50")
If silent is false, method will show an error message. Otherwise, if silent is true, there will be no error message.
Back to top