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

In This Topic
    IndexEntryOccurrence Class
    In This Topic
    Represents a single occurrence of an IndexEntry in the document. Elements of this type are contained in the Occurrences collection of an IndexEntry.

    The main functional property of this class is Target, of the type C1LinkTarget, which points to the location of the occurrence in the document.

    Object Model
    IndexEntryOccurrence Class
    Syntax
    'Declaration
     
    Public Class IndexEntryOccurrence 
    public class IndexEntryOccurrence 
    Inheritance Hierarchy

    System.Object
       C1.C1Preview.IndexEntryOccurrence

    See Also