Workbook クラス (2007 System)

更新 : 2007 年 11 月

ブックを Microsoft Office Excel 用のドキュメント レベルの Visual Studio Tools for Office プロジェクトとして表します。

名前空間 :  Microsoft.Office.Tools.Excel
アセンブリ :  Microsoft.Office.Tools.Excel.v9.0 (Microsoft.Office.Tools.Excel.v9.0.dll 内)

構文

'宣言
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class Workbook _
    Inherits EntryPointBindableComponentBase _
    Implements IActivatable, IServiceProviderCallback, IOfficeHostItemEntryPoint, IEntryPoint,  _
    ISupportInitializeControl, ISupportInitialize
'使用
Dim instance As Workbook
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class Workbook : EntryPointBindableComponentBase, IActivatable, 
    IServiceProviderCallback, IOfficeHostItemEntryPoint, IEntryPoint, ISupportInitializeControl, ISupportInitialize

解説

Microsoft.Office.Tools.Excel.Workbook クラスは、Excel のドキュメント レベルのプロジェクトのためのホスト項目です。詳細については、「ホスト項目とホスト コントロールの概要」および「Workbook ホスト項目」を参照してください。

継承階層

System.Object
  Microsoft.VisualStudio.Tools.Office.RemoteComponent
    Microsoft.VisualStudio.Tools.Office.EntryPointComponentBase
      Microsoft.VisualStudio.Tools.Office.EntryPointBindableComponentBase
        Microsoft.Office.Tools.Excel.Workbook

スレッド セーフ

この型のすべてのパブリック static (Visual Basic では Shared) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

参照

参照

Workbook メンバ

Microsoft.Office.Tools.Excel 名前空間

その他の技術情報

ホスト項目とホスト コントロールの概要

Workbook ホスト項目