ComponentOne FlexReport for UWP
Insert Method (LogEntryList)

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > LogEntryList Class : Insert Method
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal item As LogEntry _
) 
public void Insert( 
   System.int index,
   LogEntry item
)

Parameters

index
item
See Also

Reference

LogEntryList Class
LogEntryList Members