ModelMeasureNames インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Excel データ モデル内の ModelMeasureName メジャーの名前を表すオブジェクトのコレクション。
public interface class ModelMeasureNames : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000244EA-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface ModelMeasureNames : System.Collections.IEnumerable
Public Interface ModelMeasureNames
Implements IEnumerable
- 属性
- 実装
プロパティ
_Default[Object] |
Excel データ モデル内の ModelMeasureName メジャーの名前を表すオブジェクトのコレクション。 |
Application |
Excel アプリケーションを Application 表す オブジェクトを返します。 読み取り専用です。 |
Count |
コレクション内のオブジェクトのModelMeasureName数を表す Integer (C#では int) の値をModelMeasureNames返します。 読み取り専用です。 |
Creator |
指定されたオブジェクトを作成したアプリケーションを示す 32 ビットの整数を取得します。 読み取り専用 整数 (C#では int )。 |
Parent |
指定した Research オブジェクトの親オブジェクトを表すオブジェクト型 (ModelMeasureNames) の値を取得します。 読み取り専用です。 |
メソッド
GetEnumerator() |
Excel データ モデル内の ModelMeasureName メジャーの名前を表すオブジェクトのコレクション。 |
Item(Object) |
ModelMeasureNames コレクションから 1 つのオブジェクトを返します。 |