Excel.SettableRowProperties interface
表示 setRowProperties 的输入参数。
- 扩展
属性
format | 表示 |
row |
表示 |
属性详细信息
format
表示format
属性。
format?: Excel.CellPropertiesFormat & {
rowHeight?: number;
};
属性值
Excel.CellPropertiesFormat & { rowHeight?: number; }