AddAuthor

CommentAuthorCollection.AddAuthor method

Add new author at the end of a collection.

public ICommentAuthor AddAuthor(string name, string initials)
ParameterTypeDescription
nameStringName of a new author.
initialsStringInitials of a new author.

Return Value

New ICommentAuthor object.

Exceptions

exceptioncondition
PptxEditExceptionThrown if author with the same name and initials is already added.

See Also