次の方法で共有


FullSeriesCollection インターフェイス

定義

グラフの Series オブジェクトすべてを表します。

public interface class FullSeriesCollection : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C1732-0000-0000-C000-000000000046")]
public interface FullSeriesCollection : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C1732-0000-0000-C000-000000000046")>]
type FullSeriesCollection = interface
    interface IEnumerable
Public Interface FullSeriesCollection
Implements IEnumerable
属性
実装

プロパティ

_Default[Object]

既定の系列。

Application

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

Count

内のオブジェクトの数を表す Integer (C#では int) の値を FullSeriesCollection 返します (グラフに表示されるカテゴリの数を返します)。

Creator

指定されたオブジェクトを作成したアプリケーションを示す 32 ビットの整数を取得します。

Parent

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

メソッド

GetEnumerator()

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

Item(Object)

オブジェクトから 1 つのオブジェクトを FullSeriesCollection 返します。

適用対象