MoveToNextReviewChange

MoveToNextReviewChange([isForward])

Navigates through the review changes.

Parameters:

Name Type Default Description
isForward boolean true

Specifies whether to navigate to the next (true) or previous (false) review change.

Returns:

This method doesn't return any data.

Example

Copy code
window.Asc.plugin.executeMethod ("MoveToNextReviewChange", [true]);