This example demonstrates how to create and use a custom function operator in Conditional Formatting.
With custom functions, you can format rows according to custom rules.
For this, we implement the ICustomFunctionOperator interface with a custom function. Then, we register this function operator in the CriteriaOperator's RegisterCustomFunction method.
With custom functions, you can format rows according to custom rules.
For this, we implement the ICustomFunctionOperator interface with a custom function. Then, we register this function operator in the CriteriaOperator's RegisterCustomFunction method.