Share via


CategoryCollection インターフェイス

定義

グラフに含まれる表示可能なグラフ分類のコレクションを表します。

public interface class CategoryCollection
[System.Runtime.InteropServices.Guid("000C1734-0000-0000-C000-000000000046")]
public interface CategoryCollection
[<System.Runtime.InteropServices.Guid("000C1734-0000-0000-C000-000000000046")>]
type CategoryCollection = interface
Public Interface CategoryCollection
属性

プロパティ

_Default[Object]

グラフに含まれる表示可能なグラフ分類のコレクションを表します。

Application

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

Count

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

Creator

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

Parent

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

メソッド

Item(Object)

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

適用対象