Versions Compared

Key

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

...

The CellComboData allows you to get/set the combo drop down list contents without having to use the CellType property. This allows for a more dynamic approach to combo box usage without sacrificing performance. This also allows multiple cells with the same combo box to have different lists.

...

Code Block
 // Get the combo box data for the first cell 
Data = Get_Property(@Window:".OLE_EDITTABLE", "OLE.CellComboData[1; 1]") 

 // Set new combo box data for the entire first column 
Set_Property(@Window:".OLE_EDITTABLE", "OLE.CellComboData[1; All]", Data)

See Also

CellTypeCellComboSelPosCellComboRowData