'Declaration
Sub Protect( _ Optional ByVal password As System.String, _ Optional ByVal protectDrawingObjects As System.Boolean, _ Optional ByVal protectContents As System.Boolean, _ Optional ByVal userInterfaceOnly As System.Boolean _ )
'Usage
Dim instance As IChartSheet Dim password As System.String Dim protectDrawingObjects As System.Boolean Dim protectContents As System.Boolean Dim userInterfaceOnly As System.Boolean instance.Protect(password, protectDrawingObjects, protectContents, userInterfaceOnly)
void Protect( System.string password, System.bool protectDrawingObjects, System.bool protectContents, System.bool userInterfaceOnly )
Parameters
- password
- protectDrawingObjects
- protectContents
- userInterfaceOnly