Versions Compared

Key

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

...

For non-combo type cells, this property does nothing.

Example

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)

...