Hello
I would like to set a cell picture to the first column with the following conditions:
1) The picture is chosen according to the value of the third cell.2) It is left aligned within the cell.3) The cell's text has to be aligned to the right of the picture (no overlapping).
Thanks a lot
1) Use the InitializeRow event and examine the value of cell 3 and set the Appearance.Image property of cell 1.
2) Set the Appearance.ImageHAlign on the cell to left.
3) #2 should take care of this, but you could also set TextHAlign to right.
I have a similar requirement to have an image right beside a number in a cell, but my question is a bit more basic.
How do you get an image and text into a single cell?
Thanks,
Steve