|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.acesoft.aceoffix.DataFieldResCollection
public class DataFieldResCollection
Represents a collection of ExcelResDataField items. Each row represents a unique record, and each column represents a field within the record. The collection represents a data record in ExcelResTableRange object.
Method Summary | |
---|---|
ExcelResDataField |
get(int index)
Gets the DataField item at the specified index. |
void |
setKeyValue(java.lang.String keyValue)
Sets the value of the key field of the current record. |
int |
size()
Gets the number of DataField items. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int size()
public ExcelResDataField get(int index)
index
- The zero-based index of the DataField item.public void setKeyValue(java.lang.String keyValue)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |