TableOfFigures.TableID Property
Returns or sets a one-letter identifier that's used to build a table of figures 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 TableOfFigures
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.