Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 c# 编写一个 Excel 2003 自动化插件。
我已经关注了这篇文章http://blogs.msdn.com/b/eric_carter/archive/2004/12/01/writing-user-defined-functions-for-excel-in-net.aspx
每件事都有效,包括将 excel 范围对象作为参数传递。但我无法从我的函数中返回范围对象。我对主题的了解非常有限,将不胜感激任何投入。
由于您没有显示任何源代码,因此很难判断出了什么问题 - 返回 Excel Rangeobject[,]用作 UDF 的返回类型。
object[,]