Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
Cell formatting for WPF (not using System.Drawing)
posted

I'm currently trialling the Infragistics WPF toolkit and one of the most useful things to me is going to be the Excel library. However, although this is listed as a WPF component it doesn't seem to support the WPF color objects (System.Windows.Media.Color), only the WinForms color objects (System.Drawing.Color). New WPF projects do not contain a reference to System.Drawing by default, as they should not require it as that was for WinForms. Am I just missing something or is using System.Drawing the only way to set cell background colours etc?

Thanks,

Chris 

 

Parents Reply Children
No Data