FormatCondition
Overview
FormatCondition is a class in Aspose.Cells FOSS for C++.
Represents format condition.
Methods
| Signature | Description |
|---|---|
GetType() → FormatConditionType | Gets or sets the type. |
SetType(value: FormatConditionType) | |
GetOperator() → OperatorType | Gets or sets the operator. |
SetOperator(value: OperatorType) | |
GetFormula1() → std::string | Gets or sets the formula1. |
SetFormula1(value: std::string) | |
GetFormula2() → std::string | Gets or sets the formula2. |
SetFormula2(value: std::string) | |
GetFormula() → std::string | Gets or sets the formula. |
SetFormula(value: std::string) | |
GetTimePeriod() → std::string | Gets or sets the time period. |
SetTimePeriod(value: std::string) | |
GetDuplicate() → bool | Gets or sets a value indicating whether duplicate. |
SetDuplicate(value: bool) | |
GetTop() → bool | Gets or sets a value indicating whether top. |
SetTop(value: bool) | |
GetPercent() → bool | Gets or sets a value indicating whether percent. |
SetPercent(value: bool) | |
GetRank() → int | Gets or sets the rank. |
SetRank(value: int) | |
GetAbove() → bool | Gets or sets a value indicating whether above. |
SetAbove(value: bool) | |
GetStandardDeviation() → int | Gets or sets the standard deviation. |
SetStandardDeviation(value: int) | |
GetColorScaleCount() → int | Gets or sets the color scale count. |
SetColorScaleCount(value: int) | |
GetMinColor() → Color | Gets or sets the min color. |
SetMinColor(value: Color) | |
GetMidColor() → Color | Gets or sets the mid color. |
SetMidColor(value: Color) | |
GetMaxColor() → Color | Gets or sets the max color. |
SetMaxColor(value: Color) | |
GetBarColor() → Color | Gets or sets the bar color. |
SetBarColor(value: Color) | |
GetNegativeBarColor() → Color | Gets or sets the negative bar color. |
SetNegativeBarColor(value: Color) | |
GetShowBorder() → bool | Gets or sets a value indicating whether show border. |
SetShowBorder(value: bool) | |
GetDirection() → std::string | Gets or sets the direction. |
SetDirection(value: std::string) | |
GetBarLength() → std::string | Gets or sets the bar length. |
SetBarLength(value: std::string) | |
GetIconSetType() → std::string | Gets or sets the icon set type. |
SetIconSetType(value: std::string) | |
GetReverseIcons() → bool | Gets or sets a value indicating whether reverse icons. |
SetReverseIcons(value: bool) | |
GetShowIconOnly() → bool | Gets or sets a value indicating whether show icon only. |
SetShowIconOnly(value: bool) | |
GetPriority() → int | Gets or sets the priority. |
SetPriority(value: int) | |
GetStopIfTrue() → bool | Gets or sets a value indicating whether stop if true. |
SetStopIfTrue(value: bool) | |
GetStyle() → Style | Gets or sets the style. |
SetStyle(value: Style) | |
Remove() | Removes the specified item. |