Back to Devexpress

CommentCollection.Create Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-commentcollection-dot-create.md

latest1.9 KB
Original Source

CommentCollection.Create Method

NameParametersDescription
Create(DocumentPosition, Int32, String, DateTime)start, length, author, dateCreates a comment for the specified range and assigns the comment’s author and creation date.
Create(DocumentPosition, Int32, String)start, length, authorCreates a new Comment with the specified settings.
Create(DocumentRange, String, DateTime)range, author, dateCreates a comment for the specified range and assigns the author’s name and creation date.
Create(DocumentRange, String)range, authorCreates a new Comment with the specified settings.
Create(String, Comment)author, parentCommentCreates a nested comment.
Create(String, DateTime, Comment)author, date, parentCommentCreates a nested comment with the specified author’s name and creation date.