FormatCondition

FormatCondition

Overview

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

Represents format condition.

This class provides 55 methods for working with FormatCondition objects in C++ programs. Available methods include: GetAbove, GetBarColor, GetBarLength, GetColorScaleCount, GetDirection, GetDuplicate, GetFormula, GetFormula1, GetFormula2, GetIconSetType, GetMaxColor, GetMidColor, and 43 additional methods. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.

Methods

SignatureDescription
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.
GetFormula2()std::stringGets or sets the formula2.
SetFormula2(value: std::string)Sets the formula2 value.
GetFormula()std::stringGets or sets the formula.
SetFormula(value: std::string)Sets the formula value.
GetTimePeriod()std::stringGets or sets the time period.
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()ColorGets or sets the min color.
SetMinColor(value: Color)Sets the min color value.
GetMidColor()ColorGets or sets the mid color.
SetMidColor(value: Color)Sets the mid color value.
GetMaxColor()ColorGets or sets the max color.
SetMaxColor(value: Color)Sets the max color value.
GetBarColor()ColorGets or sets the bar color.
SetBarColor(value: Color)Sets the bar color value.
GetNegativeBarColor()ColorGets or sets the negative bar color.
SetNegativeBarColor(value: Color)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.
GetBarLength()std::stringGets or sets the bar length.
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.
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()StyleGets or sets the style.
SetStyle(value: Style)Sets the style value.
Remove()Removes the specified item.

See Also

 English