Versions Compared

Key

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

...

Any value less than zero is ignored when setting this property.

Example

Code Block
 // Turn off rows-to-records and set 2 header rows 
Set_Property(@Window:".OLE_EDITTABLE", "OLE.RowsToRecords", 0) 
Set_Property(@Window:".OLE_EDITTABLE", "OLE.HeaderRowCount", 2)

...