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
Name | Type | Data Type | Description |
---|---|---|---|
Row | *Input | Integer | Cell Row identifies the row of the cell |
Column | *Input | Integer | Cell Column identifies the column of the cell |
The Cell property provides accessto a specific cell in the drop down list portion of the combo.
Setting the icon of a combo box cell in row 5, column 1.
#ComboBo.Cell(5 1).Icon <= #MyIcon
Febuary 18 V14SP2