ComponentOne Reports for WPF
C1.C1Report Namespace / Field Class / Clone Method

In This Topic
    Clone Method (Field)
    In This Topic
    Creates a new object that is a copy of the current Field object.
    Syntax
    'Declaration
     
    Public Overridable Function Clone() As Object
    public virtual object Clone()

    Return Value

    Copy of the current Field object.
    See Also