次の方法で共有


FullSeriesCollection インターフェイス

定義

、フィルターし、フィルターなしの両方のすべてのグラフ系列のすべてのコレクションを表します。

public interface class FullSeriesCollection : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("4DACC469-630B-457E-9C8F-08158D57FC7C")]
public interface FullSeriesCollection : System.Collections.IEnumerable
type FullSeriesCollection = interface
    interface IEnumerable
Public Interface FullSeriesCollection
Implements IEnumerable
属性
実装

プロパティ

Application

Application Word アプリケーションを表す オブジェクトを返します。

Count

コレクション内の完全な系列の数を表す Integer (C#では int ) を返します。 読み取り専用です。

Creator

指定されたオブジェクトを作成したアプリケーションを示す 32 ビットの整数を取得します。 読み取り専用 整数 (C#では int )。

Item[Object]

コレクションから個々の完全な系列項目を返します。

Parent

指定した FullSeriesCollection オブジェクトの親オブジェクトを表す オブジェクト を返します。

メソッド

_Default(Object)

内部使用のため予約済みです。

GetEnumerator()

、フィルターし、フィルターなしの両方のすべてのグラフ系列のすべてのコレクションを表します。

適用対象