使用VBA中的System.Type参数调用COM函数

时间:2014-06-26 09:50:30

标签: c# vba com system.type

我使用C#.NET开发了一个API,其中有一个带有“System.Type”参数的函数:“public string MyFunction(System.Type myType){...}”

此功能是COM可见。

在Excel工作簿中,我引用了API(MyApi),我想调用此函数,但我找不到任何方法。 有可能吗?

Public Sub test()
    Dim t As String
    t = MyApi.MyFunction(???)
End Sub

非常感谢。

0 个答案:

没有答案