OneNote.Interfaces.TableRowCollectionLoadOptions interface
包含 TableRow 对象的集合。
属性
| $all | 指定加载选项将 |
| cell |
For EACH ITEM in the collection: 获取行中的单元格数。 只读。 |
| cells | 对于集合中的每个项: 获取行中的单元格。 |
| id | For EACH ITEM in the collection: 获取行的 ID。 只读。 |
| parent |
对于集合中的每个项目: 获取父表。 |
| row |
对于集合中的每个项目: 获取其父表中行的索引。 只读。 |
属性详细信息
$all
指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
cellCount
For EACH ITEM in the collection: 获取行中的单元格数。 只读。
cellCount?: boolean;
属性值
boolean
注解
cells
对于集合中的每个项: 获取行中的单元格。
cells?: OneNote.Interfaces.TableCellCollectionLoadOptions;
属性值
注解
id
parentTable
对于集合中的每个项目: 获取父表。
parentTable?: OneNote.Interfaces.TableLoadOptions;