TableOfFigures.TableID Property

Definition

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

Applies to