Type: Integer
Availability: Read or write at run time only (for a cell with
The comboIndex property of the JadeTableCell class contains the index of a combo box in a cell of a
This property applies only to a cell that has the
For a description of this property, see the Table class
The code fragment in the following example shows the use of the comboIndex property.
table1.accessCell(2, 3).comboIndex := listBox.listIndex;