<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>'missing' in action with C#</title><link>http://blogs.msdn.com/b/eric_carter/archive/2005/05/09/415767.aspx</link><description>When programming in C#--if you want to omit an optional parameter for a method in the Excel object model, you have to pass System.Type.Missing to the parameter: 
 myExcelApp.MethodWithOptionalParameter(System.Type.Missing); 
 When you want to omit an</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>Programming Office Applications and optional parameters</title><link>http://blogs.msdn.com/b/eric_carter/archive/2005/05/09/415767.aspx#415771</link><pubDate>Mon, 09 May 2005 19:58:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:415771</guid><dc:creator>Erno de Weerd</dc:creator><description>&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=415771" width="1" height="1"&gt;</description></item></channel></rss>