set_comment_title_name方法
set_comment_title_name(self, type, name)
根据注意事项标题类型获取与语言环境相关的注意事项标题名称。
def set_comment_title_name(self, type, name):
...
| 范围 | 类型 | 描述 |
|---|---|---|
| type | aspose.cells.rendering.CommentTitleType | 注意事项标题类型 |
| name | str | 依赖于语言环境的注意事项标题名称 |
根据注意事项标题类型获取与语言环境相关的注意事项标题名称。
def set_comment_title_name(self, type, name):
...
| 范围 | 类型 | 描述 |
|---|---|---|
| type | aspose.cells.rendering.CommentTitleType | 注意事项标题类型 |
| name | str | 依赖于语言环境的注意事项标题名称 |