We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae83d0c commit f4253a6Copy full SHA for f4253a6
FSharpRibbon/MyRibbon.fs
@@ -16,6 +16,7 @@ let showMessage () =
16
17
18
// This type defines the ribbon interface. It is a public class that derives from ExcelRibbon
19
+[<ComVisible(true)>] // This attribute is only needed if there is an assembly-level [<assembly:ComVisible(false)>] attribute.
20
type public MyRibbon() =
21
inherit ExcelRibbon()
22
0 commit comments