com.acesoft.aceoffix
Class DataFieldResCollection

java.lang.Object
  extended by com.acesoft.aceoffix.DataFieldResCollection

public class DataFieldResCollection
extends java.lang.Object

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.

Version:
3.0
Author:
Acesoft Corporation

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

size

public int size()
Gets the number of DataField items.


get

public ExcelResDataField get(int index)
Gets the DataField item at the specified index.

Parameters:
index - The zero-based index of the DataField item.

setKeyValue

public void setKeyValue(java.lang.String keyValue)
Sets the value of the key field of the current record.