C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / NamedCollection Class / FindByName Method
The name of the item to locate.

In This Topic
FindByName Method (NamedCollection)
In This Topic
Returns NamedCollectionItem with specified name.
Syntax
'Declaration
 
Public Function FindByName( _
   ByVal name As String _
) As NamedCollectionItem
 

Parameters

name
The name of the item to locate.

Return Value

The specified item
See Also