ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / IC1CollectionView Interface / GetMany Method

In This Topic
    GetMany Method
    In This Topic
    Syntax
    'Declaration
     
    Function GetMany( _
       ByVal startIndex As System.UInteger, _
       ByVal items() As System.Object _
    ) As System.UInteger
    System.uint GetMany( 
       System.uint startIndex,
       out System.object[] items
    )

    Parameters

    startIndex
    items
    See Also