CellColor

W

wireplay

There is a new property in MS Project 2007 under FontEx called CellColor.
Nothing I seem to try makes this work under Project interop. I have used lots
of code values but I still have no impact.

Here is my C# code:

app.SelectTaskCell(1, "Name", m);
app.FontEx(m, m, m, m, m, m, m, 1, 1);

Any ideas?

Alan
 
W

wireplay

I did that before I sent this in to no avail. Not sure what MS Project is
looking for and there is no documentation of this area as far as I can tell.

Thanks,
Alan
 
W

wireplay

I figured it out. I was writing the data after I set the color and it doesn't
work that way.

Here is my code in case it helps others:

app.SelectTaskColumn("Name", false, false, false);
app.FontEx("Arial", "10", true, false, false, 2, m, 1, 2);
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top