ActiveReports 9
Insert(Int32,Section) Method

The zero-based index where the specified section should be inserted.
The Section to be inserted.
Inserts a section at the specified index in the collection.
Syntax
'Declaration
 
Public Overloads Sub Insert( _
   ByVal index As System.Integer, _
   ByVal section As Section _
) 
public void Insert( 
   System.int index,
   Section section
)

Parameters

index
The zero-based index where the specified section should be inserted.
section
The Section to be inserted.
See Also

Reference

SectionCollection Class
SectionCollection Members
Overload List

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum