Interface ITableCell


@PublicAPI public interface ITableCell
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the column index of the cell
    Returns the data content of the given cell
    Returns the format of the given cell
    Returns the parent model of the cell to make the root level settings available at cell level.
    int
    Returns the Row Index of the cell
  • Method Details

    • getFormat

      ICellFormat getFormat()
      Returns the format of the given cell
      Returns:
      Format of the cell
    • getData

      ICellData getData()
      Returns the data content of the given cell
      Returns:
      Data of the cell
    • getParent

      ITableModel getParent()
      Returns the parent model of the cell to make the root level settings available at cell level.
      Returns:
      ITableModel
    • getRowIndex

      int getRowIndex()
      Returns the Row Index of the cell
      Returns:
      Row position of the cell
    • getColumnIndex

      int getColumnIndex()
      Returns the column index of the cell
      Returns:
      Column position of the cell