comboIndex

Type: Integer

Availability: Read or write at run time only (for a cell with inputType set to 3 only)

The comboIndex property of the JadeTableCell class contains the index of a combo box in a cell of a Table cell referenced by this object.

This property applies only to a cell that has the inputType property of the Table class set to InputType_ComboBox (3).

For a description of this property, see the Table class comboIndex property.

The code fragment in the following example shows the use of the comboIndex property.

table1.accessCell(2, 3).comboIndex := listBox.listIndex;