ActiveReports 8
Insert Method (TableColumnCollection)

A zero-based Integer index indicating the position at which to insert the TableColumn object.
The TableColumn object to insert.
Inserts a new TableColumn object into the TableColumnCollection at the specified location.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal value As TableColumn _
) 
public void Insert( 
   System.int index,
   TableColumn value
)

Parameters

index
A zero-based Integer index indicating the position at which to insert the TableColumn object.
value
The TableColumn object to insert.
See Also

Reference

TableColumnCollection Class
TableColumnCollection Members

Support Forum