WorkbookBase.RejectAllChanges(Object, Object, Object) 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.
Rejects all changes in the shared workbook.
public void RejectAllChanges (object when, object who, object where);
member this.RejectAllChanges : obj * obj * obj -> unit
Public Sub RejectAllChanges (Optional when As Object, Optional who As Object, Optional where As Object)
Parameters
- when
- Object
One of the XlHighlightChangesTime values that specifies when the changes to be rejected were made.
- who
- Object
A string that identifies who made the changes to be rejected. Can be "Everyone", "Everyone but Me", or the name of one of the users of the shared workbook.
- where
- Object
An A1-style range reference that specifies the location of the changes to be rejected.
Remarks
Optional Parameters
For information on optional parameters, see Optional Parameters in Office Solutions.