LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Underline a column in a table

Hi,

 

I am using a tabl eto display values which is read from the SQL server database. I want to change the color and underline the contents in column 1. Kindly let me know how I could do this programatiically.

 

Thanks!

 

Regards,

Chathuri

Message Edited by Chathuri on 05-05-2009 10:38 PM
0 Kudos
Message 1 of 2
(3,203 Views)
Attributes of existing cells can be changed individually via SetTableCellAttribute or in a block via SetTableCellRangeAttribute and choosing the appropriate attribute to set. Since you want to affect an entire column, you must use the second instruction and can use the macro VAL_TABLE_COLUMN_RANGE (column) to select the correct area.


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(3,195 Views)