ModelColumnChange 接口

定义

一个 对象,该对象表示 Excel 数据模型中其数据类型已更改的表中的列。

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

属性

Application

返回表示 Application Excel 应用程序的 对象。 此为只读属性。

ColumnName

C # 中的字符串 (字符串 ) 表示其数据类型已更改的列的名称。 此为只读属性。

Creator

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。 C#) 中的只读 整数 (int

Parent

返回一个 Object 类型的值,该值代表指定 ModelColumnChange 对象的父对象。 此为只读属性。

TableName

C #) 中的 字符串 (字符串 ,表示 Excel 数据模型中列的数据类型已更改的表的名称。 此为只读属性。

适用于