_Workbook.RejectAllChanges Method
Rejects all changes in the specified shared workbook.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub RejectAllChanges ( _
When As Object, _
Who As Object, _
Where As Object _
)
'Usage
Dim instance As _Workbook
Dim When As Object
Dim Who As Object
Dim Where As Object
instance.RejectAllChanges(When, Who, Where)
void RejectAllChanges(
Object When,
Object Who,
Object Where
)
Parameters
When
Type: System.ObjectOptional Object. Specifies when all the changes are rejected.
Who
Type: System.ObjectOptional Object. Specifies by whom all the changes are rejected.
Where
Type: System.ObjectOptional Object. Specifies where all the changes are rejected.