LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to change colors of table col and row header?

Could I change table header colors when run vi ? Is such a thing possible?
 
ex: Header words color from black changed to green in column 2 of table.
Message 1 of 5
(3,670 Views)

Set the ActiveCell to -1,2 and the CellFGColor to green.

-2 will select the entire column and if you wire -2 into both cells, it will select the entire table.


___________________
Try to take over the world!
0 Kudos
Message 2 of 5
(3,666 Views)
Sorry my English is pool...
But I mean is "How to change header words color" not changed cell words color.
Thanks you help!
0 Kudos
Message 3 of 5
(3,663 Views)


cloud a écrit:
...But I mean is "How to change header words color" not changed cell words color.


tst gave you the answer ! A header cell is just a cell with a -1 value as index...
Chilly Charly    (aka CC)
0 Kudos
Message 4 of 5
(3,657 Views)

Oh! yeah!Smiley Very Happy

Thanks your help again!

 

0 Kudos
Message 5 of 5
(3,655 Views)