مشاركة عبر


PropertyGrid الفئة

يمثل Windows Forms PropertyGridالتي يمكن إضافتها إلى ورقة عمل Excel Microsoft المكتب.

مساحة الاسم:  Microsoft.Office.Tools.Excel.Controls
التجميع:  Microsoft.Office.Tools.Excel.v4.0.Utilities (في Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)

بناء الجملة

'إقرار
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class PropertyGrid _
    Inherits PropertyGrid
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class PropertyGrid : PropertyGrid

ملاحظات

Microsoft.Office.Tools.Excel.Controls.PropertyGridهو يختلف System.Windows.Forms.PropertyGrid. Microsoft.Office.Tools.Excel.Controls.PropertyGridلدى الأعضاء إضافى التي تمكينها لإضافتها إلى ورقة عمل Excel والتي بإعطائه طرق إضافى و خصائص.

لا تستخدم Newconstrucإلىr إلى إنشاء جديد PropertyGrid. استخدام AddPropertyGrid()الأسلوب إلى إضافة جديد PropertyGridإلى ورقة.

التسلسل الهيكلي للإرث

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

أمان العملية الجزئية

يتم تأمين العملية الجزئية لأي عضو عمومي ثابت (مشترك في Visual Basic) من هذا النوع. لن يتم ضمان تأمين العملية الجزئية لأي عضو مثيل.

راجع أيضًَا

المرجع

PropertyGrid الأعضاء

Microsoft.Office.Tools.Excel.Controls مساحة الاسم