PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / IndexEntryOccurrence Class / Clone Method

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

    Return Value

    The newly created IndexEntryOccurrence object.
    See Also