CategoryCollection 接口

定义

表示图表中可见图表类别的集合。

public interface class CategoryCollection
[System.Runtime.InteropServices.Guid("000244DE-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface CategoryCollection
Public Interface CategoryCollection
属性

属性

Application

返回表示 Application Excel 应用程序的 对象。 此为只读属性。

Count

以 C# 返回 整数 (int ) 值,该值代表 CategoryCollection 中的对象数, (返回图表) 中可见的类别数。 此为只读属性。

Creator

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。 C#) 中的只读 整数 (int

Parent

返回一个 Object 类型的值,该值代表指定 CategoryCollection 对象的父对象。 此为只读属性。

方法

_Default(Object)

表示图表中可见图表类别的集合。

Item(Object)

CategoryCollection 对象返回单个对象。

适用于