summaryrefslogtreecommitdiff
path: root/Decompiler/Microsoft.Office.Interop.Excel/Application.cs
blob: 4314dec6d124fb36965ee905eaeff8587ec7c5e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

namespace Microsoft.Office.Interop.Excel;

[ComImport]
[CompilerGenerated]
[Guid("000208D5-0000-0000-C000-000000000046")]
[CoClass(typeof(object))]
[TypeIdentifier]
public interface Application : _Application, AppEvents_Event
{
}