PropertyGrid Classe (sistema de 2007)
Representa um Windows Forms PropertyGrid que podem ser adicionados a uma planilha do Microsoft Office Excel.
Namespace: Microsoft.Office.Tools.Excel.Controls
Assembly: Microsoft.Office.Tools.Excel.v9.0 (em Microsoft.Office.Tools.Excel.v9.0.dll)
Sintaxe
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class PropertyGrid _
Inherits PropertyGrid _
Implements ISupportInitializeExtendedControl
Dim instance As PropertyGrid
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class PropertyGrid : PropertyGrid,
ISupportInitializeExtendedControl
Comentários
The Microsoft.Office.Tools.Excel.Controls.PropertyGrid é diferente de um System.Windows.Forms.PropertyGrid. The Microsoft.Office.Tools.Excel.Controls.PropertyGrid tem membros adicionais que habilitá-lo para ser adicionado a uma planilha do Excel e que fornecem métodos e propriedades adicionais a seguir.
Não use o New construtor para criar um novo PropertyGrid. Use o AddPropertyGrid método Para adicionar um novo PropertyGrid para uma planilha.
Hierarquia de herança
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.PropertyGrid
Microsoft.Office.Tools.Excel.Controls.PropertyGrid
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.