PHDuy / excellibrary

Automatically exported from code.google.com/p/excellibrary
0 stars 0 forks source link

Cell background color is read-only #40

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a new cell or access a cell that already exists
2. Try to set the background color of the "Cell" object

What is the expected output? What do you see instead?

We should be able to write:
myCell.BackColor = System.Drawing.Color.Yellow;

Instead, the property is read-only.

What version of the product are you using? On what operating system?

I am using the DLL available for download
ExcelLibrary.dll     Compiled on 2009-02-12.

Original issue reported on code.google.com by choicesm...@gmail.com on 5 Aug 2009 at 7:01

GoogleCodeExporter commented 8 years ago
Please ignore this issue. I have downloaded the latest version of the code and 
it is 
in a much more advanced state than the compiled assembly.

The latest version allows you to write the following:
myCell.Style.BackColor = System.Drawing.Color.Yellow;

Thanks

Original comment by choicesm...@gmail.com on 5 Aug 2009 at 7:13

GoogleCodeExporter commented 8 years ago
May you send me this latest version?

I tried to change the background color at the 31-03-2009 version, but it is not 
working.

Thanks

Original comment by andrefix...@gmail.com on 29 Sep 2009 at 5:08

GoogleCodeExporter commented 8 years ago
May you send me this latest version?

I tried to change the background color at the 31-03-2009 version, but it is not 
working.

Thanks

Original comment by andrefix...@gmail.com on 29 Sep 2009 at 5:09

GoogleCodeExporter commented 8 years ago
May you upload this latest version?

I tried to change the background color at the 31-03-2009 version, but it is not 
working.

Thanks

Original comment by andrefix...@gmail.com on 29 Sep 2009 at 5:09

GoogleCodeExporter commented 8 years ago
I tried to change the background color at the 31-03-2009 version, but it is not 
working.
May you upload this new version?

Original comment by andrefix...@gmail.com on 29 Sep 2009 at 5:09

GoogleCodeExporter commented 8 years ago
I needed to fix this issue for some work that I was doing so I did. If I could 
work out how to contact the creators I would ask them to merge the fix into the 
development trunk. In any case find attached. Please note that you can only use 
a small set of colors that are defined in the excel palette. Find these in the 
file entitled ColorPalette.cs

Original comment by gbemiga....@googlemail.com on 20 Jun 2010 at 7:41

Attachments: