|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.presentation.collections.ColumnList
public class ColumnList
Represents collection of columns in a table.
| Constructor Summary | |
|---|---|
ColumnList()
|
|
| Method Summary | |
|---|---|
void |
add(TableColumn template)
Insert column in a table. |
TableColumn |
get(int index)
Gets the column at the specified index. |
int |
getCount()
Gets the number of columns in a collection. |
void |
insert(int index,
TableColumn template)
Insert column in a table. |
com.spire.ms.System.Collections.IEnumerator |
iterator()
|
void |
removeAt(int firstColumnIndex,
boolean withAttachedRows)
Removes a column at the specified position from a table. |
| Constructor Detail |
|---|
public ColumnList()
| Method Detail |
|---|
public TableColumn get(int index)
index -
public int getCount()
public void insert(int index,
TableColumn template)
throws DocumentEditException
index - template -
DocumentEditException
PptEditException
public void add(TableColumn template)
throws DocumentEditException
template -
DocumentEditException
PptEditException
public void removeAt(int firstColumnIndex,
boolean withAttachedRows)
throws DocumentEditException
firstColumnIndex - withAttachedRows -
DocumentEditExceptionpublic com.spire.ms.System.Collections.IEnumerator iterator()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||