Versions Compared

Key

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

...

Code Block
// Insert 1 blank column before the second one 
Index = Send_Message(Ctrl, "OLE.InsertColumns", 2, 1) 

// Append 3 blank columns to the end of the table 
Index = Send_Message(Ctrl, "OLE.InsertColumns", -1, 3)

See Also

InsertRecordsINSERT