Uses of Class
com.acesoft.aceoffix.excelwriter.Table

Packages that use Table
com.acesoft.aceoffix.excelwriter   
 

Uses of Table in com.acesoft.aceoffix.excelwriter
 

Methods in com.acesoft.aceoffix.excelwriter that return Table
 Table Sheet.openTable(java.lang.String rangeAddress)
          Opens the specified range of the cells and returns a Table object.
 Table Sheet.openTable(java.lang.String rangeAddress, boolean autoIncrease)
          Opens the specified range of cells and returns a Table object.
 Table Sheet.openTableByDefinedName(java.lang.String definedName, int rowCount, int colCount)
          Opens the table with the specified name defined in Excel and returns a table object.
 Table Sheet.openTableByDefinedName(java.lang.String definedName, int rowCount, int colCount, boolean autoIncrease)
          Opens the table with specified name that defined in Excel and returns a table object.