Workbook.RejectAllChanges Method (2007 System)

Rejects all changes in the shared workbook.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)

Syntax

'Declaration
Public 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)
public void RejectAllChanges(
    Object When,
    Object Who,
    Object Where
)
public:
void RejectAllChanges(
    Object^ When, 
    Object^ Who, 
    Object^ Where
)
public function RejectAllChanges(
    When : Object, 
    Who : Object, 
    Where : Object
)

Parameters

  • Who
    Type: System.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
    Type: System.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 The Variable missing and Optional Parameters in Office Solutions.

.NET Framework Security

See Also

Reference

Workbook Class

Workbook Members

Microsoft.Office.Tools.Excel Namespace