DocumentClass.Unprotect Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Sub Unprotect ( _
ByRef Password As Object _
)
'Usage
Dim instance As DocumentClass
Dim Password As Object
instance.Unprotect(Password)
public virtual void Unprotect(
ref Object Password
)
Parameters
- Password
Type: System.Object%