_Workbook.AcceptAllChanges Method
Accepts 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 AcceptAllChanges ( _
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.AcceptAllChanges(When, Who, Where)
void AcceptAllChanges(
Object When,
Object Who,
Object Where
)
Parameters
When
Type: System.ObjectOptional Object. Specifies when all the changes are accepted.
Who
Type: System.ObjectOptional Object. Specifies by whom all the changes are accepted.
Where
Type: System.ObjectOptional Object. Specifies where all the changes are accepted.