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

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

    Return Value

    The newly created IndexEntry object.
    See Also