Interface TableMulticell

All Superinterfaces:
TableRectangle
All Known Implementing Classes:
TableMulticellImpl

public interface TableMulticell extends TableRectangle
Represents a rectangular array of spanned cells in a table. The majority of the behavior of a TableMulticell is inherited from TableRectangle.
Since:
Epic 4.3
  • Method Details

    • getSpanningCell

      TableCell getSpanningCell()
      The spanning cell for this multicell. This is the controlling cell for the multicell which contains all the contents of the multicell. The table model determines which cell is the spanning cell; it may be any cell in the multicell.