Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 44 Next »

Description

If the comparison is between a cell value and two values, this is the minimum value; otherwise this is is the formula to be evaluated for the condition.

C#
vb.net

Remarks

If the value of Condition.ComparisonType is a comparison between a cell value and a single value (e.g., Condition.Comparison.CellValueEqualTo), Formula1 sets or returns a formula whose result will be compared with each cell value in the set of conditionally formatted cells.

If Condition.ComparisonType is a comparison between a cell value and two values (e.g., Condition.Comparison.CellValueBetween), Formula1 sets or returns a formula whose result will be the minimum comparison value.

If the value of Condition.ComparisonType is Condition.Comparison.FormulaEvaluation, Formula1 sets or returns a formula that evaluates to true or false.

Examples

C#
vb.net
  • No labels