showCell of ui.spreadsheet, Methods Webix Docs

shifts the focus to the specified cell

void showCell(string ref,boolean silent);

ref

stringlink to the cell/cell range silent
booleanfalse by default, toggles whether method should show an error message in case of incorrect ref value

Example

$$("sheet").showCell("T50")

Details

If silent is false, method will show an error message. Otherwise, if silent is true, there will be no error message.

Back to top

Join Our Forum

We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.

Go to Forum