Fields.Unlink Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Replaces all the fields in the Fields collection with their most recent results.
public:
void Unlink();
public void Unlink ();
abstract member Unlink : unit -> unit
Public Sub Unlink ()
Remarks
When you unlink a field, its 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.