ActiveReports Developer 7
TitlesCollection Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace : TitlesCollection Class

Glossary Item Box

The following tables list the members exposed by TitlesCollection.

Public Constructors

 NameDescription
Public ConstructorTitlesCollection ConstructorInitializes a new instance of the TitlesCollection class.  
Top

Public Properties

 NameDescription
Public PropertyCapacity (Inherited from System.Collections.CollectionBase)
Public PropertyCount (Inherited from System.Collections.CollectionBase)
Public PropertyItemOverloaded. Gets or sets the collection item by the specified parameter.  
Top

Public Methods

 NameDescription
Public MethodAddAdds a title to the collection.  
Public MethodAddRangeAdds an array of titles to the collection.  
Public MethodClear (Inherited from System.Collections.CollectionBase)
Public MethodCloneCreates a clone of the TitlesCollection.  
Public MethodContainsDetermines whether the collection contains the specified title.  
Public MethodCopyToCopies the entire collection to an array, starting at the specified index of the target array.  
Public MethodIndexOfReturns the index of the first occurrence of a value in the collection.  
Public MethodInsertInserts a title into the collection at the specified index.  
Public MethodRemoveRemoves the first occurrence of a specific title from the collection.  
Public MethodRemoveAt (Inherited from System.Collections.CollectionBase)
Top

See Also