Using C # .net I export data from tags in my form to succeed. The code is as follows:
Excel.Font font = range.Font; font.Color =Color.Black;
When using this code, I get an exception
"Methods with System.Color parameters or a return type cannot be called via IDispatch."
Please help me solve this problem.
source share