ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSList Structure / CSSList Constructor

In This Topic
    CSSList Constructor
    In This Topic
    Initializes a new instance of the CSSList struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal aCopy As CSSList _
    )
    public CSSList( 
       CSSList aCopy
    )

    Parameters

    aCopy
    See Also