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