مشاركة عبر


VScrollBar الفئة

يمثل Windows Forms VScrollBarالتي يمكن إضافتها إلى ورقة عمل 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 VScrollBar _
    Inherits VScrollBar
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class VScrollBar : VScrollBar

ملاحظات

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

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

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

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        System.Windows.Forms.ScrollBar
          System.Windows.Forms.VScrollBar
            Microsoft.Office.Tools.Excel.Controls.VScrollBar

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

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

راجع أيضًَا

المرجع

VScrollBar الأعضاء

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