WorkbookClass.PurgeChangeHistoryNow Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Sub PurgeChangeHistoryNow ( _
Days As Integer, _
SharingPassword As Object _
)
'Usage
Dim instance As WorkbookClass
Dim Days As Integer
Dim SharingPassword As Object
instance.PurgeChangeHistoryNow(Days, _
SharingPassword)
public virtual void PurgeChangeHistoryNow(
int Days,
Object SharingPassword
)
Parameters
- Days
Type: System.Int32
- SharingPassword
Type: System.Object
Implements
_Workbook.PurgeChangeHistoryNow(Int32, Object)