Display.removeCell

Remove the cell at given position.

  1. bool removeCell(UniquePosition position)
    class Display
    bool
    removeCell
  2. bool removeCell(Position position)

Return Value

Type: bool

True if the cell was actually removed.

Meta