Hi,
i try to get the Background ARGB Color of a cell via:
c.GetStyle().BackgroundColor.ToArgb
As you can see in the screenshots provided the ARGB value for C2 is 0,0,0,0 (= black) whereas the cell appears White in Excel as no Color is set.


From my Point of view 0,0,0,0 is incorrect, it should be ??,255,255,255 (don’t know the Alpha Channel).
The pattern is “None” so maybe this could be the clue that i am looking for?
Or am I thinking totally wrong?
Question is: Where do I find the ARGB ??,255,255,255 for my cell as it is White and not black…