CommentAuthorList
FindByNameAndInitials Method
|
Find author in a collection by name and initials
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public ICommentAuthor[] FindByNameAndInitials(
string name,
string initials
)
Public Function FindByNameAndInitials (
name As String,
initials As String
) As ICommentAuthor()
public:
array<ICommentAuthor^>^ FindByNameAndInitials(
String^ name,
String^ initials
)
member FindByNameAndInitials :
name : string *
initials : string -> ICommentAuthor[]
Parameters
-
name
-
Type:
System
String
Name of an author to find.
-
initials
-
Type:
System
String
Initials of an author to find.
Return Value
Type:
ICommentAuthor
Authors or null.
See Also