blob: 657534c8b0fcbdf58510cfdc6df2cb5ae762f8e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace Microsoft.Office.Interop.Excel;
[ComImport]
[CompilerGenerated]
[ComEventInterface(typeof(DocEvents), typeof(DocEvents))]
[TypeIdentifier("00020813-0000-0000-c000-000000000046", "Microsoft.Office.Interop.Excel.DocEvents_Event")]
public interface DocEvents_Event
{
}
|