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

In This Topic
    Clone Method (DocumentLocation)
    In This Topic
    Clones the current DocumentLocation.
    Syntax
    'Declaration
     
    Public Function Clone() As DocumentLocation
    public DocumentLocation Clone()

    Return Value

    The copy of the current document location.
    See Also