Xceed DataGrid for Silverlight Documentation
GetRange(Int64,Int32) Method


Syntax
'Declaration
 
Protected Overloads MustOverride Function GetRange( _
   ByVal index As Long, _
   ByVal count As Integer _
) As IEnumerable
'Usage
 
Dim instance As SimpleSyncIndexDataSourceProvider
Dim index As Long
Dim count As Integer
Dim value As IEnumerable
 
value = instance.GetRange(index, count)
protected abstract IEnumerable GetRange( 
   long index,
   int count
)

Parameters

index
count
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

SimpleSyncIndexDataSourceProvider Class
SimpleSyncIndexDataSourceProvider Members
Overload List

Send Feedback