_Workbook._Protect Method
Reserved for internal use.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub _Protect ( _
Password As Object, _
Structure As Object, _
Windows As Object _
)
'Usage
Dim instance As _Workbook
Dim Password As Object
Dim Structure As Object
Dim Windows As Object
instance._Protect(Password, Structure, _
Windows)
void _Protect(
Object Password,
Object Structure,
Object Windows
)
Parameters
- Password
Type: System.Object
- Structure
Type: System.Object
- Windows
Type: System.Object