ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / SortDescriptionCollection Class / Item Property

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

    Parameters

    index
    See Also