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