blob: 99dbc8fbdec194b662e64dd8ed99f7dba6233703 (
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]
[CoClass(typeof(object))]
[Guid("000208D8-0000-0000-C000-000000000046")]
[TypeIdentifier]
public interface Worksheet : _Worksheet, DocEvents_Event
{
}
|