ActiveReports 12
Add Method (MatrixColumnCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > MatrixColumnCollection Class : Add Method
The object to be added to the end of the Collection. The value can be null for reference types.
Adds a MatrixColumn object to the MatrixColumnCollection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As MatrixColumn _
) 
public void Add( 
   MatrixColumn item
)

Parameters

item
The object to be added to the end of the Collection. The value can be null for reference types.

Return Value

A new MatrixColumn object.
See Also

Reference

MatrixColumnCollection Class
MatrixColumnCollection Members