MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSDeclaration Class / Clone Method
The variable to contain a copy of the instance of CSSDeclaration the Clone method is called on.

In This Topic
Clone Method (CSSDeclaration)
In This Topic
Creates copy of this instance and places it in the specified variable.
Syntax
'Declaration
 
Public Sub Clone( _
   ByRef pClone As CSSDeclaration _
) 
 

Parameters

pClone
The variable to contain a copy of the instance of CSSDeclaration the Clone method is called on.
See Also