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