[]
        
(Showing Draft Content)

C1.C1Preview.RenderObjectCollection.FindByName

FindByName Method

FindByName(string)

Searches the current collection for an object with the specified Name.

Declaration
public RenderObject FindByName(string name)
Public Function FindByName(name As String) As RenderObject
Parameters
Type Name Description
string name

The name to search for.

Returns
Type Description
RenderObject

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