set_header_picture方法
set_header_picture(self, section, header_picture)
在工作表的标题中设置图像。
返回
返回 Picture
对象。
def set_header_picture(self, section, header_picture):
...
范围 | 类型 | 描述 |
---|---|---|
section | int | 0:左部分,1:中间部分,2:右部分。 |
header_picture | bytes | 图像数据。 |
在工作表的标题中设置图像。
返回 Picture
对象。
def set_header_picture(self, section, header_picture):
...
范围 | 类型 | 描述 |
---|---|---|
section | int | 0:左部分,1:中间部分,2:右部分。 |
header_picture | bytes | 图像数据。 |