F
Fabz
When I want to call an Excel-Worksheetfunction from my C# AutomationAddIn
which takes many parameters (such as SUM), in which case should I use
Type.Missing for the missing parameters and in which case should I use
System.Reflection.Missing.Value instead? Is there a difference in
functionality or performance? I've come across both.
Fabz
which takes many parameters (such as SUM), in which case should I use
Type.Missing for the missing parameters and in which case should I use
System.Reflection.Missing.Value instead? Is there a difference in
functionality or performance? I've come across both.
Fabz