diff options
Diffstat (limited to 'Decompiler/Microsoft.Office.Interop.Excel/WorkbookEvents.cs')
| -rw-r--r-- | Decompiler/Microsoft.Office.Interop.Excel/WorkbookEvents.cs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Decompiler/Microsoft.Office.Interop.Excel/WorkbookEvents.cs b/Decompiler/Microsoft.Office.Interop.Excel/WorkbookEvents.cs new file mode 100644 index 0000000..f9ccc2e --- /dev/null +++ b/Decompiler/Microsoft.Office.Interop.Excel/WorkbookEvents.cs @@ -0,0 +1,13 @@ +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Microsoft.Office.Interop.Excel; + +[ComImport] +[CompilerGenerated] +[Guid("00024412-0000-0000-C000-000000000046")] +[InterfaceType(2)] +[TypeIdentifier] +public interface WorkbookEvents +{ +} |