Compartir a través de


Fields.Unlink Method

Replaces all the fields in the Fields collection with their most recent results.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub Unlink
'Usage
Dim instance As Fields

instance.Unlink()
void 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.

See Also

Reference

Fields Interface

Fields Members

Microsoft.Office.Interop.Word Namespace