Hi mengyi,
You can create a two dimentional array (string data type) with the data you want to insert into the multi-column list box. Wire this array to a property node of the list box (choose the property: ItemNames).
When you need to change certain cell values, update the value in the array and write that to the list box.
Hope this method helps you!