Databar.MaxPoint Property

Returns a ConditionValue object that specifies how the longest bar is evaluated for a data bar conditional format.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property MaxPoint As ConditionValue
    Get
'Usage
Dim instance As Databar
Dim value As ConditionValue

value = instance.MaxPoint
ConditionValue MaxPoint { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.ConditionValue
ConditionValue

Remarks

You can specify the type and value of the evaluation by using the Type and Value properties.

See Also

Reference

Databar Interface

Databar Members

Microsoft.Office.Interop.Excel Namespace