ActiveReports 11
DataCellCollection Class Members
Properties  Methods 

GrapeCity.ActiveReports.v11 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : DataCellCollection Class

The following tables list the members exposed by DataCellCollection.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the DataCellCollection class.  
Top
Public Properties
 NameDescription
Public PropertyGets the number of elements contained in the DataCellCollection instance. This property cannot be overridden. (Inherited from System.Collections.ObjectModel.Collection<DataCell>)
Public Property Gets or sets a specific DataCell object in the DataCellCollection by position. (Inherited from System.Collections.ObjectModel.Collection<DataCell>)
Top
Public Methods
 NameDescription
Public MethodAdds a DataCell object to the DataCellCollection. (Inherited from System.Collections.ObjectModel.Collection<DataCell>)
Public MethodRemoves all objects from the DataCellCollection instance. This method cannot be overridden. (Inherited from System.Collections.ObjectModel.Collection<DataCell>)
Public MethodDetermines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<DataCell>)
Public MethodCopies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<DataCell>)
Public MethodDetermines the index of a specific DataCell object in the DataCellCollection. (Inherited from System.Collections.ObjectModel.Collection<DataCell>)
Public MethodInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<DataCell>)
Public MethodRemoves the specified DataCell object from the DataCellCollection. (Inherited from System.Collections.ObjectModel.Collection<DataCell>)
Public MethodRemoves the element at the specified index of the DataCellCollection instance. This method is not overridable. (Inherited from System.Collections.ObjectModel.Collection<DataCell>)
Top
See Also

Reference

DataCellCollection Class
GrapeCity.ActiveReports.PageReportModel Namespace