I wish to format an entire row based on the value of one cell in the row. Alternately I wish to format cell X based on the value of cell Y. Are either of these possible?
I figured out how to use a FormulaCondition to make the formatting of cell X depend on a value in cell Y.
Where can I find documentation about the Formula syntax?
I have a similar need to format Cell X based on the value of Cell Y.
You state that you figured out how to use the FormulaCondition to achieve this. Can you share the code on how you accomplished this?
It would be greatly appreciated.
Thank you
Hi David,
Here is a help topic that shows you how you can programmatically create a Formula Condition and assign it to a specific column. Your formula syntax would then reference [CellY] .