com.acesoft.aceoffix.excelwriter
Class DataFieldCollection

java.lang.Object
  extended by com.acesoft.aceoffix.excelwriter.DataFieldCollection

public class DataFieldCollection
extends java.lang.Object

DataField collection. It represents a data record in com.acesoft.aceoffix.excelwriter.Table.

Version:
5.0
Author:
Acesoft Corporation

Method Summary
 DataField get(int index)
          Gets the DataField object of the specified index.
 void setKeyValue(java.lang.String keyValue)
          Sets the value of the key field of the current record row.
 int size()
          Gets the number of the 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 the DataField items.

The number represents the count of columns before cells are merged within the Table.


get

public DataField get(int index)
Gets the DataField object of the specified index.

Parameters:
index - The index of the DataField. It starts from "0".
Returns:
Returns the DataField object of the specified index.

setKeyValue

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