set_row_height_inch方法
set_row_height_inch(self, row, inches)
以英寸为单位设置行高。
def set_row_height_inch(self, row, inches):
...
| 范围 | 类型 | 描述 |
|---|---|---|
| row | int | 行索引。 |
| inches | float | 英寸数。它应介于 0 到 409.5/72 之间。 |
以英寸为单位设置行高。
def set_row_height_inch(self, row, inches):
...
| 范围 | 类型 | 描述 |
|---|---|---|
| row | int | 行索引。 |
| inches | float | 英寸数。它应介于 0 到 409.5/72 之间。 |