ThreadedComments
Comment.ThreadedComments property
الحصول على قائمة التعليقات المترابطة ؛
public ThreadedCommentCollection ThreadedComments { get; }
أمثلة
[C#]
ThreadedCommentCollection threadedComments = comment1.ThreadedComments;
for (int i = 0; i < threadedComments.Count; ++i)
{
ThreadedComment tc = threadedComments[i];
string note = tc.Notes;
}
أنظر أيضا
- class ThreadedCommentCollection
- class Comment
- مساحة الاسم Aspose.Cells
- المجسم Aspose.Cells