getHideExplanationButton();
The getHideExplanationButton method returns the Hide Explained button on the Validation tab of workbook ribbon.
This method returns an object of the PP.Ui.RibbonButton type.
On clicking this button all explained validation errors in the workbook are hidden. Table cells corresponding to these errors will have a comment containing explanation text shown on mouse over:
The example of use is given on the page with description of the ValidationCatView.getExplainButton method.
See also: