Databar.MinPoint Property

Definition

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

public:
 property Microsoft::Office::Interop::Excel::ConditionValue ^ MinPoint { Microsoft::Office::Interop::Excel::ConditionValue ^ get(); };
public Microsoft.Office.Interop.Excel.ConditionValue MinPoint { get; }
Public ReadOnly Property MinPoint 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