Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This property is only valid for cell's whose CellType property has been set to "Combo."

...

Code Block
 // Get the first cell's combo box sel pos 
ComboSelPos = Get_Property(@Window:".OLE_EDITTABLE", "OLE.CellComboSelPos[1; 1]") 

 // Change the first cell's combo box sel pos programmtically to 2 
Set_Property(@Window:".OLE_EDITTABLE", "OLE.CellComboSelPos[1; 1]", 2)

See Also

CellTypeCellComboRowDataCellComboData