PowerPoint.Interfaces.TableCellLoadOptions interface
表示表。
注解
属性
| $all |
|
| column |
获取此单元格跨越的表列数。 将大于或等于 1。 |
| column |
获取表中单元格的从零开始的列索引。 |
| row |
获取此单元格跨越的表行数。 将大于或等于 1。 |
| row |
获取表中单元格的从零开始的行索引。 |
| text | 指定表格单元格的文本内容。 |
属性详细信息
$all
$all为加载选项指定将加载所有标量属性 ((例如Range.address) ,但不加载导航属性 (如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean