FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / FieldBase Class / Clone Method

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

    Return Value

    Copy of the current FieldBase object.
    See Also