Icon 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 single icon in an icon set used in a conditional formatting rule.
public interface class Icon
[System.Runtime.InteropServices.Guid("0002449A-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface Icon
Public Interface Icon
- Attributes
Remarks
The Icon object is returned from the Item[Object] property of the IconSet object.
Properties
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. |
Creator |
Returns a 32-bit integer that indicates the application in which this object was created. Read-only Long. |
Index |
Gets a value specifying the index number of the Icon object within the IconSet object. |
Parent |
Returns the parent object for the specified object. Read-only. |