Hello!

If you want to add a drop down symbol to a cell will PaintCell be the suitable method to put code in to handle that.

If you instead of using PaintCell use method PaintCellValue for handle code for drawing the dropdown symbol. What effect will that cause ?

If you want to change customBackColor for a cell to some Color what method of PaintCell,PaintCellValue or PaintTextInCell will be most appropriate.

If you want to change color on text what method will then be most suitable?

So as a summary is it possible that both PaintCell and PaintCellValue will be good enought. For example what I mentioned before to hande drawing of a dropdown symbol. Or is always only one of these three Paint method
that is most suitable.

//Tony