| Package | Description |
|---|---|
| idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation |
This package contains a basic implementation of an
IDAREWorkbook compatible with the IDARE Interface. |
| Modifier and Type | Method and Description |
|---|---|
BasicIDARERow |
BasicIDARESheet.createRow()
Create a row at the end of this sheet
|
| Modifier and Type | Method and Description |
|---|---|
int |
BasicIDARESheet.getRowIndex(BasicIDARERow row)
Get the index of a given Row
|
| Constructor and Description |
|---|
BasicIDARECell(IDARECell.CellType type,
BasicIDARERow containingRow)
Basic Constructor indicating the containing row and the type of the cell
|
BasicIDARECell(IDARECell.CellType type,
String value,
BasicIDARERow containingRow)
Basic Constructor indicating the containing row and the type of the cell, along with the value to be stored.
|
Copyright © 2018. All rights reserved.