MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSValue Structure / CopyFrom Method

In This Topic
CopyFrom Method (CSSValue)
In This Topic
Performs a "deep copy" (memebers and child memebers) the specified CSSValue to this CSSValue instance.
Syntax
'Declaration
 
Public Sub CopyFrom( _
   ByVal aSource As CSSValue _
) 
 

Parameters

aSource
See Also