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