Retrieves or sets a value that indicates the index of icon to display in the
cell..
Type | Description | |||
Item as Variant | A long expression that indicates the item's handle. | |||
ColIndex as Variant | A long expression that indicates the cell's handle or the column's index, a string expression that indicates the column's caption or the column's key. | |||
Long | A long value that indicates the index of the icon in Images collection. The Images collection is 1 based. The last 7 bits in the high significant byte of the long expression indicates the identifier of the skin being used to paint the object. Use the Add method to add new skins to the control. If you need to remove the skin appearance from a part of the control you need to reset the last 7 bits in the high significant byte of the color being applied to the part. |
The CellImage property assigns a single icon to a cell. Use the CellImage() = 0 to remove
the cell's icon, that was previous assigned using the CellImage
property . Use the CellImages
property to assign multiple icons to a single cell. The
icon's size is always 16 x 16. Use the CellPicture
property to load a a picture of different size. Use the Images
or ReplaceIcon method to load icons
to the control. Use the ItemFromPoint
property to retrieve the part of the control being clicked. Use
the CellHasCheckBox property
to add a check box to a cell. Use the CellHasRadioButton
property to assign a radio button to a cell. Use the FilterType
property on exImage to filter items by icons. Use the <img>
HTML tag to insert icons inside the cell's caption. Use the Def(
exCellDrawPartsOrder) property to specify the order of the drawing parts
inside the cell.