TableOfFigures.UseFields Property

True if Table of Contents Entry (TC) fields are used to create a table of figures.

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 TableOfFigures
Dim value As Boolean

value = instance.UseFields

instance.UseFields = value
bool UseFields { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

TableOfFigures Interface

TableOfFigures Members

Microsoft.Office.Interop.Word Namespace