Método ChartSheet._Protect
Essa API oferece suporte a infra-estrutura de Visual Studio e não se destina a ser usado diretamente em seu código.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel (em Microsoft.Office.Tools.Excel.dll)
Sintaxe
'Declaração
Sub _Protect ( _
Password As Object, _
DrawingObjects As Object, _
Contents As Object, _
Scenarios As Object, _
UserInterfaceOnly As Object _
)
void _Protect(
Object Password,
Object DrawingObjects,
Object Contents,
Object Scenarios,
Object UserInterfaceOnly
)
Parâmetros
- Password
Tipo: System.Object
- DrawingObjects
Tipo: System.Object
- Contents
Tipo: System.Object
- Scenarios
Tipo: System.Object
- UserInterfaceOnly
Tipo: System.Object
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.