reply the comment. Do nothing if the comment is a reply
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void Reply(
ICommentAuthor author,
string reply,
DateTime time
)
Public Sub Reply (
author As ICommentAuthor,
reply As String,
time As DateTime
)
public:
void Reply(
ICommentAuthor^ author,
String^ reply,
DateTime time
)
member Reply :
author : ICommentAuthor *
reply : string *
time : DateTime -> unit
Parameters
-
author
-
Type:
Spire.Presentation
ICommentAuthor
reply author.
-
reply
-
Type:
System
String
reply.
-
time
-
Type:
System
DateTime
time.
See Also