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

In This Topic
    IndexEntryCollection Class
    In This Topic
    Represents a collection of IndexEntry objects. The RenderIndex.Entries property on the RenderIndex class, and the Children property on the IndexEntry class store collections of this type.
    Object Model
    IndexEntryCollection Class
    Syntax
    'Declaration
     
    Public Class IndexEntryCollection 
       Inherits OwnedCollection
    public class IndexEntryCollection : OwnedCollection 
    Inheritance Hierarchy

    System.Object
       System.Collections.CollectionBase
          C1.C1Preview.OwnedCollectionBase
             C1.C1Preview.OwnedCollection
                C1.C1Preview.IndexEntryCollection

    See Also