The CellCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add()()()() |
Add a new Cell to this collection.
| |
| Add(Cell) |
Add an existing Cell to this collection.
| |
| AddRange(array<Cell>[]()[][]) |
Adds the elements of an array of cells to the end of this collection.
| |
| AddRange(CellCollection) |
Adds the elements of a CellCollection to the end of this collection.
| |
| Clear |
Removes all cells from this collection.
| |
| Clone |
Clones a Bordered.
| |
| Compose |
Implement this method in a derived class to generate content
dynamically.
| |
| Contains |
Determine whether an Cell is in the CellCollection.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetEnumerator |
Implements GetEnumerator()()()().
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IndexOf |
Searches for the specified Cell in the CellCollection.
| |
| Insert |
Insert an Cell on a specific place in this CellCollection.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Read(String) |
Read from XML file.
(Inherited from Object.) | |
| Read(XmlElement) |
Read from XML element.
(Inherited from Object.) | |
| Read(XmlReader) |
Read from XML reader.
(Inherited from Object.) | |
| Remove |
Removes an Cell from this CellCollection.
| |
| RemoveAt |
Removes an Cell from the CellCollection at the specified index.
| |
| ToString | (Inherited from Object.) |