set_row_height_pixel方法
set_row_height_pixel
以像素为单位设置行高。
def set_row_height_pixel(self, row, pixels):
...
范围 | 类型 | 描述 |
---|---|---|
row | int | 行索引。 |
pixels | int | 像素数。 |
以像素为单位设置行高。
def set_row_height_pixel(self, row, pixels):
...
范围 | 类型 | 描述 |
---|---|---|
row | int | 行索引。 |
pixels | int | 像素数。 |