Skip to main content

MoveToNextReviewChange

Navigates through the review changes.

Syntax

expression.MoveToNextReviewChange(isForward);

expression - A variable that represents a Api class.

Parameters

NameRequired/OptionalData typeDefaultDescription
isForwardOptionalbooleantrueSpecifies whether to navigate to the next (true) or previous (false) review change.

Returns

This method doesn't return any data.

Example

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