Represents a collection of TableCell objects.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class CellCollection : DocumentObjectCollection
Public Class CellCollection
	Inherits DocumentObjectCollection
public ref class CellCollection : public DocumentObjectCollection
type CellCollection =  
    class
        inherit DocumentObjectCollection
    end

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CellCollection(TableRow)
Initializes a new instance of the CellCollection class.
Add(IDocumentObject)
Adds the specified entity.
(Inherited from DocumentObjectCollection.)
Add(TableCell)
Adds the specified cell.
Clear()()()()
Removes all items
(Inherited from DocumentObjectCollection.)
Contains(IDocumentObject)
Determines whether a entity is in the collection.
(Inherited from DocumentObjectCollection.)
Count
Gets the number of items in the collection.
(Inherited from CollectionEx.)
CreateItem(IXDLSContentReader) (Overrides DocumentSerializableCollection..::..CreateItem(IXDLSContentReader).)
Document
Gets the document.
(Inherited from OwnerHolder.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(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.)
FirstItem
Gets the first item.
(Inherited from DocumentObjectCollection.)
GetEnumerator()()()()
Returns an enumerator that iterates through a collection.
(Inherited from CollectionEx.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetTagItemName()()()() (Overrides DocumentSerializableCollection..::..GetTagItemName()()()().)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IndexOf(IDocumentObject)
Returns the zero-based index of the specified entity.
(Inherited from DocumentObjectCollection.)
IndexOf(TableCell)
Returns index of a specified cell in collection.
Insert(Int32, TableCell)
Inserts a specified table cell into collection.
Insert(Int32, IDocumentObject)
Inserts a entity into the collection at the specified index.
(Inherited from DocumentObjectCollection.)
Item[([( Int32])])
LastItem
Gets the last item.
(Inherited from DocumentObjectCollection.)
m_doc (Inherited from OwnerHolder.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnClear()()()() (Inherited from DocumentObjectCollection.)
OnInsert(Int32, DocumentObject) (Inherited from DocumentObjectCollection.)
OnInsertComplete(Int32, DocumentObject) (Inherited from DocumentObjectCollection.)
OnRemove(Int32) (Inherited from DocumentObjectCollection.)
Remove(IDocumentObject)
Removes the document object from the collection.
(Inherited from DocumentObjectCollection.)
Remove(TableCell)
Removes the specified cell.
RemoveAt(Int32)
Removes the document object at the specified index from the collection.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
TypesOfElement (Overrides DocumentObjectCollection..::..TypesOfElement.)

Inheritance Hierarchy

See Also