Versions Compared

Key

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

...

Code Block
// Set the data 
Data = "" 
Data<1> = "Col1":@VM:"Col2":@VM:"Col3" 
Data<2> = "Col1":@VM:"Col2":@VM:"Col3" 

// Insert the data rows before the third rows 
Index = Send_Message(Ctrl, "OLE.Insert", 3, Data) 

// Insert new data rows at the end of the table 
Index = Send_Message(Ctrl, "OLE.Insert", -1, Data)

See Also

List