Reports for WinForms | ComponentOne
C1.C1Report.4 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
    public RenderObject FindByName( 
       string name
    )

    Parameters

    name
    The name to search for.

    Return Value

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