'Declaration
Public Property ImageMap As IDictionary
public IDictionary ImageMap {get; set;}
'Declaration
Public Property ImageMap As IDictionary
public IDictionary ImageMap {get; set;}
Use this property to associate data values in this row or column with images. For example, if a column contains country names, you can use this property to display the corresponding flags.
Use the ImageAndText property to determine whether the image is displayed instead of or in addition to the cell text.