IconSets Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of icon sets used in an icon set conditional formatting rule.
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
- Attributes
- Implements
Remarks
The icon set for the conditional format is assigned using the IconSet property of the IconSetCondition object. You set this property to one of the built-in icon sets by passing one of the constants of the XlIconSet enumeration as an index of the IconSets property of the _Workbook object. See the example for details.
Properties
_Default[Object] |
Reserved for internal use. |
Application |
When used without an object qualifier, this property returns an _Application object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only. |
Count |
Returns an Integer value that specifies the number of icon sets available in the workbook. Read-only. |
Creator |
Returns a 32-bit integer that indicates the application in which this object was created. Read-only Integer. |
Item[Object] |
Returns a single IconSet object from the IconSetscollection. Read-only. |
Parent |
Returns the parent object for the specified object. Read-only. |
Methods
GetEnumerator() |