TablesOfFigures.MarkEntry method (Word)

Inserts a TC (Table of Contents Entry) field after the specified range. The method returns a Field object representing the TC field.

Syntax

expression. MarkEntry( _Range_ , _Entry_ , _EntryAutoText_ , _TableID_ , _Level_ )

expression Required. A variable that represents a 'TablesOfFigures' collection.

Parameters

Name Required/Optional Data type Description
Range Required Range object The location of the entry. The TC field is inserted after Range.
Entry Optional Variant The text that appears in the table of contents or table of figures. To indicate a subentry, include the main entry text and the subentry text, separated by a colon (:) (for example, "Introduction:The Product").
EntryAutoText Optional Variant The AutoText entry name that includes text for the index, table of figures, or table of contents (Entry is ignored).
TableID Optional Variant A one-letter identifier for the table of figures or table of contents item (for example, "i" for an "illustration").
Level Optional Variant A level for the entry in the table of contents or table of figures.

Return value

Field

See also

TablesOfFigures Collection Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.