Class CellAreaEvent

    • Constructor Detail

      • CellAreaEvent

        public CellAreaEvent​(String name,
                             org.zkoss.zk.ui.Component target,
                             Sheet sheet,
                             int tRow,
                             int lCol,
                             int bRow,
                             int rCol)
    • Method Detail

      • getLastColumn

        public int getLastColumn()
        Returns:
        the last (right-most) column index, 0-based.
      • getLastRow

        public int getLastRow()
        Returns:
        the last (bottom) row index, 0-based.
      • getArea

        public AreaRef getArea()