PowerPoint.Interfaces.TableRowLoadOptions interface
表示表中的行。
注解
属性
| $all |
|
| current |
检索行的当前高度(以磅为单位)。 |
| height | 指定行的高度(以磅为单位)。 如果设置的行高度小于最小高度,则行高度将增加到最小高度。 |
| row |
返回表的行集合内行的索引编号。 从零开始编制索引。 |
属性详细信息
$all
$all为加载选项指定将加载所有标量属性 ((例如Range.address) ,但不加载导航属性 (如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
currentHeight
height
指定行的高度(以磅为单位)。 如果设置的行高度小于最小高度,则行高度将增加到最小高度。
height?: boolean;
属性值
boolean