Set/Read ComboList items in AdvStringGrid

Hi,

 
I have a TAdvStringGrid which has DefaultEditor = edComboList.
 
Currently I do Cells[1][1] = "Table 2"; to set the text in the StringGrid
 
In C++
1. How do you program an individual cells combobox itemindex? (ie I want Cell[1][1] to itemindex 2)
 
2. How do you read an individual cells itemindex?
 
Thanks

If you use the latest version of the grid, you can use get/set this with the property:


  advstringgrid->ComboIndex[Col][Row]: integer: