ActiveReports 18 .NET Edition
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 _
    ) 
    public void CopyFrom( 
       CSSValue aSource
    )

    Parameters

    aSource
    See Also