FormatCondition

FormatCondition

Overview

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

Represents format condition.

Methods

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

See Also