FlexPivot for WinForms
ImageMap プロパティ (RowCol)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > RowCol クラス : ImageMap プロパティ
Gets or sets an System.Collections.IDictionary object used to translate data values into images for this row or column.
シンタックス
'宣言
 
Public Property ImageMap As System.Collections.IDictionary
public System.Collections.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.

参照

RowCol クラス
RowCol メンバ