ComponentOne FlexReport for UWP
GetRange Method

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > LogEntryList Class : GetRange Method
Syntax
'Declaration
 
Public Function GetRange( _
   ByVal index As System.Integer, _
   ByVal count As System.Integer _
) As System.Collections.Generic.List(Of LogEntry)
public System.Collections.Generic.List<LogEntry> GetRange( 
   System.int index,
   System.int count
)

Parameters

index
count
See Also

Reference

LogEntryList Class
LogEntryList Members