summaryrefslogtreecommitdiff
path: root/Decompiler/Microsoft.Office.Interop.Excel/Worksheet.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Decompiler/Microsoft.Office.Interop.Excel/Worksheet.cs')
-rw-r--r--Decompiler/Microsoft.Office.Interop.Excel/Worksheet.cs13
1 files changed, 13 insertions, 0 deletions
diff --git a/Decompiler/Microsoft.Office.Interop.Excel/Worksheet.cs b/Decompiler/Microsoft.Office.Interop.Excel/Worksheet.cs
new file mode 100644
index 0000000..99dbc8f
--- /dev/null
+++ b/Decompiler/Microsoft.Office.Interop.Excel/Worksheet.cs
@@ -0,0 +1,13 @@
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+namespace Microsoft.Office.Interop.Excel;
+
+[ComImport]
+[CompilerGenerated]
+[CoClass(typeof(object))]
+[Guid("000208D8-0000-0000-C000-000000000046")]
+[TypeIdentifier]
+public interface Worksheet : _Worksheet, DocEvents_Event
+{
+}