public class DataRow extends Object
| Constructor and Description |
|---|
DataRow(int rowNumber,
int columnCount)
*
Constructor *
*
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(DataCell<?> cell) |
DataCell<?> |
get(int i) |
DataCell<?> |
getCell(int col) |
int |
getRowNumber()
*
Public Methods *
*
|
void |
set(int i,
DataCell<?> cell) |