Uses of Interface
idare.imagenode.Interfaces.DataSetReaders.WorkBook.IDARESheet
- 
Packages that use IDARESheet Package Description idare.imagenode.Interfaces.DataSetReaders.WorkBook This package contains the Interfaces necessary for DataSet parsing.idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation This package contains a basic implementation of anIDAREWorkbookcompatible with the IDARE Interface. - 
- 
Uses of IDARESheet in idare.imagenode.Interfaces.DataSetReaders.WorkBook
Methods in idare.imagenode.Interfaces.DataSetReaders.WorkBook that return IDARESheet Modifier and Type Method Description IDARESheetIDAREWorkbook. getSheet(String arg0)Get the sheet with the specified nameIDARESheetIDAREWorkbook. getSheetAt(int arg0)Get the Sheet at the requested position, or null if it does not exist-Methods in idare.imagenode.Interfaces.DataSetReaders.WorkBook with parameters of type IDARESheet Modifier and Type Method Description intIDAREWorkbook. getSheetIndex(IDARESheet arg0)Get the index of the providedIDARESheet. - 
Uses of IDARESheet in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation
Classes in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation that implement IDARESheet Modifier and Type Class Description classBasicIDARESheetThis is a basic implementation of aIDARESheetfor convenience.Methods in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation that return IDARESheet Modifier and Type Method Description IDARESheetBasicIDAREWorkbook. getSheet(String arg0)IDARESheetBasicIDAREWorkbook. getSheetAt(int arg0)Methods in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation with parameters of type IDARESheet Modifier and Type Method Description intBasicIDAREWorkbook. getSheetIndex(IDARESheet arg0) 
 -