Field.Unlink Method

Definition

Replaces the specified field with its most recent result.

public:
 void Unlink();
public void Unlink ();
abstract member Unlink : unit -> unit
Public Sub Unlink ()

Remarks

When you unlink a field, it's current result is converted to text or a graphic and can no longer be updated automatically. Note that some fields— such as XE (Index Entry) fields and SEQ (Sequence) fields— cannot be unlinked.

Applies to