Hi Anand
I am surprised that "Defer Panel Update" is not speeding the process for you.
I also have to update large table cell color, and "Defer Panel Update" does make a difference. One think to note, if your table is in a Subpanel, it seem that "Defer Panel Update" does NOT work in subpanel (LV7.0, have not tested in LV7.1)
Another trick that I used (and it is not mentionend in the table help but in the multi column list box help) is that you can paint full rows (or cols) in one single shot (of course if you do not have rows/cols of the same color, it is not very usefull).
Here is a snapshot of the multi column list box help
Active Cell Property
Property of MulticolumnListbox.
"Sets the row and column of the cell(s) to which you want to apply
subsequent property changes. The following table lists example values for this property.
Row Column Result
�2 0 Selects all cells in the first column, including the column header.
�2 �2 Selects all rows and columns, including column headers.
�1 0 Selects the header of the first column.
�1 �2 Selects the headers of all columns.
0 �2 Selects all cells of the first row, including the row header.
0 �1 Selects the header of the first row."
Hope it help.
PJM