IconSets.Item[Object] 属性

定义

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

public:
 property System::Object ^ Item[System::Object ^] { System::Object ^ get(System::Object ^ Index); };
public object Item[object Index] { get; }
Public ReadOnly Property Item(Index As Object) As Object

参数

Index
Object

对象的索引号 IconSet

属性值

IconSet

注解

参数的值 Index 不能大于可用的图标集数。 若要查找工作簿可用的图标集数,请使用 IconSets 属性。

适用于