Uses of Class
idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation.BasicIDARERow
-
Packages that use BasicIDARERow Package Description idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation This package contains a basic implementation of anIDAREWorkbook
compatible with the IDARE Interface. -
-
Uses of BasicIDARERow in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation
Methods in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation that return BasicIDARERow Modifier and Type Method Description BasicIDARERow
BasicIDARESheet. createRow()
Create a row at the end of this sheetMethods in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation with parameters of type BasicIDARERow Modifier and Type Method Description int
BasicIDARESheet. getRowIndex(BasicIDARERow row)
Get the index of a given RowConstructors in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation with parameters of type BasicIDARERow Constructor Description BasicIDARECell(IDARECell.CellType type, BasicIDARERow containingRow)
Basic Constructor indicating the containing row and the type of the cellBasicIDARECell(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.
-