Hi!!
How can I add another conditional format?
Something like this code:
ws.RangeUsed().AddConditionalFormat().WhenBetween(2, 3).Fill.SetBackgroundColor(XLColor.Red);
ws.RangeUsed().AddConditionalFormat().WhenEquals(1).Fill.SetBackgroundColor(XLColor.Green);
I need to add multiple conditional formats...thanks for your advance!!
↧