ActiveReports Developer 7
Clone Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > MatrixEx Class : Clone Method

Glossary Item Box

Creates an exect duplicate of the MatrixEx

Syntax

Visual Basic (Declaration) 
Public Function Clone() As MatrixEx
C# 
public MatrixEx Clone()

Return Value

The MatrixEx created.

See Also