ModelTableColumn 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.
Represent a single column inside a ModelTable object.
public interface class ModelTableColumn
[System.Runtime.InteropServices.Guid("000244D5-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface ModelTableColumn
Public Interface ModelTableColumn
- Attributes
Properties
Application |
Returns an Application object that represents the Excel application. 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#). |
DataType |
Returns the XlParameterDataType of the ModelTableColumn. Read-only |
Name |
Returns a String value that represents the name of the object. |
Parent |
Returns an Object (object in C#) that represents the parent object of the specified ModelTableColumn object. Read-only. |