TableOfContents.TableID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a one-letter identifier that's used to build a table of contents from TOC fields.
public:
property System::String ^ TableID { System::String ^ get(); void set(System::String ^ value); };
public string TableID { get; set; }
member this.TableID : string with get, set
Public Property TableID As String
Property Value
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.