ActiveSheet: Number
The ActiveSheet property sets key of the active sheet.
Use the setActiveSheet method to set the value of the ActiveSheet property, and the getActiveSheet method to return this value. Property value cannot be set from JSON.
Executing the example requires that the HTML page contains the ExpressBox component named expressBox (see Example of Creating the ExpressBox Component). Then make the sheet with the 109 key active:
expressBox.getDataView().setActiveSheet(109)
After executing the example the sheet with the 109 key becomes active.
See also: