ProtectedViewWindow.Edit Method
Changes the password of the ProtectedViewWindow object.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Function Edit ( _
ModifyPassword As String _
) As Presentation
'Usage
Dim instance As ProtectedViewWindow
Dim ModifyPassword As String
Dim returnValue As Presentation
returnValue = instance.Edit(ModifyPassword)
Presentation Edit(
string ModifyPassword
)
Parameters
- ModifyPassword
Type: System.String
The new password to change to.
Return Value
Type: Microsoft.Office.Interop.PowerPoint.Presentation