07-01-2010 08:24 AM
Can I set different colors for the 4 following items as attached.
- text color of column head
- background color of column head
- text color of content
- background color of content
Solved! Go to Solution.
07-01-2010 09:17 AM
Hello Alex,
Sure you can do, there are plenty of post about the Table controls, just look my attachment which will modify the color of the Column header.
AshwiN,
07-01-2010 10:00 AM
Thanks, if I want to set the color and the background of the table cell content beside the header at the same time, how should I set the value of the 'ActiveCell'.
07-01-2010 09:08 PM
First number is cluster is row.
Another is column.
Just set it to desired cell position.
07-01-2010 10:20 PM
Actually I need to set all the cell with same color and all the cell background with another color.
Also, I need to set all the column header with another color and all the column header background with another color.
07-01-2010 10:30 PM
Set the cluster to -2, -2 to set all cells,
Then go back and set the cluster to -1, -2 to set just the header row.
(If you also had a column of row headers, then -2, -1 would set them. Of course the top left corner that is the intersection of the column header and row header will be change with any of these.)