Databar.MaxPoint Property

Definition

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

public:
 property Microsoft::Office::Interop::Excel::ConditionValue ^ MaxPoint { Microsoft::Office::Interop::Excel::ConditionValue ^ get(); };
public Microsoft.Office.Interop.Excel.ConditionValue MaxPoint { get; }
Public ReadOnly Property MaxPoint As ConditionValue

Property Value

ConditionValue

Remarks

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

Applies to