Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
Comment[] GetComments(
	ICommentAuthor author
)
Function GetComments ( 
	author As ICommentAuthor
) As Comment()
array<Comment^>^ GetComments(
	ICommentAuthor^ author
)
abstract GetComments : 
        author : ICommentAuthor -> Comment[] 

Parameters

author
ICommentAuthor

Return Value

array<Comment>[]()[][]

See Also