Parameters
- row
- Row index.
- colName
- Column name.
- newImage
- An System.Drawing.Image object containing an image to display in the cell.
In addition to the usual cell contents, you can display images in cells. There are two methods for showing images in cells:
1. You can use the C1FlexGridBase.SetCellImage and C1FlexGridBase.GetCellImage methods to assign images directly to the cells. In this case, the cell contents and the image are independent. To update the image, you need to call C1FlexGridBase.SetCellImage again.
2. You can use the ImageMap property to associate images with specific cell values. In this case, images are updated automatically whenever the cell contents change. The RowCol.ImageAndText property allows you to specify whether the control should display the images in addition to or instead of the cell text.