ConditionValue Interface
Represents how the shortest bar or longest bar is evaluated for a data bar conditional formatting rule.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
<GuidAttribute("00024492-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface ConditionValue
'Usage
Dim instance As ConditionValue
[GuidAttribute("00024492-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface ConditionValue
Remarks
The ConditionValue object is returned using either the MaxPoint or MinPoint property of the Databar object.
You can change the type of evaluation from the default setting (lowest value for the shortest bar and highest value for the longest bar) by using the Modify(XlConditionValueTypes, Object) method.