ChartSheet Classe (sistema de 2007)
A ChartSheet item de host é uma planilha do Excel que contém somente um gráfico e expõe eventos.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v9.0 (em Microsoft.Office.Tools.Excel.v9.0.dll)
Sintaxe
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class ChartSheet _
Inherits EntryPointBindableComponentBase _
Implements ISupportInitializeControl, ISupportInitialize
Dim instance As ChartSheet
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class ChartSheet : EntryPointBindableComponentBase, ISupportInitializeControl,
ISupportInitialize
Hierarquia de herança
System.Object
Microsoft.VisualStudio.Tools.Office.RemoteComponent
Microsoft.VisualStudio.Tools.Office.EntryPointComponentBase
Microsoft.VisualStudio.Tools.Office.EntryPointBindableComponentBase
Microsoft.Office.Tools.Excel.ChartSheet
Acesso thread-safe
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também
Referência
Namespace Microsoft.Office.Tools.Excel