GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : CodeClassCollection Class |
The following tables list the members exposed by CodeClassCollection.
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the CodeClassCollection can contain. (Inherited from System.Collections.CollectionBase) | |
Count | Gets the number of elements contained in the CodeClassCollection instance. (Inherited from System.Collections.CollectionBase) | |
Item | Gets or sets a specific CodeClass object in the CodeClassCollection by position. |
Name | Description | |
---|---|---|
Add | Adds a CodeClass object to the CodeClassCollection. | |
Clear | Clears all CodeClass objects from the CodeClassCollection. (Inherited from System.Collections.CollectionBase) | |
IndexOf | Determines the index of a specific CodeClass object in the CodeClassCollection. | |
RemoveAt | Removes the specified CodeClass object from the CodeClassCollection. (Inherited from System.Collections.CollectionBase) |