com.stimulsoft.report.dictionary.data
Class DataCellCollection
java.lang.Object
com.stimulsoft.report.dictionary.data.DataCellCollection
- All Implemented Interfaces:
- java.lang.Cloneable, java.lang.Iterable<DataCell>
public class DataCellCollection
- extends java.lang.Object
- implements java.lang.Iterable<DataCell>, java.lang.Cloneable
Copyright Stimulsoft
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataCellCollection
public DataCellCollection(StiDataColumnsCollection columns)
get
public DataCell get(int index)
set
public DataCell set(int index,
DataCell element)
add
public void add(int index,
DataCell element)
add2
public void add2(DataCell element)
size
public int size()
iterator
public java.util.Iterator<DataCell> iterator()
- Specified by:
iterator
in interface java.lang.Iterable<DataCell>
remove
public DataCell remove(int index)
clone
public java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object