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

Implements

_Document.Unprotect(Object%)

See Also

Reference

DocumentClass Class

DocumentClass Members

Microsoft.Office.Interop.Word Namespace