ConditionalFormattingCollection.CreateIconSetValue(ConditionalFormattingValueType, String, ConditionalFormattingValueOperator) Method
Specifies the threshold value for the icon set conditional formatting rule.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
ConditionalFormattingIconSetValue CreateIconSetValue(
ConditionalFormattingValueType valueType,
string value,
ConditionalFormattingValueOperator comparisonOperator
)
#Parameters
Name | Type | Description |
---|---|---|
value |
Conditional |
One of the Conditional |
value | String | A string that is the threshold value. |
comparison |
Conditional |
One of the Conditional |
#Returns
Type | Description |
---|---|
Conditional |
A Conditional |
#Remarks
If you use a formula to determine the threshold value (the valueType is set to ConditionalFormattingValueType.Formula), start it with an equals sign (=). The formula can include built-in spreadsheet functions. Note that use of relative references is not allowed.
#Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the CreateIconSetValue(ConditionalFormattingValueType, String, ConditionalFormattingValueOperator) method.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.