IDataBar
MinPoint Property
|
Returns a ConditionValue object which specifies how the shortest bar is evaluated
for a data bar conditional format.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IConditionValue MinPoint { get; }
ReadOnly Property MinPoint As IConditionValue
Get
property IConditionValue^ MinPoint {
IConditionValue^ get ();
}
abstract MinPoint : IConditionValue with get
Property Value
Type:
IConditionValue
See Also