[]
        
(Showing Draft Content)

C1.Report.ReportObjectCollection-1.IndexOf

IndexOf Method

IndexOf(TItem)

Gets the index of the element.

Declaration
public int IndexOf(TItem item)
Public Function IndexOf(item As TItem) As Integer
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.