Package com.grapecity.documents.excel
Interface IConditionValue
public interface IConditionValue
Represents how the shortest bar or longest bar is evaluated for a data bar conditional formatting rule.
-
Method Summary
Modifier and TypeMethodDescriptiongetType()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.getValue()Returns the shortest bar or longest bar threshold value for a data bar conditional format.voidsetType(ConditionValueTypes value) Sets 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.voidSets the shortest bar or longest bar threshold value for a data bar conditional format.
-
Method Details
-
getType
ConditionValueTypes getType()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. -
setType
Sets 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. -
getValue
Object getValue()Returns the shortest bar or longest bar threshold value for a data bar conditional format. -
setValue
Sets the shortest bar or longest bar threshold value for a data bar conditional format.
-