FormatCondition

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

NameTypeAccessDescription
TypeFormatConditionTypeRead/WriteGets or sets the type.
OperatorOperatorTypeRead/WriteGets or sets the operator.
Formula1stringRead/WriteGets or sets the formula1.
Formula2stringRead/WriteGets or sets the formula2.
FormulastringRead/WriteGets or sets the formula.
TimePeriodstringRead/WriteGets or sets the time period.
DuplicateboolRead/WriteGets or sets the duplicate.
TopboolRead/WriteGets or sets the top.
PercentboolRead/WriteGets or sets the percent.
RankintRead/WriteGets or sets the rank.
AboveboolRead/WriteGets or sets the above.
StandardDeviationintRead/WriteGets or sets the standard deviation.
ColorScaleCountintRead/WriteGets or sets the color scale count.
MinColorColorRead/WriteGets or sets the min color.
MidColorColorRead/WriteGets or sets the mid color.
MaxColorColorRead/WriteGets or sets the max color.
BarColorColorRead/WriteGets or sets the bar color.
NegativeBarColorColorRead/WriteGets or sets the negative bar color.
ShowBorderboolRead/WriteGets or sets the show border.
DirectionstringRead/WriteGets or sets the direction.
BarLengthstringRead/WriteGets or sets the bar length.
IconSetTypestringRead/WriteGets or sets the icon set type.
ReverseIconsboolRead/WriteGets or sets the reverse icons.
ShowIconOnlyboolRead/WriteGets or sets the show icon only.
PriorityintRead/WriteGets or sets the priority.
StopIfTrueboolRead/WriteGets or sets the stop if true.
StyleStyleRead/WriteGets or sets the style.

Methods

SignatureDescription
Remove()Removes the specified item.

See Also