WorkbookBase.AcceptAllChanges Method
Accepts all changes in the shared workbook.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v4.0.Utilities (in Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)
Syntax
'Declaration
Public Sub AcceptAllChanges ( _
when As Object, _
who As Object, _
where As Object _
)
public void AcceptAllChanges(
Object when,
Object who,
Object where
)
Parameters
- when
Type: System.Object
One of the XlHighlightChangesTime values that specifies when the changes to be accepted were made.
- who
Type: System.Object
A string that identifies who made the changes to be accepted. Can be "Everyone", "Everyone but Me", or the name of one of the users of the shared workbook.
- where
Type: System.Object
An A1-style range reference that specifies the location of the changes to be accepted.
Remarks
Optional Parameters
For information on optional parameters, see Optional Parameters in Office Solutions.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.