CommentAuthorList
AddAuthor Method
|
Add new author at the end of a collection.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public ICommentAuthor AddAuthor(
string name,
string initials
)
Public Function AddAuthor (
name As String,
initials As String
) As ICommentAuthor
public:
ICommentAuthor^ AddAuthor(
String^ name,
String^ initials
)
member AddAuthor :
name : string *
initials : string -> ICommentAuthor
Parameters
-
name
-
Type:
System
String
Name of a new author.
-
initials
-
Type:
System
String
Initials of a new author.
Return Value
Type:
ICommentAuthor
ICommentAuthor
See Also