Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TagNumericInputParams Class / Clone Method

In This Topic
    Clone Method (TagNumericInputParams)
    In This Topic
    Creates a copy of the current object.
    Syntax
    'Declaration
     
    Public Function Clone() As TagInputParams
    public TagInputParams Clone()

    Return Value

    The newly created object.
    See Also