![]() |
| サイトマップ | |
|
トップ | オブジェクト | プロパティ | メソッド | 定数 |
Application プロパティ |
オブジェクト:Application, Axis, DataTable, ExcelItem, FitItem, FitResults, Function, Graph, GraphItem, GraphObject, GraphObjects, Group, Line, MacroItem, NamedDataRange, NamedDataRanges, NativeWorksheetItem, Notebook, NotebookItem, NotebookItems, Notebooks, Page, Plot, ReportItem, Solid, Symbol, Text, TransformItem, Tuple
このプロパティをオブジェクトの修飾子なしで使用すると、SigmaPlot アプリケーションそのものをあらわす Application オブジェクトを返します。オブジェクトの修飾子を付けて使用すると、指定したオブジェクトのクリエイターとして Application オブジェクトを返します(オートメーションオブジェクトでこのプロパティを使用することで、指定したオブジェクトのアプリケーションを取得することができます)。
注記:オートメーションオブジェクトにアクセスできるようにするには、CreateObject および GetObject 関数を使います。
MsgBox ActiveDocument.Application.FullName
Set ActiveDocument.Application.DefaultPath = "c:\My Documents" MsgBox ActiveDocument.Application.DefaultPath