summaryrefslogtreecommitdiff
path: root/Decompiler/Microsoft.Office.Interop.Excel/DocEvents.cs
blob: b9cbb1c55d33cfb3b0ab6300c2262a2dd6bc4634 (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]
[InterfaceType(2)]
[Guid("00024411-0000-0000-C000-000000000046")]
[TypeIdentifier]
public interface DocEvents
{
}