netoffice v1.4.1 - Excel
when i run this code,
WorkSheet.Range(cell).Font.Color = Color.Blue.ToArgb();
the result is in Red instead of Blue !
if i do this :
WorkSheet.Range(cell).Font.Color = Color.Red.ToArgb();
the result is in Blue instead of Red !
i work with office 2007 SP2
when i run this code,
WorkSheet.Range(cell).Font.Color = Color.Blue.ToArgb();
the result is in Red instead of Blue !
if i do this :
WorkSheet.Range(cell).Font.Color = Color.Red.ToArgb();
the result is in Blue instead of Red !
i work with office 2007 SP2