C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderObjectCollection Class / FindByName Method
The name to search for.

In This Topic
FindByName Method (RenderObjectCollection)
In This Topic
Searches the current collection for an object with the specified Name.
Syntax
'Declaration
 
Public Function FindByName( _
   ByVal name As String _
) As RenderObject
 

Parameters

name
The name to search for.

Return Value

The object in the current collection, or null if no object was found.
See Also