FormatConditionType

FormatConditionType

Vue de l’ensemble

‘FormatConditionType’ est un enum dans Aspose.Cells pour NET.

Description

‘FormatConditionType’ est un type d’enumer dans la bibliothèque Aspose.Cells FOSS pour .NET. Il définit un ensemble de constants nommés qui contrôlent le comportement ou spécifient les options au sein de l’API. Les enumérations telles que ‘FormatConditionTyp` aident à garantir la sécurité du type en limitant les valeurs à un set prédéfini.

Les valeurs

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

Voir aussi

  • Aspose.Cells pour .NET — Enterprise API Reference
 Français