Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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