ModelTables 接口

定义

数据模型中的模型表的集合。

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
属性
实现

属性

_Default[Object]

数据模型中的模型表的集合。

Application

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

Count

返回一个 Integer (int in C# ) 值,该值表示集合中的ModelTables对象数ModelTable。 此为只读属性。

Creator

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

Parent

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

方法

GetEnumerator()

数据模型中的模型表的集合。

Item(Object)

ModelTables 集合返回单个 对象。

适用于