WPS 基础接口 > 表格 API 参考 > Comment > 属性 > Comment.Shape 属性
返回一个 Shape 对象,它代表连接到指定批注的形状。

语法

表达式.Shape

表达式   一个返回 Comment 对象的表达式。

示例

本示例选定活动工作表上的第二条批注。

注释
Ensure that the comments are not hidden. On the Review Tab, choose Comments, Show All Comments.

示例代码
ActiveSheet.Comments.Item(2).Shape.Select()


请参阅