com.agimatec.utility.fileimport.spreadsheet
Interface IRow

All Known Implementing Classes:
ExcelRow

public interface IRow

Description: Abstraction for a single spreadsheet row
User: roman.stumm
Date: 11.06.2008
Time: 17:50:16
Copyright: Agimatec GmbH


Method Summary
 ICell getCell(int num)
           
 int getFirstCellNum()
           
 int getLastCellNum()
           
 int getRowNum()
           
 

Method Detail

getRowNum

int getRowNum()
Returns:
the row number in the spreadsheet

getFirstCellNum

int getFirstCellNum()

getLastCellNum

int getLastCellNum()

getCell

ICell getCell(int num)


Copyright © 2008-2011. All Rights Reserved.