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."

Example

Code Block
 // Get the full row's data from the first cell's combo box selection 
RowData = Get_Property(@Window:".OLE_EDITTABLE", "OLE.CellComboRowData[1; 1]")

...