DocumentTable

DocumentTable(string, int)

使用默认值创建此类的新实例DocumentTableOptions.

public DocumentTable(string documentPath, int indexInDocument)
范围 类型 描述
documentPath String 包含要访问的表的文档的路径。
indexInDocument Int32 文档中表的从零开始的索引。

也可以看看


DocumentTable(string, int, DocumentTableOptions)

创建此类的新实例。

public DocumentTable(string documentPath, int indexInDocument, DocumentTableOptions options)
范围 类型 描述
documentPath String 包含要访问的表的文档的路径。
indexInDocument Int32 文档中表的从零开始的索引。
options DocumentTableOptions 一组控制从表中提取数据的选项。如果为空,则应用默认选项。

也可以看看


DocumentTable(Stream, int)

使用默认值创建此类的新实例DocumentTableOptions.

public DocumentTable(Stream documentStream, int indexInDocument)
范围 类型 描述
documentStream Stream 包含带有要访问的表的文档的流。
indexInDocument Int32 文档中表的从零开始的索引。

也可以看看


DocumentTable(Stream, int, DocumentTableOptions)

创建此类的新实例。

public DocumentTable(Stream documentStream, int indexInDocument, DocumentTableOptions options)
范围 类型 描述
documentStream Stream 包含带有要访问的表的文档的流。
indexInDocument Int32 文档中表的从零开始的索引。
options DocumentTableOptions 一组控制从表中提取数据的选项。如果为空,则应用默认选项。

也可以看看