[]
        
(Showing Draft Content)

C1.WPF.Report.ReportObjectCollection-1.IndexByName

IndexByName Method

IndexByName(string)

Gets the index of the element by its name.

Declaration
public int IndexByName(string name)
Parameters
Type Name Description
string name

The name of element.

Returns
Type Description
int

The zero-based index of element with specified name or -1 if name not specified.