ModelColumnName Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An object representing the name of a column in the data model.
public interface class ModelColumnName
[System.Runtime.InteropServices.Guid("000244E5-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface ModelColumnName
Public Interface ModelColumnName
- 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 of the table identified by the TableName property. 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 ModelColumnName object. Read-only. |
TableName |
String (string in C#) representing a table name of a table in the data model. Read-only. |