Uses of Class
com.acesoft.aceoffix.wordwriter.Cell

Packages that use Cell
com.acesoft.aceoffix.wordwriter   
 

Uses of Cell in com.acesoft.aceoffix.wordwriter
 

Methods in com.acesoft.aceoffix.wordwriter that return Cell
 Cell Table.openCellRC(int row, int col)
          Opens the specified cell and returns a Cell object.
 

Methods in com.acesoft.aceoffix.wordwriter with parameters of type Cell
 void Table.insertRowAfter(Cell cell)
          Inserts new rows below the row with the specified cell.
 void Table.removeRowAt(Cell cell)
          Removes the row with the specified cell.