FormatConditionModel

FormatConditionModel

Overview

FormatConditionModel is a class in Aspose.Cells FOSS for C++.

Represents format condition model.

This class provides 67 methods for working with FormatConditionModel objects in C++ programs. Available methods include: ColorValue, FormatConditionType, GetAbove, GetBarColor, GetBarLength, GetColorScaleCount, GetDirection, GetDuplicate, GetFormula1, GetFormula2, GetIconSetType, GetMaxColor, and 44 additional methods. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package. Accessor methods: ColorValue, FormatConditionType, OperatorType, StyleValue.

Accessor Methods

NameTypeAccessDescription
FormatConditionTypeFormatConditionTypeReadGets the format condition type.
OperatorTypeOperatorTypeReadGets the operator type.
ColorValueColorValueReadGets the color value.
StyleValueStyleValueReadGets the style value.

Methods

SignatureDescription
FormatConditionType()FormatConditionTypeGets or sets the type.
OperatorType()OperatorTypeGets or sets the operator.
ColorValue()ColorValueGets or sets the min color.
ColorValue()ColorValueGets or sets the mid color.
ColorValue()ColorValueGets or sets the max color.
ColorValue()ColorValueGets or sets the bar color.
ColorValue()ColorValueGets or sets the negative bar color.
StyleValue()StyleValuePerforms style value.default.clone.
GetType()FormatConditionTypeGets or sets the type.
SetType(value: FormatConditionType)Sets the type value.
GetOperator()OperatorTypeGets or sets the operator.
SetOperator(value: OperatorType)Sets the operator value.
GetFormula1()std::stringGets or sets the formula1.
SetFormula1(value: std::string)Sets the formula1 value.
SetFormula1(value: std::string)Sets the formula1 value.
GetFormula2()std::stringGets or sets the formula2.
SetFormula2(value: std::string)Sets the formula2 value.
SetFormula2(value: std::string)Sets the formula2 value.
GetTimePeriod()std::stringGets or sets the time period.
SetTimePeriod(value: std::string)Sets the time period value.
SetTimePeriod(value: std::string)Sets the time period value.
GetDuplicate()boolGets or sets a value indicating whether duplicate.
SetDuplicate(value: bool)Sets the duplicate value.
GetTop()boolGets or sets a value indicating whether top.
SetTop(value: bool)Sets the top value.
GetPercent()boolGets or sets a value indicating whether percent.
SetPercent(value: bool)Sets the percent value.
GetRank()intGets or sets the rank.
SetRank(value: int)Sets the rank value.
GetAbove()boolGets or sets a value indicating whether above.
SetAbove(value: bool)Sets the above value.
GetStandardDeviation()intGets or sets the standard deviation.
SetStandardDeviation(value: int)Sets the standard deviation value.
GetColorScaleCount()intGets or sets the color scale count.
SetColorScaleCount(value: int)Sets the color scale count value.
GetMinColor()ColorValueGets or sets the min color.
SetMinColor(value: ColorValue)Sets the min color value.
GetMidColor()ColorValueGets or sets the mid color.
SetMidColor(value: ColorValue)Sets the mid color value.
GetMaxColor()ColorValueGets or sets the max color.
SetMaxColor(value: ColorValue)Sets the max color value.
GetBarColor()ColorValueGets or sets the bar color.
SetBarColor(value: ColorValue)Sets the bar color value.
GetNegativeBarColor()ColorValueGets or sets the negative bar color.
SetNegativeBarColor(value: ColorValue)Sets the negative bar color value.
GetShowBorder()boolGets or sets a value indicating whether show border.
SetShowBorder(value: bool)Sets the show border value.
GetDirection()std::stringGets or sets the direction.
SetDirection(value: std::string)Sets the direction value.
SetDirection(value: std::string)Sets the direction value.
GetBarLength()std::stringGets or sets the bar length.
SetBarLength(value: std::string)Sets the bar length value.
SetBarLength(value: std::string)Sets the bar length value.
GetIconSetType()std::stringGets or sets the icon set type.
SetIconSetType(value: std::string)Sets the icon set type value.
SetIconSetType(value: std::string)Sets the icon set type value.
GetReverseIcons()boolGets or sets a value indicating whether reverse icons.
SetReverseIcons(value: bool)Sets the reverse icons value.
GetShowIconOnly()boolGets or sets a value indicating whether show icon only.
SetShowIconOnly(value: bool)Sets the show icon only value.
GetPriority()intGets or sets the priority.
SetPriority(value: int)Sets the priority value.
GetStopIfTrue()boolGets or sets a value indicating whether stop if true.
SetStopIfTrue(value: bool)Sets the stop if true value.
GetStyle()StyleValuePerforms style value.default.clone.
SetStyle(value: StyleValue)Sets the style value.
SetStyle(value: StyleValue)Sets the style value.

See Also

 English