IsThreadedComment
Comment.IsThreadedComment property
Indica se questo commento è un commento con thread.
public bool IsThreadedComment { get; }
Esempi
[C#]
if(comment1.IsThreadedComment)
{
//Questo commento è un commento in thread.
}
Guarda anche
- class Comment
- spazio dei nomi Aspose.Cells
- assemblea Aspose.Cells