Combo Box - Cell Property

Reference to a specific cell in the list

Member of Combo Box (PRIM_CMBX)

Data Type - PRIM_CBCE - Represents the a cell within a combo box drop down

Parameters

NameTypeData TypeDescription
Row*InputIntegerCell Row identifies the row of the cell
Column*InputIntegerCell Column identifies the column of the cell

Details

The Cell property provides accessto a specific cell in the drop down list portion of the combo.

Example

Setting the icon of a combo box cell in row 5, column 1.
#ComboBo.Cell(5 1).Icon <= #MyIcon

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2