|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.OwnerHolder
com.spire.doc.collections.CollectionEx
com.spire.doc.documents.xml.DocumentSerializableCollection
com.spire.doc.collections.DocumentObjectCollection
com.spire.doc.collections.CellCollection
public class CellCollection
Represents a collection of
Constructor Summary | |
---|---|
CellCollection(TableRow owner)
Initializes a new instance of the |
Method Summary | |
---|---|
int |
add(TableCell cell)
Adds the specified cell. |
TableCell |
get(int index)
Gets the |
int |
indexOf(TableCell cell)
Returns index of a specified cell in collection. |
void |
insert(int index,
TableCell cell)
Inserts a specified table cell into collection. |
void |
remove(TableCell cell)
Removes the specified cell. |
void |
removeAt(int index)
Removes the document object at the specified index from the collection. |
Methods inherited from class com.spire.doc.collections.DocumentObjectCollection |
---|
add, clear, contains, getFirstItem, getLastItem, indexOf, insert, remove |
Methods inherited from class com.spire.doc.collections.CollectionEx |
---|
getCount, iterator |
Methods inherited from class com.spire.doc.OwnerHolder |
---|
getDocument |
Methods inherited from interface com.spire.doc.interfaces.ICollectionBase |
---|
getCount |
Methods inherited from interface com.spire.doc.interfaces.IXDLSSerializableCollection |
---|
addNewItem, getCount, getTagItemNameEx |
Constructor Detail |
---|
public CellCollection(TableRow owner)
owner
- The owner.Method Detail |
---|
public TableCell get(int index)
get
in class DocumentObjectCollection
index
-
public int add(TableCell cell)
cell
- The cell.
public void insert(int index, TableCell cell)
index
- The index.cell
- The cell.public int indexOf(TableCell cell)
cell
- The cell.
public void remove(TableCell cell)
cell
- The cell.public void removeAt(int index)
removeAt
in class DocumentObjectCollection
index
- The index.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |