Row
Row of the sheet.
const row = sheet.addRow();
row.setHeightCM(0.8);
Method Summary
| Public Methods | ||
| public |
Create a cell and add it into the Row. |
|
| public |
setHeightCM(ht: Number) Set height of the Row with |
|

Row of the sheet.
const row = sheet.addRow();
row.setHeightCM(0.8);
| Public Methods | ||
| public |
Create a cell and add it into the Row. |
|
| public |
setHeightCM(ht: Number) Set height of the Row with |
|