Presentation
CommentAuthors Property
|
Gets CommentAuthor List.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public CommentAuthorCollection CommentAuthors { get; }
Public ReadOnly Property CommentAuthors As CommentAuthorCollection
Get
public:
property CommentAuthorCollection^ CommentAuthors {
CommentAuthorCollection^ get ();
}
member CommentAuthors : CommentAuthorCollection with get
Property Value
Type:
CommentAuthorCollection
See Also