LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to table double line

In the example, Building tables.vi, the first row and the first column has a double line.
How do I do that on the front panel?
creating the double-line.
0 Kudos
Message 1 of 3
(2,719 Views)
Right click on the table and select Visible Items>Row Headers and Visible Items>Column Headers. the data in Row and column headers are not part of the 2D string array that is a table but are available from the properties RowHdrs[] and ColHdrs[] as the example shows.
Message 2 of 3
(2,719 Views)
Ok, that is very good. I really appreciate your answer
Is there a folder/location somewhere give us some guides about table?
Or can you give more tips/guides.
I saw some tables really fancy. ex: 3-D cells, colors..., but I have no clue how to do?
0 Kudos
Message 3 of 3
(2,719 Views)