ConditionValue Members
Include Protected Members
Include Inherited Members
Represents how the shortest bar or longest bar is evaluated for a data bar conditional formatting rule.
The ConditionValue type exposes the following members.
Properties
Name | Description | |
---|---|---|
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 constant in the XlCreator enumeration that indicates the application in which this object was created. Read-only Integer. | |
Parent | Returns the parent object for the specified object. Read-only. | |
Type | Returns one of the constants of the XlConditionValueTypes enumeration, which specifies how the threshold values for a data bar, color scale, or icon set conditional format are determined. Read-only. | |
Value | Returns or sets the shortest bar or longest bar threshold value for a data bar conditional format. Read/write Object. |
Top
Methods
Name | Description | |
---|---|---|
Modify | Modifies how the longest bar or shortest bar is evaluated for a data bar conditional formatting rule. |
Top