ModelTableColumn インターフェイス

定義

オブジェクト内の 1 つの列を ModelTable 表します。

public interface class ModelTableColumn
[System.Runtime.InteropServices.Guid("000244D5-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface ModelTableColumn
Public Interface ModelTableColumn
属性

プロパティ

Application

Excel アプリケーションを Application 表す オブジェクトを返します。 読み取り専用です。

Creator

指定されたオブジェクトを作成したアプリケーションを示す 32 ビットの整数を取得します。 読み取り専用 整数 (C#では int )。

DataType

XlParameterDataTypeModelTableColumn の を返します。 読み取り専用

Name

オブジェクトの名前を表す文字列型 ( String ) の値を返します。

Parent

指定ModelTableColumnしたオブジェクトの親オブジェクトを表す Object (C#のオブジェクト) を返します。 読み取り専用です。

適用対象