Tables 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
对象的集合 Table ,这些对象表示所选内容、区域或文档中的表。
public interface class Tables : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0002094D-0000-0000-C000-000000000046")]
public interface Tables : System.Collections.IEnumerable
type Tables = interface
interface IEnumerable
Public Interface Tables
Implements IEnumerable
- 属性
- 实现
注解
表 属性用于返回 Tables 集合。
Add(Range, Int32, Int32, Object, Object)使用 方法在指定区域添加表。
使用 Tables (index
) (其中 index 为 index
数字)可返回单个 Table 对象。 索引号代表表格在所选内容、范围或文档中的位置。
文档中Count此集合的 属性仅返回main文章中的项数。 若要对其他情景中的项进行计数,请将 集合与 对象一起使用 Range 。
属性
Application |
返回一个 Application 对象,该对象代表 Microsoft Word 应用程序。 |
Count |
返回指定集合中的项数。 |
Creator |
返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。 |
Item[Int32] |
返回集合中的单个对象。 |
NestingLevel |
返回指定表格的嵌套层。 |
Parent |
返回一个对象,代表指定对象的父对象。 |
方法
Add(Range, Int32, Int32, Object, Object) |
返回一个 Table 对象,该对象表示添加到文档中的新空白表。 |
AddOld(Range, Int32, Int32) |
仅供内部使用。 |
GetEnumerator() |
对象的集合 Table ,这些对象表示所选内容、区域或文档中的表。 |