Excel.RowPropertiesLoadOptions interface
表示在用作“range.getRowProperties”方法的一部分时要加载的行属性。
- 扩展
属性
format | 指定是否在 属性上 |
row |
指定是否在 属性上 |
row |
指定是否在 属性上 |
属性详细信息
format
指定是否在 属性上 format
加载。
format?: Excel.CellPropertiesFormatLoadOptions & {
rowHeight?: boolean;
};
属性值
Excel.CellPropertiesFormatLoadOptions & { rowHeight?: boolean; }