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.
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.
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?