ActiveReports 10
Insert Method (MatrixCellCollection)

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > MatrixCellCollection Class : Insert Method
A zero-based Integer index indicating the position at which to insert the MatrixCell object.
The MatrixCell object to insert.
Inserts a new MatrixCell object into the MatrixCellCollection at the specified location.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As MatrixCell _
) 
public void Insert( 
   int index,
   MatrixCell value
)

Parameters

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

Reference

MatrixCellCollection Class
MatrixCellCollection Members