|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.presentation.collections.RowList
public class RowList
Represents a collection of rows.
| Constructor Summary | |
|---|---|
RowList()
|
|
| Method Summary | |
|---|---|
int |
append(TableRow row)
Add new row. |
TableRow |
get(int index)
Gets the element at the specified index. |
int |
getCount()
Gets the number of elements actually contained in the collection. |
void |
insert(int index,
TableRow row)
Insert a row. |
com.spire.ms.System.Collections.IEnumerator |
iterator()
Gets a iterator of the list. |
void |
removeAt(int firstRowIndex,
boolean withAttachedRows)
Removes a row at the specified position from a table. |
| Constructor Detail |
|---|
public RowList()
| Method Detail |
|---|
public TableRow get(int index)
index -
public int append(TableRow row)
throws DocumentEditException
row -
DocumentEditException
PptEditException
public void insert(int index,
TableRow row)
throws DocumentEditException
index - row -
DocumentEditException
PptEditException
public void removeAt(int firstRowIndex,
boolean withAttachedRows)
throws DocumentEditException
firstRowIndex - Index of a row to deletewithAttachedRows - True to delete also all attached rows.
DocumentEditExceptionpublic int getCount()
public com.spire.ms.System.Collections.IEnumerator iterator()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||