GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : TableRowCollection Class |
The following tables list the members exposed by TableRowCollection.
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the CustomPropertyDefinitionCollection can contain. (Inherited from System.Collections.CollectionBase) | |
Count | Gets the number of elements contained in the CustomPropertyDefinitionCollection instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase) | |
Item | Gets or sets a specific TableRow object in the TableRowCollection by position. |
Name | Description | |
---|---|---|
Add | Adds a TableRow object to the TableRowCollection. | |
Clear | Removes all objects from the DataGroupingCollection instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase) | |
IndexOf | Determines the index of a specific TableRow object in the TableRowCollection. | |
Insert | Inserts a new TableRow object into the TableRowCollection at the specified location. | |
Remove | Removes the specified TableRow object from the TableRowCollection. | |
RemoveAt | Removes the element at the specified index of the DataCellCollection instance. This method is not overridable. (Inherited from System.Collections.CollectionBase) |