ActiveReports 9
Insert Method (LegendItemsCollection)

The zero-based index at which the LegendItem should be inserted.
The LegendItem to insert.
Inserts a LegendItem into the collection at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal item As LegendItem _
) 
public void Insert( 
   System.int index,
   LegendItem item
)

Parameters

index
The zero-based index at which the LegendItem should be inserted.
item
The LegendItem to insert.
See Also

Reference

LegendItemsCollection Class
LegendItemsCollection Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum