Reports for WPF | ComponentOne
C1.C1Report.CustomFields Namespace / Gradient Class / Clone Method

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

    Return Value

    Copy of the current C1.C1Report.Field object.
    See Also