IconSets 接口

定义

代表用于图标集条件格式规则的图标集的集合。

public interface class IconSets : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0002449C-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface IconSets : System.Collections.IEnumerable
Public Interface IconSets
Implements IEnumerable
属性
实现

注解

使用 对象的 属性分配 IconSet 为条件格式设置的 IconSetCondition 图标。 通过将枚举的常量 XlIconSet 之一作为 对象的 属性的索引 IconSets 传递,将此属性设置为内置图标集之 _Workbook 一。 有关详细信息,请参阅示例。

属性

_Default[Object]

仅供内部使用。

Application

在没有对象限定符的情况下使用时,此属性返回一个 _Application 表示 Microsoft Office Excel 应用程序的 对象。 如果与对象识别符一起使用,则此属性返回代表指定对象的创建者的 Application 对象。 此为只读属性。

Count

返回一个 Integer 值,该值指定工作簿中可用的图标集数。 此为只读属性。

Creator

返回一个 32 位整数,该整数指示在其中创建了此对象的应用程序。 只读 Integer

Item[Object]

IconSets集合中返回单个 IconSet 对象。 此为只读属性。

Parent

返回指定对象的父对象。 只读。

方法

GetEnumerator()

代表用于图标集条件格式规则的图标集的集合。

适用于