Welcome to MSDN Blogs Sign in | Join | Help

.NET4Office

A blog by Eric Carter

December 2004 - Posts

Working with Word Collections and using get_Item
Items in a Word collection are accessed in two different ways depending on whether the index into the collection is strongly typed or weakly typed. In the case of the KeyBindings collection for example, the index is strongly typed as an integer. As such, Read More...
Writing user defined functions for Excel in .NET
I've updated this article with some new guidance-- for the details, see this post . Excel enables the creation of user defined functions that can be used in Excel formulas. A developer must create a special kind of DLL called an XLL. Excel also allows Read More...
Page view tracker