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

In This Topic
FindByName Method (FieldCollection)
In This Topic
Returns C1.C1Preview.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