set_row_height方法
set_row_height(self, row, height)
设置指定行的高度。
def set_row_height(self, row, height):
...
| 范围 | 类型 | 描述 |
|---|---|---|
| row | int | 行索引。 |
| height | float | 行高,以点为单位,取值范围为0~409.5之间。 |
设置指定行的高度。
def set_row_height(self, row, height):
...
| 范围 | 类型 | 描述 |
|---|---|---|
| row | int | 行索引。 |
| height | float | 行高,以点为单位,取值范围为0~409.5之间。 |