ActiveReports Developer 7
Add Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > MatrixColumnCollection Class : Add Method

value

The MatrixColumn object to add to the collection.

Glossary Item Box

Adds a MatrixColumn object to the MatrixColumnCollection.

Syntax

Visual Basic (Declaration) 
Public Function Add( _
   ByVal value As MatrixColumn _
) As System.Integer
C# 
public System.int Add( 
   MatrixColumn value
)

Parameters

value

The MatrixColumn object to add to the collection.

Return Value

A new MatrixColumn object.

See Also