ActiveReports 9
Insert Method (LabelsCollection)

The index at which to insert the label.
The label to insert.
Inserts the specified label into the collection at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal value As System.String _
) 
public void Insert( 
   System.int index,
   System.string value
)

Parameters

index
The index at which to insert the label.
value
The label to insert.
See Also

Reference

LabelsCollection Class
LabelsCollection Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum