Interface CellValueRecordInterface

    • Method Detail

      • getRow

        int getRow()
        Returns:
        the row this cell occurs on
      • getColumn

        short getColumn()
        Returns:
        the column this cell defines within the row
      • setRow

        void setRow​(int row)
        Parameters:
        row - the row this cell occurs within
      • setColumn

        void setColumn​(short col)
        Parameters:
        col - the column this cell defines
      • setXFIndex

        void setXFIndex​(short xf)
      • getXFIndex

        short getXFIndex()