Comment
ReplyToComment Method
|
Replies to comment.
Namespace:
Spire.Doc.Fields
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void ReplyToComment(
Comment replyComment
)
Public Sub ReplyToComment (
replyComment As Comment
)
public:
void ReplyToComment(
Comment^ replyComment
)
member ReplyToComment :
replyComment : Comment -> unit
Parameters
-
replyComment
-
Type:
Spire.Doc.Fields
Comment
the reply comment.
See Also