Uses of Class
idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation.BasicIDARESheet
-
Packages that use BasicIDARESheet Package Description idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation This package contains a basic implementation of anIDAREWorkbook
compatible with the IDARE Interface. -
-
Uses of BasicIDARESheet in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation
Methods in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation that return BasicIDARESheet Modifier and Type Method Description BasicIDARESheet
BasicIDAREWorkbook. createSheet(String sheetname)
Create a new Sheet in this Workbook.Constructors in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation with parameters of type BasicIDARESheet Constructor Description BasicIDARERow(BasicIDARESheet parent)
Simple constructor providing the parent sheet.
-