ModelColumnChange Interface

Definition

An object representing a column in a table in the Excel data model for which the data type was changed.

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

Properties

Application

Returns an Application object that represents the Excel application. Read-only.

ColumnName

String (string in C#) representing the name of a column for which the data type was changed. Read-only.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Integer (int in C#).

Parent

Returns an Object that represents the parent object of the specified ModelColumnChange object. Read-only.

TableName

String (string in C#) representing the name of a table in the Excel data model for which the data type of a column was changed. Read-only.

Applies to