[]
Represents how the shortest bar or longest bar is evaluated for a data bar conditional formatting rule.
public interface IConditionValue
Returns one of the constants of the ConditionValueTypes enumeration, which specifies how the threshold values for a data bar, color scale, or icon set conditional format are determined.
ConditionValueTypes Type { get; set; }
Returns or sets the shortest bar or longest bar threshold value for a data bar conditional format (read or write object).
object Value { get; set; }