I can retrieve an image from an image cell with the following
myImage = radGrid.Rows(r).Cells(c).CellElement.Image |
Unfortunately this produces an error when attempting to retrieve an image from a cell that isn't currently visible on screen.
How do you retrieve an image from a cell that isn't visible?
I can retrieve the cell.value from a cell that isn't visible, but have trouble converting cell.value to an image.
Thank you for your help.