Page History
...
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) |
...