IsVisible
Comment.IsVisible property
表示评论是否可见。
public bool IsVisible { get; set; }
例子
[C#]
if(comment1.IsVisible)
{
//评论可见
}
也可以看看
- class Comment
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
表示评论是否可见。
public bool IsVisible { get; set; }
[C#]
if(comment1.IsVisible)
{
//评论可见
}