ChartColorFormat Members
Include Protected Members
Include Inherited Members
Represents the color of a one-color object or the foreground or background color of an object with a gradient or patterned fill.
The ChartColorFormat type exposes the following members.
Properties
Name | Description | |
---|---|---|
_Default | Reserved for internal use. | |
Application | When used without an object qualifier, this property returns an _Application object that represents the Microsoft Word application. When used with an object qualifier, this property returns an _Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only. | |
Parent | Returns the parent for the specified object. Read-only. | |
RGB | Returns an Integer that represents the red-green-blue value of the specified color. | |
SchemeColor | Returns or sets the index of a color in the current color scheme. | |
Type | Returns an Integer value that that represents the color format type. |
Top