ModelTables Interface

Definition

Collection of model tables inside the Data Model.

public interface class ModelTables : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000244D8-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface ModelTables : System.Collections.IEnumerable
Public Interface ModelTables
Implements IEnumerable
Attributes
Implements

Properties

_Default[Object]
Application

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

Count

Returns an Integer (int in C#) value that represents the number of ModelTable objects in a ModelTables collection. 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 ModelTables object. Read-only.

Methods

GetEnumerator()
Item(Object)

Returns a single object from the ModelTables collection.

Applies to