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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public ICommentAuthor[] FindByName(
	string name
)
Public Function FindByName ( 
	name As String
) As ICommentAuthor()
public:
array<ICommentAuthor^>^ FindByName(
	String^ name
)
member FindByName : 
        name : string -> ICommentAuthor[] 

Parameters

name
String

Return Value

array<ICommentAuthor>[]()[][]

See Also