_Workbook.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 specified shared workbook.
public void RejectAllChanges (object When, object Who, object Where);
Public Sub RejectAllChanges (Optional When As Object, Optional Who As Object, Optional Where As Object)
Parameters
- When
- Object
Optional Object. Specifies when all the changes are rejected.
- Who
- Object
Optional Object. Specifies by whom all the changes are rejected.
- Where
- Object
Optional Object. Specifies where all the changes are rejected.