blob: 64f451554a22e3a473eabb54db2685f8708fab23 (
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("000208DA-0000-0000-C000-000000000046")]
[CoClass(typeof(object))]
[TypeIdentifier]
public interface Workbook : _Workbook, WorkbookEvents_Event
{
}
|