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