ComponentOne Basic Library for UWP
GetMany Method

C1.UWP Assembly > C1.Xaml Namespace > IC1CollectionView Interface : GetMany Method
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

Reference

IC1CollectionView Interface
IC1CollectionView Members