FormatConditionType

FormatConditionType

Overview

FormatConditionType is a enum in Aspose.Cells for NET.

Description

FormatConditionType is an enumeration type in the Aspose.Cells FOSS library for .NET. It defines a set of named constants that control behavior or specify options within the API. Enumerations like FormatConditionType help ensure type safety by restricting values to a predefined set.

Values

ValueDescription
CellValueCondition based on the cell value relative to a threshold
ExpressionCondition based on a custom formula expression
ContainsTextCondition triggered when cell text contains a specified substring
NotContainsTextCondition triggered when cell text does not contain a specified substring
BeginsWithCondition triggered when cell text starts with a specified string
EndsWithCondition triggered when cell text ends with a specified string
TimePeriodCondition based on a relative time period such as last week or this month
DuplicateValuesHighlights cells whose values appear more than once in the range
UniqueValuesHighlights cells whose values appear exactly once in the range
Top10Highlights the top N values or top N percent of values in the range
Bottom10Highlights the bottom N values or bottom N percent of values in the range
AboveAverageHighlights cells whose values exceed the range average
BelowAverageHighlights cells whose values fall below the range average
ColorScaleApplies a graduated color scale across the value range
DataBarDisplays a proportional data bar inside each cell
IconSetAssigns icon indicators based on value thresholds within the range

See Also