[]
        
(Showing Draft Content)

C1.WPF.Report.ReportObjectCollection-1.IndexOf

IndexOf Method

IndexOf(TItem)

Gets the index of the element.

Declaration
public int IndexOf(TItem item)
Parameters
Type Name Description
TItem item

The element.

Returns
Type Description
int

The zero-based index of element or -1 if element does not exist in the collection.