你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DocumentTableCell 类

定义

一个对象,表示表格单元格的位置和内容。

public class DocumentTableCell
type DocumentTableCell = class
Public Class DocumentTableCell
继承
DocumentTableCell

属性

BoundingRegions

覆盖表单元格的边界区域。

ColumnIndex

单元格的列索引。

ColumnSpan

此单元格跨越的列数。

Content

按读取顺序连接表单元格的内容。

Kind

表格单元格类型。

RowIndex

单元格的行索引。

RowSpan

此单元格跨越的行数。

Spans

表单元格在阅读顺序中串联内容的位置。

适用于