OneNote.Interfaces.TableCellCollectionLoadOptions interface
包含 TableCell 对象的集合。
注解
属性
$all |
|
cell |
对于集合中的每个项:获取其行中单元格的索引。 只读。 |
id | 对于集合中的每个项:获取单元格的 ID。 只读。 |
paragraphs | 对于集合中的每个项:获取 TableCell 中 Paragraph 对象的集合。 |
parent |
对于集合中的每个项:获取单元格的父行。 |
row |
对于集合中的每个项:获取表中单元格行的索引。 只读。 |
shading |
对于集合中的每个项:获取和设置单元格的底纹颜色 |
属性详细信息
$all
$all
为加载选项指定将加载所有标量属性 ((例如Range.address
) ,但不加载导航属性 (如 Range.format.fill.color
) )。
$all?: boolean;
属性值
boolean
cellIndex
id
paragraphs
对于集合中的每个项:获取 TableCell 中 Paragraph 对象的集合。
paragraphs?: OneNote.Interfaces.ParagraphCollectionLoadOptions;
属性值
注解
parentRow
对于集合中的每个项:获取单元格的父行。
parentRow?: OneNote.Interfaces.TableRowLoadOptions;