View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Fabz[_2_] Fabz[_2_] is offline
external usenet poster
 
Posts: 4
Default Type.Missing vs. System.Reflection.Missing.Value as WSF parameters?

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