ActiveReports 10
Add Method (MatrixCellCollection)

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > MatrixCellCollection Class : Add Method
The MatrixCell object to add to the collection.
Adds a MatrixCell object to the MatrixCellCollection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As MatrixCell _
) As Integer
public int Add( 
   MatrixCell value
)

Parameters

value
The MatrixCell object to add to the collection.

Return Value

A new MatrixCell object.
See Also

Reference

MatrixCellCollection Class
MatrixCellCollection Members