ThreadedComments
Comment.ThreadedComments property
Ottiene l’elenco dei commenti in thread;
public ThreadedCommentCollection ThreadedComments { get; }
Esempi
[C#]
ThreadedCommentCollection threadedComments = comment1.ThreadedComments;
for (int i = 0; i < threadedComments.Count; ++i)
{
ThreadedComment tc = threadedComments[i];
string note = tc.Notes;
}
Guarda anche
- class ThreadedCommentCollection
- class Comment
- spazio dei nomi Aspose.Cells
- assemblea Aspose.Cells