LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to merge table cells

Is there a way to merge two or more cells in a table? Also can the cell border's attributes be changed via program?

TIA,
-Quan
0 Kudos
Message 1 of 3
(6,405 Views)
You can do a merge in the sense of reading a cell value, appending it to the value in another cell, and then writing an empty string back to the original cell. You cannot change a cell's borders. You can change a cell's background or foreground color. If you're looking to duplicate the features of an Excel spreadsheet, you should transfer the table's data to Excel either by opening Excel or having an ActiveX container on the front panel with an Excel document in it.
Message 2 of 3
(6,405 Views)
Hi Dennis,
Thank you for the reply. It was not the answer I was hoping to receive but it definitely answered it well. I am not doing anything with Excel but that is a good tip for when I need it.

thanx again,
-Quan
0 Kudos
Message 3 of 3
(6,405 Views)