ValidationCatView.getLastErrorButton

Syntax

getLastErrorButton();

Description

The getLastErrorButton method returns the Last Error button on the Validation tab of workbook ribbon.

Comments

This method returns an object of the PP.Ui.RibbonButton type.

On clicking this button the cell corresponding to the last validation error is selected in workbook table.

Example

The example of use is given on the page with description of the ValidationCatView.getExplainButton method.

See also:

ValidationCatView