FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / GroupCollection Class / IndexOf Method
The element.

In This Topic
    IndexOf Method (GroupCollection)
    In This Topic
    Gets the index of the element.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal item As Group _
    ) As Integer
    public int IndexOf( 
       Group item
    )

    Parameters

    item
    The element.

    Return Value

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