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(
	string text
)
Function GetComments ( 
	text As String
) As Comment()
array<Comment^>^ GetComments(
	String^ text
)
abstract GetComments : 
        text : string -> Comment[] 

Parameters

text
String

Return Value

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

See Also