|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.data.table.DataRowCollection
public class DataRowCollection
a list that Represents a row of a table for PDF document .
Method Summary | |
---|---|
void |
add(DataRow row)
|
void |
add(int arg0,
DataRow row)
|
DataRow |
addNew()
|
void |
clear()
|
DataRow |
get(int rowIndex)
|
void |
remove(DataRow row)
|
void |
remove(int arg0)
|
int |
size()
|
Method Detail |
---|
public int size()
public void clear()
public void add(int arg0, DataRow row)
public void add(DataRow row)
public void remove(DataRow row)
public void remove(int arg0)
public DataRow get(int rowIndex)
public DataRow addNew()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |