Documentation of 'com.csam.dif.DIFRow' Java class
DIFRow
com.csam.dif

Class DIFRow



  • public final class DIFRow
    extends java.lang.Object
    This class represents a row within a spreadsheet which contains cells of data. Most of the methods here are centered around manipulating this cell relationship.
    • Method Detail

      • getRowNumber

        public int getRowNumber()
        Returns the physical row number within the spreadsheet of this row. A "physical" number is defined as the visual position of the row as opposed to a "logical" position. What this means in real-terms is that in any given sheet, several rows may be "empty". Thus, these rows may not be represented in the sheet model. If the first row within a sheet which contains cells is located on the third row of the spreadsheet, then the "physical number" is 2 (the numbers are zero-based, meaning the first row is 0, not 1).
        Returns:
        int row number
      • hasCell

        public boolean hasCell(int cellNumber)
        Parameters:
        cellNumber -
        Returns:
      • cellIterator

        public java.util.Iterator<DIFCell> cellIterator()
        Returns:
      • getPhysicalNumberOfCells

        public int getPhysicalNumberOfCells()
        Returns:
      • getFirstCellNumber

        public int getFirstCellNumber()
        Returns:
      • getLastCellNumber

        public int getLastCellNumber()
        Returns:
      • getCell

        public DIFCell getCell(int cellNumber)
        Parameters:
        cellNumber -
        Returns:
      • deleteCell

        public void deleteCell(int cellNumber)
        Parameters:
        cellNumber -

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.