다음을 통해 공유


VScrollBar 클래스(2007 시스템)

업데이트: 2007년 11월

Microsoft Office Excel 워크시트에 추가할 수 있는 Windows Forms VScrollBar를 나타냅니다.

네임스페이스:  Microsoft.Office.Tools.Excel.Controls
어셈블리:  Microsoft.Office.Tools.Excel.v9.0(Microsoft.Office.Tools.Excel.v9.0.dll)

구문

<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class VScrollBar _
    Inherits VScrollBar _
    Implements ISupportInitializeExtendedControl

Dim instance As VScrollBar
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class VScrollBar : VScrollBar, ISupportInitializeExtendedControl

설명

Microsoft.Office.Tools.Excel.Controls.VScrollBar는 System.Windows.Forms.VScrollBar와 다릅니다. Microsoft.Office.Tools.Excel.Controls.VScrollBar는 추가 멤버를 통해 Excel 워크시트에 추가되어 메서드와 속성을 가질 수 있습니다.

New 생성자를 사용하여 새 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

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

참고 항목

참조

VScrollBar 멤버

Microsoft.Office.Tools.Excel.Controls 네임스페이스