ComponentOne FlexReport for WinForms
InsertRange Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > LogEntryList Class : InsertRange Method
Syntax
'Declaration
 
Public Sub InsertRange( _
   ByVal index As System.Integer, _
   ByVal collection As System.Collections.Generic.IEnumerable(Of LogEntry) _
) 
public void InsertRange( 
   System.int index,
   System.Collections.Generic.IEnumerable<LogEntry> collection
)

Parameters

index
collection
See Also

Reference

LogEntryList Class
LogEntryList Members