TableOfContents.TableID Property

Returns or sets a one-letter identifier that's used to build a table of contents from TOC fields.

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

Syntax

'Declaration
Property TableID As String
    Get
    Set
'Usage
Dim instance As TableOfContents
Dim value As String

value = instance.TableID

instance.TableID = value
string TableID { get; set; }

Property Value

Type: System.String

Remarks

The TableID property corresponds to the \f switch for a TOC field. For example, "T" builds a table of contents from TOC fields using the table identifier T.

See Also

Reference

TableOfContents Interface

TableOfContents Members

Microsoft.Office.Interop.Word Namespace