ThreadedComments
Comment.ThreadedComments property
Hämtar listan med trådade kommentarer;
public ThreadedCommentCollection ThreadedComments { get; }
Exempel
[C#]
ThreadedCommentCollection threadedComments = comment1.ThreadedComments;
for (int i = 0; i < threadedComments.Count; ++i)
{
ThreadedComment tc = threadedComments[i];
string note = tc.Notes;
}
Se även
- class ThreadedCommentCollection
- class Comment
- namnutrymme Aspose.Cells
- hopsättning Aspose.Cells