ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLDataValidationRangeCollection Class / Item Property

In This Topic
    Item Property (XLDataValidationRangeCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As System.Integer _
    ) As XLRange
    public XLRange this[ 
       System.int index
    ]; {get; set;}

    Parameters

    index
    See Also