unlink abstract method

bool unlink(
  1. L link
)

Removes a link to another cell.

link - The cell to unlink

Returns true if the link existed and was removed, false otherwise

Implementation

bool unlink(L link);