CommentShape
Comment.CommentShape property
获取一个Shape对象,表示附加到指定注释的形状。
public CommentShape CommentShape { get; }
例子
[C#]
CommentShape shape = comment1.CommentShape;
int w = shape.Width;
int h = shape.Height;
也可以看看
- class CommentShape
- class Comment
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells