C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / TagCollection Class / IndexByName Method
The name to search for.

In This Topic
IndexByName Method (TagCollection)
In This Topic
Finds the index of the object with the specified name in the collection.
Syntax
'Declaration
 
Public Function IndexByName( _
   ByVal name As String _
) As Integer
 

Parameters

name
The name to search for.

Return Value

The index of the found object.
See Also