getTableViewPanel();
The getTableViewPanel method returns the View panel of the Format tab.
The method returns an object of the PP.Exp.Ui.TableViewPanel type.
To execute the example, the HTML page must contain the WorkbookBox component named workbookBox (see Example of Creating the WorkbookBox Component. Show the View panel:
// Get workbook properties panel var propertyBar = workbookBox.getPropertyBarView(); // Get the View panel var tableViewPanel = propertyBar.getTableViewPanel(); // Display this panel tableViewPanel.show(); // Expand panel tableViewPanel.expand();
After executing the example the View tab is displayed:
See also: