|
|||||||||
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.RowCollection
public class RowCollection
Represents a collection of
Constructor Summary | |
---|---|
RowCollection(Table owner)
Initializes a new instance of the |
Method Summary | |
---|---|
int |
add(TableRow row)
Adds a table row to collection. |
TableRow |
get(int index)
Gets the |
int |
indexOf(TableRow row)
Returns index of a specified row in collection. |
void |
insert(int index,
TableRow row)
Inserts a table row into collection. |
void |
remove(TableRow row)
Removes a specified row. |
Methods inherited from class com.spire.doc.collections.DocumentObjectCollection |
---|
add, clear, contains, getFirstItem, getLastItem, indexOf, insert, remove, removeAt |
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 RowCollection(Table owner)
owner
- The owner.Method Detail |
---|
public TableRow get(int index)
get
in class DocumentObjectCollection
index
-
public int add(TableRow row)
row
- The row.
public void insert(int index, TableRow row)
index
- The index.row
- The row.public int indexOf(TableRow row)
row
- The row.
public void remove(TableRow row)
row
- The row.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |