refreshAll ();
The refreshAll method refreshes all contents of a workbook.
To execute the example, the page must contain the WbkDataBox component named wbkDataBox (see WbkDataBox Constructor), and also the following code must be added in the event handler that processes document opening:
console.log("Refresh entire workbook contents"); wbkDataBox.refreshAll()
After executing the example all contents of the workbook are refreshed.
See also: