ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLDataValidationRangeCollection Class / IndexOf Method

In This Topic
    IndexOf Method (XLDataValidationRangeCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal item As XLRange _
    ) As System.Integer
    public System.int IndexOf( 
       XLRange item
    )

    Parameters

    item
    See Also