_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

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace