OneNote.Interfaces.TableRowLoadOptions interface
表示表中的行。
注解
属性
$all |
|
cell |
获取行中的单元格数。 只读。 |
cells | 获取行中的单元格。 |
id | 获取行的 ID。 只读。 |
parent |
获取父表。 |
row |
获取其父表中的行索引。 只读。 |
属性详细信息
$all
$all
为加载选项指定将加载所有标量属性 ((例如Range.address
) ,但不加载导航属性 (如 Range.format.fill.color
) )。
$all?: boolean;
属性值
boolean
cellCount
cells
获取行中的单元格。
cells?: OneNote.Interfaces.TableCellCollectionLoadOptions;
属性值
注解
id
parentTable
获取父表。
parentTable?: OneNote.Interfaces.TableLoadOptions;