Revisions.AcceptAll Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Accepts all the tracked changes in a document or range. The revision marks are removed, and the changes are incorporated into the document.
public:
void AcceptAll();
public void AcceptAll ();
abstract member AcceptAll : unit -> unit
Public Sub AcceptAll ()
Remarks
Use the AcceptAllRevisions() method to accept all revisions in a document.