Page 1 of 1

How retrieve the color of the cells

Posted: Tue Jun 25, 2019 2:21 pm
by mclot
Hi,
I'm trying to retrieve the color of the cells of an Excel file through the following properties "cell [Col, Row]. CellColorRGB" or "cell [Col, Row] .FillPatternForeColorRGB but the value I get is not the same as the cell color questioned.
Can you help me?

Thank you very much!
Luigi

Re: How retrieve the color of the cells

Posted: Thu Jun 27, 2019 9:35 am
by larsa
Hello

It's possible the colors are reverse. Please try: Color := RevRGB(Color);