Display.removeCell

Remove the cell at given position.

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

Return Value

Type: bool

True if the cell was actually removed.

Meta