ヒューリンクステクニカルサポート
更新日: 16/01/29
トップ オブジェクト プロパティ メソッド 定数

NotebookItem オブジェクト

Notebook マネージャーにある特定の Notebook アイテムをあらわします。Notebook アイテムの名称を変更するにはこのオブジェクトを使用します。Notebook アイテムを指定する場合は、常に NotebookItems(0) を指定します。

詳しくは、NotebookItems コレクション、SectionItem オブジェクト, GraphItem オブジェクト、NativeWorksheetItem オブジェクト、ExcelItem オブジェクト、ReportItem オブジェクト、FitItem オブジェクト、MacroItem オブジェクト、TransformItem オブジェクトをご覧ください。

NotebookItems コレクション

  • NotebookItem オブジェクト

プロパティ:Application , Author ,Comments ,Expanded , Height , IsCurrentBrowserEntry , IsCurrentItem , IsOpen , ItemType , Keywords , Left , Name , Parent , Saved , Subject , Top , Visible , Width
メソッド:Clear, Close, Copy, Cut, Export, Open, Paste, Print, PrintOut, Redo, Save, SelectAll, Undo

 

NotebookItem オブジェクトを使用する

NotebookItem オブジェクトには、ノートブックアイテムの標準的なプロパティとメソッドの多くが用意されています。NotebookItem オブジェクトを作成する場合は、NotebookItems コレクションの Add メソッドを使います。NotebookItem オブジェクトには、ItemType プロパティが用意されており、NotebookItems.Add メソッドで指定する値は 7 になります。

 

Example