The following tables list the members exposed by the ListHeaderCollection type.

Name Description
Public method Add Adds a ListHeader to the ListHeaderCollection.
Public method Clear (inherited from CollectionBase).
Public method Contains Determines whether the collection contains the specified ListHeader.
Public method Equals (Overloaded) (inherited from Object).
Public method GetEnumerator (inherited from CollectionBase).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method IndexOf Determines the index of the specified ListHeader in the collection.
Public method Insert Inserts a ListHeader into the collection at the specified position.
Public method Static ReferenceEquals (inherited from Object).
Public method Remove Removes the first occurrence of the specified ListHeader from the collection.
Public method RemoveAt (inherited from CollectionBase).
Public method ToString (inherited from Object).
Top