Files
fl-knowledge/Microsoft.Office.Interop.Word/Column.cs
T

26 lines
555 B
C#

using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace Microsoft.Office.Interop.Word;
[ComImport]
[CompilerGenerated]
[Guid("0002094F-0000-0000-C000-000000000046")]
[TypeIdentifier]
public interface Column
{
void _VtblGap1_3();
[DispId(3)]
float Width
{
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
[DispId(3)]
get;
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
[DispId(3)]
[param: In]
set;
}
}