FullSeriesCollection インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
グラフの 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 返します。 |