Back to Devexpress

ConditionalFormattingValue.ValueType Property

officefileapi-devexpress-dot-spreadsheet-dot-conditionalformattingvalue.md

latest3.1 KB
Original Source

ConditionalFormattingValue.ValueType Property

Returns the type of the threshold value specified in the conditional formatting rule.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
ConditionalFormattingValueType ValueType { get; }
vb
ReadOnly Property ValueType As ConditionalFormattingValueType

Property Value

TypeDescription
ConditionalFormattingValueType

One of the ConditionalFormattingValueType enumeration values.

|

Available values:

NameDescription
Unknown

This value supports the internal infrastructure, and is not intended to be used directly from your code.

| | Formula |

Indicates that a formula is used to specify the threshold value for the conditional formatting rule.

| | Number |

Indicates that a number value is used to specify the threshold value for the conditional formatting rule.

| | Percent |

Indicates that a percent value is used to specify the threshold value for the conditional formatting rule.

| | Percentile |

Indicates that a percentile value is used to specify the threshold value for the conditional formatting rule.

| | MinMax |

Indicates that the lowest (highest) value in the range is used to specify the minimum (maximum) threshold value for the conditional formatting rule.

| | Auto |

For the data bar conditional formatting rule only. Indicates that the minimum (maximum) threshold value is automatically set to zero or the minimum (maximum) value in the range of cells, which ever is smaller (larger).

|

See Also

ConditionalFormattingValue Interface

ConditionalFormattingValue Members

DevExpress.Spreadsheet Namespace