Version

FormatConditionType Enumeration

Constants which determine the criteria for a format condition.
Syntax
'Declaration
 
Public Enum FormatConditionType 
   Inherits System.Enum
public enum FormatConditionType : System.Enum 
Members
MemberDescription
AverageCells with values which are greater than or less than the average value for the associated region are formatted.
BlanksCells with no value are formatted. Note that foreground-related properties such as font colors are not applicable.
CellValueThe format is based on the cell's value, which is evaluated against one or more conditions to determine whether the value meets a particular criteria.
ColorScaleRepresents a conditional formatting rule which applies gradations to cell colors to indicate relative differences in the values of cells which belong to the associated range.
DataBarRepresents a conditional formatting rule which renders a color bar inside the cell to indicate relative differences in the values of cells which belong to the associated range.
DuplicateValuesCells with values which are duplicated (non-unique) across the associated range are formatted.
ErrorsThe format is applied to cells which contain an error.
ExpressionThe format is determined by evaluating a formula.
IconSetsRepresents a conditional formatting rule which displays an icon inside the cell which indicates the cell's value as relative to the highest and lowest value in the associated range.
NoBlanksCells with a non-empty value are formatted.
NoErrorsThe format is applied to cells which do not contain an error.
RankCells with the top/bottom n values are formatted, where n represents a numeric, percentage, or percentile ranking. For example, this type can be used to to enable a 'top ten' condition.
TextStringThe format is determined by whether the cell's value matches a literal string value.
TimePeriodThe format is determined by whether a cell's date value falls within a given period of time.
UniqueValuesCells with values which are unique across the associated range are formatted.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also