ActiveReports.Viewer3 Request technical support
CellCollection Class Members
See Also  Properties  Methods 


The following tables list the members exposed by CellCollection.

Public Constructors

 NameDescription
Public ConstructorCellCollection ConstructorFor internal use only.  
Top

Public Properties

 NameDescription
Public PropertyCapacity (Inherited from System.Collections.CollectionBase)
Public PropertyCountGets the number of cell objects in the collection. (Inherited from System.Collections.CollectionBase)
Public PropertyItemFor internal use only.  
Top

Public Methods

 NameDescription
Public MethodAddFor internal use only.  
Public MethodAddRangeOverloaded. Adds the specified range of Cell objects to the collection.
For internal use only.  
Public MethodClearRemoves all cells from the collection. (Inherited from System.Collections.CollectionBase)
Public MethodContainsFor internal use only.  
Public MethodCopyToFor internal use only.  
Public MethodDisposeReleases the CellCollection instance from memory.
For internal use only.  
Public MethodGetEnumeratorReturns an enumerator that can iterate through the collection of cells. (Inherited from System.Collections.CollectionBase)
Public MethodIndexOfFor internal use only.  
Public MethodInsertFor internal use only.  
Public MethodInsertRangeOverloaded. Inserts the specified range of cell objects at the specified index in the collection.
For internal use only.  
Public MethodRemoveFor internal use only.  
Public MethodRemoveAtRemoves the cell object at the specified index from the collection. (Inherited from System.Collections.CollectionBase)
Public MethodToStringOverridden. For internal use only.  
Top

See Also