TableOfContents.UseFields Property
True if Table of Contents Entry (TC) fields are used to create a table of contents.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property UseFields As Boolean
Get
Set
'Usage
Dim instance As TableOfContents
Dim value As Boolean
value = instance.UseFields
instance.UseFields = value
bool UseFields { get; set; }
Property Value
Type: System.Boolean