Returns NamedCollectionItem with specified name.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public NamedCollectionItem FindByName(
	string name
)
Visual Basic
Public Function FindByName ( _
	name As String _
) As NamedCollectionItem

Parameters

name
Type: System..::..String
The name of the item to locate.

Return Value

The specified item

See Also