FormatCondition
Overview
FormatCondition is a class in Aspose.Cells FOSS for .NET.
Represents format condition.
This class provides 1 method for working with FormatCondition objects in Go programs.
Available methods include: Remove.
All exported members are accessible to any Go application after adding the package via go get github.com/aspose-pdf-foss/aspose-pdf-foss-for-go.
Properties: Above, BarColor, BarLength, ColorScaleCount, Direction, Duplicate, and 21 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Type | FormatConditionType | Read/Write | Gets or sets the type. |
Operator | OperatorType | Read/Write | Gets or sets the operator. |
Formula1 | string | Read/Write | Gets or sets the formula1. |
Formula2 | string | Read/Write | Gets or sets the formula2. |
Formula | string | Read/Write | Gets or sets the formula. |
TimePeriod | string | Read/Write | Gets or sets the time period. |
Duplicate | bool | Read/Write | Gets or sets the duplicate. |
Top | bool | Read/Write | Gets or sets the top. |
Percent | bool | Read/Write | Gets or sets the percent. |
Rank | int | Read/Write | Gets or sets the rank. |
Above | bool | Read/Write | Gets or sets the above. |
StandardDeviation | int | Read/Write | Gets or sets the standard deviation. |
ColorScaleCount | int | Read/Write | Gets or sets the color scale count. |
MinColor | Color | Read/Write | Gets or sets the min color. |
MidColor | Color | Read/Write | Gets or sets the mid color. |
MaxColor | Color | Read/Write | Gets or sets the max color. |
BarColor | Color | Read/Write | Gets or sets the bar color. |
NegativeBarColor | Color | Read/Write | Gets or sets the negative bar color. |
ShowBorder | bool | Read/Write | Gets or sets the show border. |
Direction | string | Read/Write | Gets or sets the direction. |
BarLength | string | Read/Write | Gets or sets the bar length. |
IconSetType | string | Read/Write | Gets or sets the icon set type. |
ReverseIcons | bool | Read/Write | Gets or sets the reverse icons. |
ShowIconOnly | bool | Read/Write | Gets or sets the show icon only. |
Priority | int | Read/Write | Gets or sets the priority. |
StopIfTrue | bool | Read/Write | Gets or sets the stop if true. |
Style | Style | Read/Write | Gets or sets the style. |
Methods
| Signature | Description |
|---|---|
Remove() | Removes the specified item. |