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;