04-08-2010, 10:38 AM
Hi
To get the background color of a cell, use:
For color of font use:
To get the background color of a cell, use:
Code:
Object.currentStyle.backgroundcolor
For color of font use:
Code:
Object.currentStyle.color