Uses of Class
com.jxcell.CellFormat

Packages that use CellFormat
com.jxcell   
 

Uses of CellFormat in com.jxcell
 

Methods in com.jxcell that return CellFormat
 CellFormat View.getCellFormat()
          Returns the format of the selected range of cells
 CellFormat View.getCellFormat(int row1, int col1, int row2, int col2)
          Returns the format of the specified range of cells Rows are indexed from top to bottom beginning with 0; sheets and columns are indexed from left to right beginning with 0.
 CellFormat View.getCellFormat(int sheet1, int row1, int col1, int sheet2, int row2, int col2)
          Returns the format of the specified range of cells in the specified range of sheets Rows are indexed from top to bottom beginning with 0; sheets and columns are indexed from left to right beginning with 0.
 

Methods in com.jxcell with parameters of type CellFormat
 void View.getCellFormat(CellFormat cellformat)
          Returns the format of the selected range of cells into the specified CellFormat object You can use this method to loop through cells, retrieving cell formats through the same instance of the CellFormat object.
 void View.getCellFormat(CellFormat cellformat, int row1, int col1, int row2, int col2)
          Returns the format of the specified range of cells into the specified CellFormat object You can use this method to loop through cells, retrieving cell formats through the same instance of the CellFormat object.
 void View.getCellFormat(CellFormat cellformat, int sheet1, int row1, int col1, int sheet2, int row2, int col2)
          Returns the format of the specified range of cells in the specified range of sheets into the specified CellFormat object You can use this method to loop through cells, retrieving cell formats through the same instance of the CellFormat object.
 void View.setCellFormat(CellFormat cellformat)
          Sets the format of the selected range of cells
 void View.setCellFormat(CellFormat cellformat, int row1, int col1, int row2, int col2)
          Sets the format of the specified range of cells Rows are indexed from top to bottom beginning with 0; sheets and columns are indexed from left to right beginning with 0.
 void View.setCellFormat(CellFormat cellformat, int sheet1, int row1, int col1, int sheet2, int row2, int col2)
          Sets the format of the specified range of cells in the specified range of sheets