display image in listobject

Can anyone tell me if there is  a way to have an excel listobject column that displays an image 

Thanks,

pedromc

 



Answer this question

display image in listobject

  • gssi

    Hello Janet,

    Thank you for your reply. Coincidently I've already implemented the third option that you suggested using the Actions Pane to display the image of the currently selected row and it works fine.

    Best Regards,

    Pedro Costa


  • zoxter

    You cannot display an image in an Excel cell. I can think of a few different designs that might work, but it will depend on your application as to which would be the best.

    1. You can place a set of PictureBox controls next to the ListObject and display the images there.

    2. You could place the PictureBox control over the cell in the ListObject and databind it to the same row of data as the rest of the ListObject row.

    3. You can have one PictureBox control that displays an image from the currently selected row. This control could be on the worksheet or in the task pane.

    Janet Robinson
    Program Manager
    VSTO team



  • display image in listobject