add_hyperlink方法
add_hyperlink
添加指向指定单元格或单元格区域的超链接。
退货
Hyperlink
对象。
def add_hyperlink(self, address, text_to_display, screen_tip):
...
范围 | 类型 | 描述 |
---|---|---|
address | str | 超链接的地址。 |
text_to_display | str | 要为指定的超链接显示的文本。 |
screen_tip | str | 指定超链接的屏幕提示文本。 |
添加指向指定单元格或单元格区域的超链接。
Hyperlink
对象。
def add_hyperlink(self, address, text_to_display, screen_tip):
...
范围 | 类型 | 描述 |
---|---|---|
address | str | 超链接的地址。 |
text_to_display | str | 要为指定的超链接显示的文本。 |
screen_tip | str | 指定超链接的屏幕提示文本。 |