ComponentOne FlexReport for WinForms
GetRange Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document 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