12-09-2012 11:08 AM
While one may access LaBVIEW table row and column headers via property nodes, it isn't obvious how to access the upper left hand cell—the one cell the that is to the left of the typical column headers and also above the row headers. Any ideas? Or is it only accessible by manualling editing the cell?
Solved! Go to Solution.
12-09-2012 12:28 PM - edited 12-09-2012 12:30 PM
That "cell" is not accessible, even if you try manually. You could place an otherwise transparent indicator over it. Or you could place the table caption in that location, then write it programmatically.
12-09-2012 12:39 PM - edited 12-09-2012 12:43 PM
12-09-2012 07:57 PM
Much appreciated!