showCell of ui.spreadsheet, Methods Webix Docs
shifts the focus to the specified cell
void showCell(string ref,boolean silent);
ref
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.
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.